#include <ariaUtil.h>
Definition at line 1165 of file ariaUtil.h.
Public Types | |
| enum | { PRIORITY_COUNT = LAST_PRIORITY + 1 } |
| DETAILED | |
| Things that probably shouldn't be modified. | |
| IMPORTANT | |
| Things that should be modified to suit. | |
| LAST_PRIORITY = DETAILED | |
| Last value in the enumeration. | |
| NORMAL | |
| Things that may want to be modified. | |
| enum | Priority { IMPORTANT, NORMAL, DETAILED, TRIVIAL = DETAILED, LAST_PRIORITY = DETAILED } |
| PRIORITY_COUNT = LAST_PRIORITY + 1 | |
| Number of priority values. | |
| TRIVIAL = DETAILED | |
| Things that probably shouldn't be modified (alias for historic reasons). | |
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 |
| anonymous enum |
| enum ArPriority::Priority |
Definition at line 1168 of file ariaUtil.h.
1.4.7