Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | Related Pages

ArPriority Class Reference

has enum for priority (mostly for ArConfig) More...

#include <ariaUtil.h>

List of all members.

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


Detailed Description

has enum for priority (mostly for ArConfig)

Definition at line 1073 of file ariaUtil.h.


Member Enumeration Documentation

anonymous enum
 

Enumeration values:
PRIORITY_COUNT  Number of priority values.

Definition at line 1086 of file ariaUtil.h.

enum ArPriority::Priority
 

Enumeration values:
IMPORTANT  Things that should be modified to suit.
NORMAL  Things that may want to be modified.
DETAILED  Things that probably shouldn't be modified.
TRIVIAL  Things that probably shouldn't be modified (alias for historic reasons).
LAST_PRIORITY  Last value in the enumeration.

Definition at line 1076 of file ariaUtil.h.


The documentation for this class was generated from the following files:
Generated on Wed Oct 19 12:56:51 2005 for Aria by  doxygen 1.4.0