|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NLAIAGENT::CNumericIndex Class ReferenceGenerator of unique ident for objects.
More...
#include <ident.h>
Inheritance diagram for NLAIAGENT::CNumericIndex:
List of all members.
Detailed Description
Generator of unique ident for objects.
-
Author:
-
Chafik sameh , Nevrax France
-
Date:
-
2000
Definition at line 327 of file ident.h.
Constructor & Destructor Documentation
NLAIAGENT::CNumericIndex::CNumericIndex |
( |
|
) |
[inline] |
|
NLAIAGENT::CNumericIndex::CNumericIndex |
( |
const CNumericIndex & |
id |
) |
[inline] |
|
NLAIAGENT::CNumericIndex::CNumericIndex |
( |
const CAgentNumber & |
i |
) |
[inline] |
|
|
copy constructor.
Definition at line 353 of file ident.h.
References _Id. |
NLAIAGENT::CNumericIndex::CNumericIndex |
( |
const char * |
id |
) |
[inline] |
|
|
init with a string.
Definition at line 358 of file ident.h.
References _Id, and id. |
|
construct from a stream.
Definition at line 364 of file ident.h.
References _Id. |
Member Function Documentation
virtual std::string NLAIAGENT::CNumericIndex::getClassName |
( |
|
) |
[inline, virtual] |
|
void NLAIAGENT::CNumericIndex::getDebugString |
( |
std::string & |
str |
) |
const [inline] |
|
const CAgentNumber& NLAIAGENT::CNumericIndex::getId |
( |
|
) |
const [inline] |
|
|
loading the nomber from an input stream.
Definition at line 398 of file ident.h.
References _Id.
Referenced by serial. |
bool NLAIAGENT::CNumericIndex::operator< |
( |
const CNumericIndex & |
a |
) |
const [inline] |
|
bool NLAIAGENT::CNumericIndex::operator== |
( |
const CNumericIndex & |
a |
) |
const [inline] |
|
bool NLAIAGENT::CNumericIndex::operator> |
( |
const CNumericIndex & |
a |
) |
const [inline] |
|
|
saving the nomber in an output stream.
Definition at line 392 of file ident.h.
References _Id.
Referenced by serial. |
void NLAIAGENT::CNumericIndex::setTypeAt |
( |
uint64 |
t |
) |
[inline] |
|
Member Data Documentation
The documentation for this class was generated from the following files:
|
|