#include <key.h>
Public Member Functions | |
CKey () | |
bool | operator!= (CKey &RHSKey) |
CKey | operator- (const CKey &RHSKey) const |
bool | operator< (CKey &RHSKey) |
bool | operator<= (CKey &RHSKey) |
void | operator= (CKey RHSKey) |
bool | operator== (CKey &RHSKey) |
bool | operator> (CKey &RHSKey) |
bool | operator>= (CKey &RHSKey) |
long int | operator[] (int i) |
void | SetKeytoInfinity () |
void | SetKeytoZero () |
~CKey () | |
Public Attributes | |
long int | key [KEY_SIZE] |
CKey::CKey | ( | ) | [inline] |
CKey::~CKey | ( | ) | [inline] |
void CKey::SetKeytoInfinity | ( | ) | [inline] |
void CKey::SetKeytoZero | ( | ) | [inline] |