Atoms Crowd  4.1.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 }
Atoms::Agent
Agent.
Definition: Agent.h:38
Atoms
Atoms namespace.
Definition: Agent.h:28
Atoms::AgentNode::m_agent
Agent * m_agent
Agent.
Definition: AgentNode.h:55
Atoms::AgentNode::agent
Agent * agent()
Get agent.
Definition: AgentNode.impl.h:11
Atoms::AgentNode::setAgent
void setAgent(Agent *agent)
Set agent.
Definition: AgentNode.impl.h:16