#include <EnumClass.h>
Public Member Functions | |
| EnumItem (const char *nm, unsigned int val, int num=-1) | |
| Not yet documented. | |
| EnumItem (const char *nm, const char *aliasname, unsigned int val=0, int num=-1) | |
| Not yet documented. | |
| unsigned int | getValue () const |
| Not yet documented. | |
| const char * | getName () const |
| Not yet documented. | |
| const char * | getAliasName () const |
| Not yet documented. | |
| Bool | compare (const EnumItem *item) const |
| Not yet documented. | |
| EnumItem * | clone () const |
| Not yet documented. | |
| ~EnumItem () | |
Friends | |
| class | EnumClass |
| class | Enum |
Definition at line 38 of file EnumClass.h.
| eyedb::EnumItem::EnumItem | ( | const char * | nm, | |
| unsigned int | val, | |||
| int | num = -1 | |||
| ) |
| eyedb::EnumItem::EnumItem | ( | const char * | nm, | |
| const char * | aliasname, | |||
| unsigned int | val = 0, |
|||
| int | num = -1 | |||
| ) |
| unsigned int eyedb::EnumItem::getValue | ( | ) | const [inline] |
| const char* eyedb::EnumItem::getName | ( | void | ) | const [inline] |
| const char* eyedb::EnumItem::getAliasName | ( | ) | const [inline] |
| EnumItem * eyedb::EnumItem::clone | ( | ) | const |
1.5.3