Raven Core  3.0.0
P2P Digital Currency
Public Member Functions | List of all members
CRavenExtKeyBase< K, Size, Type > Class Template Reference

#include <base58.h>

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

Public Member Functions

void SetKey (const K &key)
 
GetKey ()
 
 CRavenExtKeyBase (const K &key)
 
 CRavenExtKeyBase (const std::string &strBase58c)
 
 CRavenExtKeyBase ()
 
- 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 CRavenExtKeyBase< K, Size, Type >

Definition at line 136 of file base58.h.

Constructor & Destructor Documentation

◆ CRavenExtKeyBase() [1/3]

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

Definition at line 154 of file base58.h.

◆ CRavenExtKeyBase() [2/3]

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

Definition at line 158 of file base58.h.

Here is the call graph for this function:

◆ CRavenExtKeyBase() [3/3]

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

Definition at line 162 of file base58.h.

Member Function Documentation

◆ GetKey()

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

Definition at line 145 of file base58.h.

◆ SetKey()

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

Definition at line 139 of file base58.h.

Here is the call graph for this function:

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