|
HSS1394
Release1.00
|
64-bit unsigned integer More...
#include <HSS1394Types.h>
Public Member Functions | |
| uint64 (void) | |
| Construct a zero-valued instance. | |
| uint64 (uint32 u32High, uint32 u32Low) | |
| Construct instance by specifying MS32 and LS32. | |
| bool | operator== (const uint64 &other) const |
| Equvalence test. | |
| uint64 & | operator= (const uint64 &other) |
| Assignment operator. | |
| uint64 & | operator= (const int other) |
| Partial assignment operator - sets MS32 of result as zero. | |
Public Attributes | |
| uint32 | mu32Low |
| LS32 of value. | |
| uint32 | mu32High |
| MS32 of value. | |
64-bit unsigned integer
1.8.13