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

ArPriority Class Reference

#include <ariaUtil.h>

List of all members.


Detailed Description

Contains enumeration of four user-oriented priority levels (used primarily by ArConfig).

Definition at line 1165 of file 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


Member Enumeration Documentation

anonymous enum
 

Enumeration values:
PRIORITY_COUNT  Number of priority values.

Definition at line 1178 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 1168 of file ariaUtil.h.


The documentation for this class was generated from the following files:
Generated on Tue Feb 20 10:51:44 2007 for Aria by  doxygen 1.4.0