![]() |
PRCYCoin
2.0.0.7rc1
P2P Digital Currency
|
A reference to a CScript: the Hash160 of its serialization (see script.h) More...
#include <standard.h>
Public Member Functions | |
| CScriptID () | |
| CScriptID (const CScript &in) | |
| CScriptID (const uint160 &in) | |
Public Member Functions inherited from uint160 | |
| uint160 () | |
| uint160 (const base_uint< 160 > &b) | |
| uint160 (uint64_t b) | |
| uint160 (const std::string &str) | |
| uint160 (const std::vector< unsigned char > &vch) | |
Public Member Functions inherited from base_uint< 160 > | |
| base_uint () | |
| 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 |
| std::string | ToStringReverseEndian () const |
| unsigned char * | begin () |
| const unsigned char * | begin () const |
| unsigned char * | end () |
| const unsigned char * | end () const |
| unsigned int | size () const |
| uint64_t | Get64 (int n=0) const |
| uint32_t | Get32 (int n=0) 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 |
| 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) |
| uint64_t | GetCheapHash () const |
| void | SetNull () |
| bool | IsNull () const |
Additional Inherited Members | |
Public Types inherited from base_uint< 160 > | |
| enum | |
Public Attributes inherited from base_uint< 160 > | |
| uint32_t | pn [WIDTH] |
A reference to a CScript: the Hash160 of its serialization (see script.h)
Definition at line 20 of file standard.h.
|
inline |
Definition at line 23 of file standard.h.
| CScriptID::CScriptID | ( | const CScript & | in | ) |
Definition at line 18 of file standard.cpp.
|
inline |
Definition at line 25 of file standard.h.
1.8.17