#include <AbstractId.h>
Public Member Functions | |
AbstractID (const AbstractID< 6 > &a) | |
AbstractID (unsigned num) | |
const AbstractID< 6 > & | operator= (const AbstractID< 6 > &a) |
void | fromArray (const char *data) |
void | toArray (char *data) const |
operator unsigned long () const | |
LEXI_BOOL_OP (==) | |
LEXI_BOOL_OP (!=) | |
LEXI_BOOL_OP (<) | |
LEXI_BOOL_OP (>) | |
LEXI_BOOL_OP (<=) | |
LEXI_BOOL_OP (>=) | |
Public Attributes | |
unsigned long long | d |
Static Public Attributes | |
static const size_t | size = 6 |