#include <BoxLayout.H>
Public Member Functions | |
Entry () | |
Entry (const Box &a_box) | |
Entry (const Box &a_box, const unsigned int a_index) | |
bool | operator< (const Entry &rhs) const |
Public Attributes | |
Box | box |
unsigned int | m_procID |
Entry::Entry | ( | ) | [inline] |
Entry::Entry | ( | const Box & | a_box | ) | [inline] |
Entry::Entry | ( | const Box & | a_box, | |
const unsigned int | a_index | |||
) | [inline] |
Referenced by operator<().
unsigned int Entry::m_procID |