|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NLAIAGENT::IRefrence Class ReferenceClass IRefrence is the main class for an agent it define the word refrence of an agents.
More...
#include <baseai.h>
Inheritance diagram for NLAIAGENT::IRefrence:
List of all members.
Detailed Description
Class IRefrence is the main class for an agent it define the word refrence of an agents.
-
Author:
-
Chafik sameh , Nevrax France
-
Date:
-
2000
Definition at line 354 of file baseai.h.
Constructor & Destructor Documentation
NLAIAGENT::IRefrence::IRefrence |
( |
const IRefrence & |
A |
) |
[protected] |
|
NLAIAGENT::IRefrence::IRefrence |
( |
|
) |
|
|
|
default constructor, when it's called an new reference is created.
Definition at line 364 of file baseai.cpp.
References _NumRef. |
NLAIAGENT::IRefrence::IRefrence |
( |
const IWordNumRef * |
parent |
) |
|
|
|
We can call this constructor when agent have a parent.
Definition at line 369 of file baseai.cpp.
References _NumRef. |
|
We can call this constructor when we want to load a new agents from a stream.
Definition at line 375 of file baseai.cpp.
References refLoadStream. |
NLAIAGENT::IRefrence::~IRefrence |
( |
|
) |
[virtual] |
|
Member Function Documentation
const CIdent NLAIAGENT::IRefrence::getIdentType |
( |
|
) |
const [virtual] |
|
const IRefrence * NLAIAGENT::IRefrence::getOwner |
( |
|
) |
const [virtual] |
|
IRefrence * NLAIAGENT::IRefrence::getParent |
( |
|
) |
const |
|
NLAIAGENT::IRefrence::operator const IWordNumRef & |
( |
|
) |
const |
|
NLAIAGENT::IRefrence::operator const IWordNumRef * |
( |
|
) |
const |
|
|
to get a word num ref pointer of the agents.
Definition at line 385 of file baseai.cpp.
References _NumRef. |
void NLAIAGENT::IRefrence::refLoadStream |
( |
NLMISC::IStream & |
is |
) |
[protected] |
|
void NLAIAGENT::IRefrence::setNumRef |
( |
const IWordNumRef & |
ref |
) |
[protected] |
|
void NLAIAGENT::IRefrence::setParent |
( |
const IWordNumRef * |
parent |
) |
[virtual] |
|
void NLAIAGENT::IRefrence::setTypeAt |
( |
uint64 |
t |
) |
|
|
|
That function allow user to change the 7 bit of the type field in the sid agent number;.
Definition at line 485 of file baseai.cpp.
References _NumRef, and t.
Referenced by IRefrence. |
Member Data Documentation
The documentation for this class was generated from the following files:
|
|