#include <ariaUtil.h>
Public Types | |
enum | { PRIORITY_COUNT = LAST_PRIORITY + 1 } |
enum | Priority { IMPORTANT, NORMAL, DETAILED, TRIVIAL = DETAILED, LAST_PRIORITY = DETAILED } |
Static Public Member Functions | |
static const char * | getPriorityName (Priority priority) |
Static Protected Attributes | |
static std::map< Priority, std::string > | ourPriorityNames |
static bool | ourStringsInited = false |
static std::string | ourUnknownPriorityName |
Definition at line 1073 of file ariaUtil.h.
|
Definition at line 1086 of file ariaUtil.h. |
|
Definition at line 1076 of file ariaUtil.h. |