![]() |
Fabcoin Core
0.16.2
P2P Digital Currency
|
#include <base58.h>
Public Member Functions | |
| void | SetKey (const K &key) |
| K | GetKey () |
| CFabcoinExtKeyBase (const K &key) | |
| CFabcoinExtKeyBase (const std::string &strBase58c) | |
| CFabcoinExtKeyBase () | |
Public Member Functions inherited from CBase58Data | |
| bool | SetString (const char *psz, unsigned int nVersionBytes=1) |
| 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 |
Additional Inherited Members | |
Protected Types inherited from CBase58Data | |
| typedef std::vector< unsigned char, zero_after_free_allocator< unsigned char > > | vector_uchar |
| the actually encoded data More... | |
Protected Member Functions inherited from CBase58Data | |
| 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) |
Protected Attributes inherited from CBase58Data | |
| std::vector< unsigned char > | vchVersion |
| the version byte(s) More... | |
| vector_uchar | vchData |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
1.8.11