![]() |
Feathercoin
0.5.0
P2P Digital Currency
|
A reference to a CKey: the Hash160 of its serialized public key. More...
#include <key.h>
Public Member Functions | |
CKeyID () | |
CKeyID (const uint160 &in) | |
![]() | |
uint160 () | |
uint160 (const basetype &b) | |
uint160 & | operator= (const basetype &b) |
uint160 (uint64 b) | |
uint160 & | operator= (uint64 b) |
uint160 (const std::string &str) | |
uint160 (const std::vector< unsigned char > &vch) | |
![]() | |
bool | operator! () const |
const base_uint | operator~ () const |
const base_uint | operator- () const |
double | getdouble () const |
base_uint & | operator= (uint64 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 b) |
base_uint & | operator|= (uint64 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 b64) |
base_uint & | operator-= (uint64 b64) |
base_uint & | operator++ () |
const base_uint | operator++ (int) |
base_uint & | operator-- () |
const base_uint | operator-- (int) |
std::string | GetHex () const |
void | SetHex (const char *psz) |
void | SetHex (const std::string &str) |
std::string | ToString () const |
unsigned char * | begin () |
unsigned char * | end () |
const unsigned char * | begin () const |
const unsigned char * | end () const |
unsigned int | size () const |
uint64 | Get64 (int n=0) const |
unsigned int | GetSerializeSize (int nType, int nVersion) const |
template<typename Stream > | |
void | Serialize (Stream &s, int nType, int nVersion) const |
template<typename Stream > | |
void | Unserialize (Stream &s, int nType, int nVersion) |
Additional Inherited Members | |
![]() | |
typedef base_uint160 | basetype |
![]() | |
enum | { WIDTH =BITS/32 } |
![]() | |
uint32_t | pn [WIDTH] |
A reference to a CKey: the Hash160 of its serialized public key.