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
{
11
Agent
*
AgentNode::agent
()
12
{
13
return
m_agent
;
14
}
15
16
void
AgentNode::setAgent
(
Agent
* agent)
17
{
18
m_agent
=
agent
;
19
}
20
}
Atoms::Agent
Agent.
Definition:
Agent.h:44
Atoms::AgentNode::agent
Agent * agent()
Get agent.
Definition:
AgentNode.impl.h:11
Atoms::AgentNode::m_agent
Agent * m_agent
Agent.
Definition:
AgentNode.h:55
Atoms::AgentNode::setAgent
void setAgent(Agent *agent)
Set agent.
Definition:
AgentNode.impl.h:16
Atoms
Atoms namespace.
Definition:
Agent.h:29
Atoms
Public
Atoms
Graph
AgentNode.impl.h