![]() |
Feathercoin
0.5.0
P2P Digital Currency
|
Base class for all base58-encoded data. More...
#include <base58.h>
Public Member Functions | |
bool | SetString (const char *psz) |
bool | SetString (const std::string &str) |
std::string | ToString () const |
int | CompareTo (const CBase58Data &b58) const |
bool | operator== (const CBase58Data &b58) const |
bool | operator<= (const CBase58Data &b58) const |
bool | operator>= (const CBase58Data &b58) const |
bool | operator< (const CBase58Data &b58) const |
bool | operator> (const CBase58Data &b58) const |
Protected Types | |
typedef std::vector< unsigned char, zero_after_free_allocator < unsigned char > > | vector_uchar |
Protected Member Functions | |
CBase58Data () | |
void | SetData (int nVersionIn, const void *pdata, size_t nSize) |
void | SetData (int nVersionIn, const unsigned char *pbegin, const unsigned char *pend) |
Protected Attributes | |
unsigned char | nVersion |
vector_uchar | vchData |
|
protected |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlineprotected |
|
inlineprotected |
|
inline |
|
protected |