#include <sys/types.h>Include dependency graph for semantic_id.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Typedefs | |
| typedef u_long | SemanticID |
| Numeric ID used to index concepts and semantic links. | |
Variables | |
| const SemanticID | SEMANTIC_ID_NONE = 0 |
| Reserved ID used to indicate that no real ID has been set. | |
| const SemanticID | SEMANTIC_ID_START = 1 |
| Reserved ID indicating the beginning of the usable ID range. | |
Definition in file semantic_id.h.
|
|
Numeric ID used to index concepts and semantic links.
Definition at line 27 of file semantic_id.h. Referenced by CPredicateDecoder::DecodePredicateText(), COMCSNet::FindPathFromA_To_B(), CSemanticIDGenerator::Get(), CSemanticLink::GetDestID(), CSemanticLink::GetID(), CSemanticConcept::GetID(), CSemanticLink::GetSourceID(), CSemanticLink::Load(), CSemanticConcept::Load(), CTextIDMap::Lookup(), COMCSNet::LookupConcept(), CSemanticLink::Save(), and CSemanticConcept::Save(). |
|
|
Reserved ID used to indicate that no real ID has been set.
Definition at line 30 of file semantic_id.h. |
|
|
Reserved ID indicating the beginning of the usable ID range.
Definition at line 32 of file semantic_id.h. |
1.3.3