|
| TableGroupKey (unsigned int key=INVALID) |
|
| TableGroupKey (char *const &groupString) |
|
| TableGroupKey (const std::string &groupString) |
|
unsigned int | key (void) const |
|
bool | isInvalid (void) const |
|
std::string | toString (void) const |
|
TableGroupKey & | operator= (const unsigned int key) |
|
bool | operator== (unsigned int key) const |
|
bool | operator== (const TableGroupKey &key) const |
|
bool | operator!= (unsigned int key) const |
|
bool | operator!= (const TableGroupKey &key) const |
|
bool | operator< (const TableGroupKey &key) const |
|
bool | operator> (const TableGroupKey &key) const |
|
|
static TableGroupKey | getNextKey (const TableGroupKey &key=TableGroupKey()) |
|
static std::string | getFullGroupString (const std::string &groupName, const TableGroupKey &key) |
|
static void | getGroupNameAndKey (const std::string &fullGroupString, std::string &groupName, TableGroupKey &key) |
|
static unsigned int | getDefaultKey (void) |
|
static unsigned int | getInvalidKey (void) |
|
|
std::ostream & | operator<< (std::ostream &out, const TableGroupKey &key) |
|
Definition at line 11 of file TableGroupKey.h.
The documentation for this class was generated from the following files: