|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NLAIAGENT::CObjectIdent Class Reference#include <object_ident.h>
Inheritance diagram for NLAIAGENT::CObjectIdent:
List of all members.
Constructor & Destructor Documentation
NLAIAGENT::CObjectIdent::CObjectIdent |
( |
const CObjectIdent & |
o |
) |
[inline] |
|
NLAIAGENT::CObjectIdent::CObjectIdent |
( |
const CNumericIndex & |
id |
) |
[inline] |
|
NLAIAGENT::CObjectIdent::CObjectIdent |
( |
const char * |
id |
) |
[inline] |
|
NLAIAGENT::CObjectIdent::CObjectIdent |
( |
const CStringType & |
id |
) |
[inline] |
|
virtual NLAIAGENT::CObjectIdent::~CObjectIdent |
( |
|
) |
[inline, virtual] |
|
Member Function Documentation
void NLAIAGENT::CObjectIdent::getDebugString |
( |
std::string & |
text |
) |
const [inline, virtual] |
|
|
This is a Debug function, text is an character pointer to receive the debug text output, the debug text containe all think sensible to interset user.
Implements NLAIC::IBasicType.
Definition at line 73 of file object_ident.h.
References _Id. |
const CNumericIndex& NLAIAGENT::CObjectIdent::getId |
( |
|
) |
const [inline] |
|
const NLAIC::CIdentType& NLAIAGENT::CObjectIdent::getType |
( |
|
) |
const [inline, virtual] |
|
|
getType return a unique string how represente the class, it can be the name of the class.
This function is used for the sytem regstry class (see the definition of the template class Gen::CRegistry).
Implements NLAIC::IBasicType.
Definition at line 88 of file object_ident.h. |
bool NLAIAGENT::CObjectIdent::isEqual |
( |
const IBasicObjectIA & |
a |
) |
const [inline, virtual] |
|
void NLAIAGENT::CObjectIdent::load |
( |
NLMISC::IStream & |
is |
) |
[inline, virtual] |
|
const NLAIC::IBasicType* NLAIAGENT::CObjectIdent::newInstance |
( |
|
) |
const [inline, virtual] |
|
const CProcessResult& NLAIAGENT::CObjectIdent::run |
( |
|
) |
[inline, virtual] |
|
void NLAIAGENT::CObjectIdent::save |
( |
NLMISC::IStream & |
os |
) |
[inline, virtual] |
|
Member Data Documentation
The documentation for this class was generated from the following files:
|
|