#include <stringhash.h>
Public Member Functions | |
| TagInfo (const char *_tag, unsigned _index) | |
| Constructor. | |
| ~TagInfo () | |
Public Attributes | |
| const char * | tag |
| Stores the tag component of the tuple. | |
| unsigned | index |
| The ID component of the tuple. | |
Stores, for a fixed tag name (as string) its associated id.
Definition at line 57 of file stringhash.h.
| TagInfo::TagInfo | ( | const char * | _tag, | |
| unsigned | _index | |||
| ) | [inline] |
Constructor.
Constructor - creating object.
| [in] | _tag | The tag component of the tuple. |
| [in] | _index | The ID component of the tuple. |
Definition at line 63 of file stringhash.h.
| TagInfo::~TagInfo | ( | ) | [inline] |
Destructor.
Definition at line 68 of file stringhash.h.
| unsigned TagInfo::index |
The ID component of the tuple.
The ID component of the tuple, i.e. the integer ID of the associated tag.
Definition at line 83 of file stringhash.h.
| const char * TagInfo::tag |
Stores the tag component of the tuple.
Pointer to the text representation of the tag.
Definition at line 76 of file stringhash.h.
1.5.9