Base class for all base58-encoded data.
More...
#include <base58.h>
|
| CBase58Data () |
|
void | SetData (const std::vector< unsigned char > &vchVersionIn, const void *pdata, size_t nSize) |
|
void | SetData (const std::vector< unsigned char > &vchVersionIn, const unsigned char *pbegin, const unsigned char *pend) |
|
Base class for all base58-encoded data.
Definition at line 71 of file base58.h.
the actually encoded data
Definition at line 78 of file base58.h.
CBase58Data::CBase58Data |
( |
| ) |
|
|
protected |
int CBase58Data::CompareTo |
( |
const CBase58Data & |
b58 | ) |
const |
bool CBase58Data::operator< |
( |
const CBase58Data & |
b58 | ) |
const |
|
inline |
bool CBase58Data::operator<= |
( |
const CBase58Data & |
b58 | ) |
const |
|
inline |
bool CBase58Data::operator== |
( |
const CBase58Data & |
b58 | ) |
const |
|
inline |
bool CBase58Data::operator> |
( |
const CBase58Data & |
b58 | ) |
const |
|
inline |
bool CBase58Data::operator>= |
( |
const CBase58Data & |
b58 | ) |
const |
|
inline |
void CBase58Data::SetData |
( |
const std::vector< unsigned char > & |
vchVersionIn, |
|
|
const void * |
pdata, |
|
|
size_t |
nSize |
|
) |
| |
|
protected |
void CBase58Data::SetData |
( |
const std::vector< unsigned char > & |
vchVersionIn, |
|
|
const unsigned char * |
pbegin, |
|
|
const unsigned char * |
pend |
|
) |
| |
|
protected |
bool CBase58Data::SetString |
( |
const char * |
psz, |
|
|
unsigned int |
nVersionBytes = 1 |
|
) |
| |
bool CBase58Data::SetString |
( |
const std::string & |
str | ) |
|
std::string CBase58Data::ToString |
( |
| ) |
const |
std::vector<unsigned char> CBase58Data::vchVersion |
|
protected |
the version byte(s)
Definition at line 75 of file base58.h.
The documentation for this class was generated from the following files: