uint64 Struct Reference

List of all members.

Public Member Functions

 uint64 ()
 uint64 (uint32 i)
 uint64 (uint32 h, uint32 l)
 uint64 (const uint64 &i)
void addlow (uint32 l)
uint64operator= (uint64 &o)
uint64operator+= (uint64 &o)
uint64 operator+ (uint64 &o)
uint64operator= (uint32 i)
uint64operator+= (uint32 i)
uint64 operator+ (uint32 i)
uint64operator *= (uint32 i)
uint64 operator * (uint32 i)
uint64operator/= (uint32 div)
uint64 operator/ (uint32 i)
uint64operator%= (uint32 div)
uint64 operator% (uint32 i)
 operator uint32 ()
void printx ()

Public Attributes

uint32 low
uint32 high

Detailed Description

Definition at line 780 of file XMidiFile.cpp.


Constructor & Destructor Documentation

uint64::uint64 (  )  [inline]

Definition at line 784 of file XMidiFile.cpp.

uint64::uint64 ( uint32  i  )  [inline]

Definition at line 785 of file XMidiFile.cpp.

uint64::uint64 ( uint32  h,
uint32  l 
) [inline]

Definition at line 786 of file XMidiFile.cpp.

uint64::uint64 ( const uint64 i  )  [inline]

Definition at line 787 of file XMidiFile.cpp.


Member Function Documentation

void uint64::addlow ( uint32  l  )  [inline]

Definition at line 789 of file XMidiFile.cpp.

References high, and low.

Referenced by operator *=(), operator+=(), and operator/=().

uint64 uint64::operator * ( uint32  i  )  [inline]

Definition at line 880 of file XMidiFile.cpp.

References n.

uint64& uint64::operator *= ( uint32  i  )  [inline]

Definition at line 837 of file XMidiFile.cpp.

References addlow(), high, and low.

uint64::operator uint32 (  )  [inline]

Definition at line 981 of file XMidiFile.cpp.

References low.

uint64 uint64::operator% ( uint32  i  )  [inline]

Definition at line 976 of file XMidiFile.cpp.

References n.

uint64& uint64::operator%= ( uint32  div  )  [inline]

Definition at line 944 of file XMidiFile.cpp.

References high, and low.

uint64 uint64::operator+ ( uint32  i  )  [inline]

Definition at line 831 of file XMidiFile.cpp.

References n.

uint64 uint64::operator+ ( uint64 o  )  [inline]

Definition at line 811 of file XMidiFile.cpp.

References high, low, and n.

uint64& uint64::operator+= ( uint32  i  )  [inline]

Definition at line 826 of file XMidiFile.cpp.

References addlow().

uint64& uint64::operator+= ( uint64 o  )  [inline]

Definition at line 805 of file XMidiFile.cpp.

References addlow(), high, and low.

uint64 uint64::operator/ ( uint32  i  )  [inline]

Definition at line 939 of file XMidiFile.cpp.

References n.

uint64& uint64::operator/= ( uint32  div  )  [inline]

Definition at line 885 of file XMidiFile.cpp.

References addlow(), high, and low.

uint64& uint64::operator= ( uint32  i  )  [inline]

Definition at line 820 of file XMidiFile.cpp.

References high, and low.

uint64& uint64::operator= ( uint64 o  )  [inline]

Definition at line 799 of file XMidiFile.cpp.

References high, and low.

void uint64::printx (  )  [inline]

Definition at line 986 of file XMidiFile.cpp.

References high, and low.


Member Data Documentation

uint32 uint64::high

Definition at line 782 of file XMidiFile.cpp.

Referenced by addlow(), operator *=(), operator%=(), operator+(), operator+=(), operator/=(), operator=(), and printx().

uint32 uint64::low

Definition at line 781 of file XMidiFile.cpp.

Referenced by addlow(), operator *=(), operator uint32(), operator%=(), operator+(), operator+=(), operator/=(), operator=(), and printx().


The documentation for this struct was generated from the following file:
Generated on Fri Jul 27 22:30:08 2007 for pentagram by  doxygen 1.4.7