|
hdac SDK
SDK for hdac blockchain development
|
#include <uint256.h>
Public 멤버 함수 | |
| uint160 (const base_uint< 160 > &b) | |
| uint160 (uint64_t b) | |
| uint160 (const std::string &str) | |
| uint160 (const std::vector< unsigned char > &vch) | |
base_uint< 160 >(으)로부터 상속된 Public 멤버 함수 | |
| base_uint (const base_uint &b) | |
| base_uint (uint64_t b) | |
| base_uint (const std::string &str) | |
| base_uint (const std::vector< unsigned char > &vch) | |
| base_uint & | operator= (const base_uint &b) |
| base_uint & | operator= (uint64_t b) |
| bool | operator! () const |
| const base_uint | operator~ () const |
| const base_uint | operator- () const |
| double | getdouble () const |
| base_uint & | operator^= (const base_uint &b) |
| base_uint & | operator^= (uint64_t b) |
| base_uint & | operator&= (const base_uint &b) |
| base_uint & | operator|= (const base_uint &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+= (uint64_t b64) |
| base_uint & | operator-= (const base_uint &b) |
| 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++ () |
| const base_uint | operator++ (int) |
| base_uint & | operator-- () |
| const base_uint | operator-- (int) |
| int | CompareTo (const base_uint &b) const |
| bool | EqualTo (uint64_t b) const |
| std::string | GetHex () const |
| void | SetHex (const char *psz) |
| void | SetHex (const std::string &str) |
| std::string | ToString () const |
| unsigned char * | begin () |
| const unsigned char * | begin () const |
| unsigned char * | end () |
| const unsigned char * | end () const |
| unsigned int | size () const |
| unsigned int | bits () const |
| uint64_t | GetLow64 () const |
| unsigned int | GetSerializeSize (int nType, int nVersion) const |
| void | Serialize (Stream &s, int nType, int nVersion) const |
| void | Unserialize (Stream &s, int nType, int nVersion) |
추가로 상속된 멤버들 | |
base_uint< 160 >(으)로부터 상속된 Protected 타입 | |
| enum | |
base_uint< 160 >(으)로부터 상속된 Protected 속성 | |
| uint32_t | pn [WIDTH] |
160-bit unsigned big integer.
1.8.11