#include <common.h>
Inheritance diagram for UInt64:
Public Member Functions | |
UInt64 () | |
UInt64 (const UInt64 &u) | |
UInt64 (const SInt64 &s) | |
UInt64 (UINT u) | |
UInt64 (uint64 u) | |
virtual | ~UInt64 () |
void | assign (const UInt64 &u) |
void | assign (const SInt64 &s) |
void | assign (UINT u) |
void | assign (uint64 u) |
virtual int | compareTo (const Object *obj) const |
virtual Object * | duplicate () |
virtual bool | instanceOf (OBJECT_ID id) |
virtual int | load (ht_object_stream *s) |
virtual OBJECT_ID | object_id () const |
virtual void | store (ht_object_stream *s) |
virtual int | toString (char *s, int maxlen) |
void | operator= (const UInt64 &u) |
void | operator+= (const UInt64 &u) |
void | operator-= (const UInt64 &u) |
UInt64 & | operator++ () |
UInt64 | operator++ (int b) |
bool | operator< (const UInt64 &s) |
bool | operator> (const UInt64 &s) |
bool | operator<= (const UInt64 &s) |
bool | operator>= (const UInt64 &s) |
bool | operator== (const UInt64 &s) |
bool | operator!= (const UInt64 &s) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Standard Object comparator.
Reimplemented from Object. |
|
Standard Object duplicator.
Reimplemented from Object. |
|
Reimplemented from Object. |
|
loads object from object stream.
Reimplemented from Object. |
|
Reimplemented from Object. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
stores object. Reimplemented from Object. |
|
Prints object in string |s|
Reimplemented from Object. |