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 }
 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


Member Enumeration Documentation

anonymous enum

Enumerator:
PRIORITY_COUNT  Number of priority values.

Definition at line 1178 of file ariaUtil.h.

enum ArPriority::Priority

Enumerator:
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 Fri Dec 1 10:55:18 2006 for Aria by  doxygen 1.4.7