#include <id_generator.h>
Public Member Functions | |
| SemanticID | Get () |
| Gets a new unique ID. | |
| CSemanticIDGenerator () | |
| Constructor. | |
| ~CSemanticIDGenerator () | |
| Destructor. | |
Private Attributes | |
| SemanticID | m_currentID |
| Current ID. | |
Definition at line 30 of file id_generator.h.
|
|
Constructor.
Definition at line 40 of file id_generator.h. References m_currentID. |
|
|
Destructor.
Definition at line 46 of file id_generator.h. |
|
|
Gets a new unique ID.
Definition at line 34 of file id_generator.h. References m_currentID, and SemanticID. Referenced by CSemanticConcept::CSemanticConcept(), and CPredicateDecoder::DecodePredicateText(). |
|
|
Current ID.
Definition at line 50 of file id_generator.h. Referenced by CSemanticIDGenerator(), and Get(). |
1.3.3