Fabcoin Core
0.16.2
P2P Digital Currency
|
Public Member Functions | |
Word () | |
Word (word value) | |
Word (hword low, hword high) | |
Word | operator- (Word a) |
Word | operator- (hword a) |
hword | operator/ (hword divisor) |
bool | operator! () const |
word | GetWhole () const |
hword | GetLowHalf () const |
hword | GetHighHalf () const |
hword | GetHighHalfAsBorrow () const |
Static Public Member Functions | |
static Word | Multiply (hword a, hword b) |
Private Attributes | |
word | m_whole |
Definition at line 353 of file integer.cpp.
|
inline |
Definition at line 364 of file integer.cpp.
|
inline |
Definition at line 367 of file integer.cpp.
Definition at line 368 of file integer.cpp.
|
inline |
Definition at line 404 of file integer.cpp.
|
inline |
Definition at line 405 of file integer.cpp.
|
inline |
Definition at line 403 of file integer.cpp.
|
inline |
Definition at line 370 of file integer.cpp.
|
inline |
Definition at line 397 of file integer.cpp.
Definition at line 377 of file integer.cpp.
Definition at line 384 of file integer.cpp.
Definition at line 392 of file integer.cpp.
|
private |
Definition at line 408 of file integer.cpp.