#include <spMathMD5CheckSum.hpp>
List of all members.
Detailed Description
128 bit integer with bitwise operators. This is primary used in the MD5CheckSum class.
- See also:
- MD5CheckSum
- Since:
- Version 3.2
Constructor & Destructor Documentation
sp::math::UInt128::UInt128 |
( |
|
) |
[inline] |
sp::math::UInt128::UInt128 |
( |
u64 |
HighWord, |
|
|
u64 |
LowWord | |
|
) |
| | [inline] |
sp::math::UInt128::UInt128 |
( |
u32 |
Word3, |
|
|
u32 |
Word2, |
|
|
u32 |
Word1, |
|
|
u32 |
Word0 | |
|
) |
| | [inline] |
sp::math::UInt128::UInt128 |
( |
const UInt128 & |
Other |
) |
[inline] |
sp::math::UInt128::~UInt128 |
( |
|
) |
[inline] |
Member Function Documentation
u64 sp::math::UInt128::getHighWord |
( |
|
) |
const [inline] |
u64 sp::math::UInt128::getLowWord |
( |
|
) |
const [inline] |
UInt128& sp::math::UInt128::invert |
( |
|
) |
[inline] |
bool sp::math::UInt128::operator!= |
( |
const UInt128 & |
Other |
) |
const [inline] |
bool sp::math::UInt128::operator== |
( |
const UInt128 & |
Other |
) |
const [inline] |
The documentation for this class was generated from the following file: