![]() |
Bitcoin ABC 0.33.13
P2P Digital Currency
|
Template base class for unsigned big integers. More...
#include <arith_uint256.h>
Public Member Functions | |
| base_uint () | |
| base_uint (const base_uint &b) | |
| base_uint & | operator= (const base_uint &b) |
| base_uint (uint64_t b) | |
| base_uint | operator~ () const |
| base_uint | operator- () const |
| double | getdouble () const |
| base_uint & | operator= (uint64_t b) |
| base_uint & | operator^= (const base_uint &b) |
| base_uint & | operator&= (const base_uint &b) |
| base_uint & | operator|= (const base_uint &b) |
| base_uint & | operator^= (uint64_t b) |
| base_uint & | operator|= (uint64_t b) |
| base_uint & | operator<<= (unsigned int shift) |
| base_uint & | operator>>= (unsigned int shift) |
| base_uint & | operator+= (const base_uint &b) |
| base_uint & | operator-= (const base_uint &b) |
| base_uint & | operator+= (uint64_t b64) |
| base_uint & | operator-= (uint64_t b64) |
| base_uint & | operator*= (uint32_t b32) |
| base_uint & | operator*= (const base_uint &b) |
| base_uint & | operator/= (const base_uint &b) |
| base_uint & | operator++ () |
| base_uint | operator++ (int) |
| base_uint & | operator-- () |
| base_uint | operator-- (int) |
| int | CompareTo (const base_uint &b) const |
| bool | EqualTo (uint64_t b) const |
| std::string | GetHex () const |
| std::string | ToString () const |
| unsigned int | size () const |
| unsigned int | bits () const |
| Returns the position of the highest bit set plus one, or zero if the value is zero. More... | |
| uint64_t | GetLow64 () const |
Protected Attributes | |
| uint32_t | pn [WIDTH] |
Static Protected Attributes | |
| static constexpr int | WIDTH = BITS / 32 |
Template base class for unsigned big integers.
Definition at line 23 of file arith_uint256.h.
|
inline |
Definition at line 29 of file arith_uint256.h.
|
inline |
Definition at line 39 of file arith_uint256.h.
|
inline |
Definition at line 56 of file arith_uint256.h.
| unsigned int base_uint< BITS >::bits |
Returns the position of the highest bit set plus one, or zero if the value is zero.
Definition at line 158 of file arith_uint256.cpp.
Definition at line 113 of file arith_uint256.cpp.
| bool base_uint< BITS >::EqualTo | ( | uint64_t | b | ) | const |
Definition at line 125 of file arith_uint256.cpp.
| double base_uint< BITS >::getdouble |
| std::string base_uint< BITS >::GetHex |
Definition at line 150 of file arith_uint256.cpp.
|
inline |
|
inline |
Definition at line 103 of file arith_uint256.h.
| base_uint< BITS > & base_uint< BITS >::operator*= | ( | const base_uint< BITS > & | b | ) |
Definition at line 64 of file arith_uint256.cpp.
Definition at line 53 of file arith_uint256.cpp.
Definition at line 165 of file arith_uint256.h.
Definition at line 174 of file arith_uint256.h.
|
inline |
Definition at line 132 of file arith_uint256.h.
Definition at line 147 of file arith_uint256.h.
Definition at line 76 of file arith_uint256.h.
Definition at line 181 of file arith_uint256.h.
Definition at line 190 of file arith_uint256.h.
|
inline |
Definition at line 142 of file arith_uint256.h.
Definition at line 154 of file arith_uint256.h.
| template base_uint< 6144 > & base_uint< BITS >::operator/= | ( | const base_uint< BITS > & | b | ) |
Definition at line 79 of file arith_uint256.cpp.
| base_uint< BITS > & base_uint< BITS >::operator<<= | ( | unsigned int | shift | ) |
Definition at line 1 of file arith_uint256.cpp.
|
inline |
Definition at line 49 of file arith_uint256.h.
Definition at line 87 of file arith_uint256.h.
| base_uint< BITS > & base_uint< BITS >::operator>>= | ( | unsigned int | shift | ) |
Definition at line 34 of file arith_uint256.cpp.
|
inline |
Definition at line 96 of file arith_uint256.h.
Definition at line 117 of file arith_uint256.h.
|
inline |
Definition at line 110 of file arith_uint256.h.
Definition at line 123 of file arith_uint256.h.
Definition at line 68 of file arith_uint256.h.
|
inline |
Definition at line 258 of file arith_uint256.h.
| std::string base_uint< BITS >::ToString |
|
friend |
Definition at line 233 of file arith_uint256.h.
|
friend |
Definition at line 251 of file arith_uint256.h.
|
friend |
Definition at line 215 of file arith_uint256.h.
|
friend |
Definition at line 206 of file arith_uint256.h.
Definition at line 227 of file arith_uint256.h.
|
friend |
Definition at line 200 of file arith_uint256.h.
|
friend |
Definition at line 203 of file arith_uint256.h.
|
friend |
Definition at line 209 of file arith_uint256.h.
|
friend |
Definition at line 239 of file arith_uint256.h.
Definition at line 224 of file arith_uint256.h.
|
friend |
Definition at line 245 of file arith_uint256.h.
|
friend |
Definition at line 230 of file arith_uint256.h.
|
friend |
Definition at line 248 of file arith_uint256.h.
|
friend |
Definition at line 236 of file arith_uint256.h.
|
friend |
Definition at line 242 of file arith_uint256.h.
Definition at line 221 of file arith_uint256.h.
|
friend |
Definition at line 218 of file arith_uint256.h.
|
friend |
Definition at line 212 of file arith_uint256.h.
Definition at line 26 of file arith_uint256.h.
|
staticconstexprprotected |
Definition at line 25 of file arith_uint256.h.