Public Member Functions | |
| uint64 () | |
| uint64 (uint32 i) | |
| uint64 (uint32 h, uint32 l) | |
| uint64 (const uint64 &i) | |
| void | addlow (uint32 l) |
| uint64 & | operator= (uint64 &o) |
| uint64 & | operator+= (uint64 &o) |
| uint64 | operator+ (uint64 &o) |
| uint64 & | operator= (uint32 i) |
| uint64 & | operator+= (uint32 i) |
| uint64 | operator+ (uint32 i) |
| uint64 & | operator *= (uint32 i) |
| uint64 | operator * (uint32 i) |
| uint64 & | operator/= (uint32 div) |
| uint64 | operator/ (uint32 i) |
| uint64 & | operator%= (uint32 div) |
| uint64 | operator% (uint32 i) |
| operator uint32 () | |
| void | printx () |
Public Attributes | |
| uint32 | low |
| uint32 | high |
Definition at line 780 of file XMidiFile.cpp.
| uint64::uint64 | ( | ) | [inline] |
Definition at line 784 of file XMidiFile.cpp.
| uint64::uint64 | ( | uint32 | i | ) | [inline] |
Definition at line 785 of file XMidiFile.cpp.
Definition at line 786 of file XMidiFile.cpp.
| uint64::uint64 | ( | const uint64 & | i | ) | [inline] |
Definition at line 787 of file XMidiFile.cpp.
| void uint64::addlow | ( | uint32 | l | ) | [inline] |
Definition at line 789 of file XMidiFile.cpp.
Referenced by operator *=(), operator+=(), and operator/=().
| uint64::operator uint32 | ( | ) | [inline] |
| void uint64::printx | ( | ) | [inline] |
Definition at line 782 of file XMidiFile.cpp.
Referenced by addlow(), operator *=(), operator%=(), operator+(), operator+=(), operator/=(), operator=(), and printx().
Definition at line 781 of file XMidiFile.cpp.
Referenced by addlow(), operator *=(), operator uint32(), operator%=(), operator+(), operator+=(), operator/=(), operator=(), and printx().
1.4.7