ALMaSS Partridge ODdox
1.1
The partridge model description following ODdox protocol
|
Used in event handling. More...
#include <lowqueue.h>
Public Types | |
typedef LowPriPair | value_type |
typedef LowPriPair | size_type |
Public Member Functions | |
LowPriPair () | |
LowPriPair (const ELEMTYPE &a_element, long a_priority) | |
bool | operator< (const LowPriPair &a_another_pri_pair) const |
Public Attributes | |
ELEMTYPE | m_element |
long | m_pri |
Used in event handling.
Definition at line 83 of file lowqueue.h.
typedef LowPriPair LowPriPair< ELEMTYPE >::size_type |
Definition at line 86 of file lowqueue.h.
typedef LowPriPair LowPriPair< ELEMTYPE >::value_type |
Definition at line 85 of file lowqueue.h.
|
inline |
Definition at line 91 of file lowqueue.h.
|
inline |
Definition at line 95 of file lowqueue.h.
|
inline |
Definition at line 101 of file lowqueue.h.
References LowPriPair< ELEMTYPE >::m_pri.
ELEMTYPE LowPriPair< ELEMTYPE >::m_element |
Definition at line 88 of file lowqueue.h.
Referenced by Farm::HandleEvents(), OptimisingFarm::HandleEvents(), and Farm::~Farm().
long LowPriPair< ELEMTYPE >::m_pri |
Definition at line 89 of file lowqueue.h.
Referenced by Farm::HandleEvents(), OptimisingFarm::HandleEvents(), and LowPriPair< ELEMTYPE >::operator<().