Fabcoin Core  0.16.2
P2P Digital Currency
Public Member Functions | List of all members
CFabcoinExtKeyBase< K, Size, Type > Class Template Reference

#include <base58.h>

Inheritance diagram for CFabcoinExtKeyBase< K, Size, Type >:
[legend]
Collaboration diagram for CFabcoinExtKeyBase< K, Size, Type >:
[legend]

Public Member Functions

void SetKey (const K &key)
 
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
 

Detailed Description

template<typename K, int Size, CChainParams::Base58Type Type>
class CFabcoinExtKeyBase< K, Size, Type >

Definition at line 139 of file base58.h.

Constructor & Destructor Documentation

template<typename K , int Size, CChainParams::Base58Type Type>
CFabcoinExtKeyBase< K, Size, Type >::CFabcoinExtKeyBase ( const K &  key)
inline

Definition at line 157 of file base58.h.

template<typename K , int Size, CChainParams::Base58Type Type>
CFabcoinExtKeyBase< K, Size, Type >::CFabcoinExtKeyBase ( const std::string &  strBase58c)
inline

Definition at line 161 of file base58.h.

Here is the call graph for this function:

template<typename K , int Size, CChainParams::Base58Type Type>
CFabcoinExtKeyBase< K, Size, Type >::CFabcoinExtKeyBase ( )
inline

Definition at line 165 of file base58.h.

Member Function Documentation

template<typename K , int Size, CChainParams::Base58Type Type>
K CFabcoinExtKeyBase< K, Size, Type >::GetKey ( )
inline

Definition at line 148 of file base58.h.

template<typename K , int Size, CChainParams::Base58Type Type>
void CFabcoinExtKeyBase< K, Size, Type >::SetKey ( const K &  key)
inline

Definition at line 142 of file base58.h.

Here is the call graph for this function:

Here is the caller graph for this function:


The documentation for this class was generated from the following file: