Atoms Crowd  7.0.0
AgentNode.impl.h
1 // ===========================================================================
2 // Copyright (c) 2015 Toolchefs Ltd. All rights reserved.
3 //
4 // Use of this software is subject to the terms of the Toolchefs license
5 // agreement provided at the time of installation or download, or which
6 // otherwise accompanies this software in either electronic or hard copy form.
7 // ===========================================================================
8 
9 namespace Atoms
10 {
12  {
13  return m_agent;
14  }
15 
17  {
18  m_agent = agent;
19  }
20 }
Agent.
Definition: Agent.h:44
Agent * agent()
Get agent.
Definition: AgentNode.impl.h:11
Agent * m_agent
Agent.
Definition: AgentNode.h:55
void setAgent(Agent *agent)
Set agent.
Definition: AgentNode.impl.h:16
Atoms namespace.
Definition: Agent.h:29