#include <UInt128.h> [code]
Definition at line 32 of file UInt128.h.
Public Member Functions | |
| void | readFromBinaryReader (BinaryReader &reader) |
| Reads a 128 bits number from a Binary Reader. | |
| void | writeToBinaryWriter (BinaryWriter &writer) const |
| Writes a 128 bits number to a Binary Writer. | |
Private Member Functions | |
| UInt128 () | |
Private Attributes | |
| quint32 | data [4] |
| A 128 bits unsigned integer. Being data[0] the most significant word. | |
|
|
|
|
|
Reads a 128 bits number from a Binary Reader.
Definition at line 33 of file UInt128.cpp. |
|
|
Writes a 128 bits number to a Binary Writer.
Definition at line 42 of file UInt128.cpp. |
|
|
A 128 bits unsigned integer. Being data[0] the most significant word.
|