HSS1394  Release1.00
Public Member Functions | Public Attributes | List of all members
hss1394::uint64 Class Reference

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.
 
uint64operator= (const uint64 &other)
 Assignment operator.
 
uint64operator= (const int other)
 Partial assignment operator - sets MS32 of result as zero.
 

Public Attributes

uint32 mu32Low
 LS32 of value.
 
uint32 mu32High
 MS32 of value.
 

Detailed Description

64-bit unsigned integer


The documentation for this class was generated from the following file: