Feathercoin  0.5.0
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
Public Member Functions | Protected Types | Protected Member Functions | Protected Attributes | List of all members
CBase58Data Class Reference

Base class for all base58-encoded data. More...

#include <base58.h>

Inheritance diagram for CBase58Data:
Inheritance graph
[legend]

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
 

Detailed Description

Base class for all base58-encoded data.

Definition at line 176 of file base58.h.

Member Typedef Documentation

typedef std::vector<unsigned char, zero_after_free_allocator<unsigned char> > CBase58Data::vector_uchar
protected

Definition at line 183 of file base58.h.

Constructor & Destructor Documentation

CBase58Data::CBase58Data ( )
inlineprotected

Definition at line 186 of file base58.h.

Member Function Documentation

int CBase58Data::CompareTo ( const CBase58Data b58) const
inline

Definition at line 236 of file base58.h.

bool CBase58Data::operator< ( const CBase58Data b58) const
inline

Definition at line 248 of file base58.h.

bool CBase58Data::operator<= ( const CBase58Data b58) const
inline

Definition at line 246 of file base58.h.

bool CBase58Data::operator== ( const CBase58Data b58) const
inline

Definition at line 245 of file base58.h.

bool CBase58Data::operator> ( const CBase58Data b58) const
inline

Definition at line 249 of file base58.h.

bool CBase58Data::operator>= ( const CBase58Data b58) const
inline

Definition at line 247 of file base58.h.

void CBase58Data::SetData ( int  nVersionIn,
const void *  pdata,
size_t  nSize 
)
inlineprotected

Definition at line 192 of file base58.h.

void CBase58Data::SetData ( int  nVersionIn,
const unsigned char *  pbegin,
const unsigned char *  pend 
)
inlineprotected

Definition at line 200 of file base58.h.

bool CBase58Data::SetString ( const char *  psz)
inline

Definition at line 206 of file base58.h.

bool CBase58Data::SetString ( const std::string &  str)
inline

Definition at line 224 of file base58.h.

std::string CBase58Data::ToString ( ) const
inline

Definition at line 229 of file base58.h.

Member Data Documentation

unsigned char CBase58Data::nVersion
protected

Definition at line 180 of file base58.h.

vector_uchar CBase58Data::vchData
protected

Definition at line 184 of file base58.h.


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