PIVX Core  5.6.99
P2P Digital Currency
Public Member Functions | List of all members
blob88 Class Reference

88-bit opaque blob. More...

#include <uint256.h>

Inheritance diagram for blob88:
[legend]
Collaboration diagram for blob88:
[legend]

Public Member Functions

 blob88 ()
 
 blob88 (const base_blob< 88 > &b)
 
 blob88 (const std::vector< unsigned char > &vch)
 
- Public Member Functions inherited from base_blob< 88 >
constexpr base_blob ()
 
constexpr base_blob (uint8_t v)
 
 base_blob (const std::vector< unsigned char > &vch)
 
bool IsNull () const
 
void SetNull ()
 
int Compare (const base_blob &other) const
 
std::string GetHex () const
 
void SetHex (const char *psz)
 
void SetHex (const std::string &str)
 
std::string ToString () const
 
const unsigned char * data () const
 
unsigned char * data ()
 
unsigned char * begin ()
 
const unsigned char * begin () const
 
unsigned char * end ()
 
const unsigned char * end () const
 
unsigned int size () const
 
uint64_t GetUint64 (int pos) const
 
void Serialize (Stream &s) const
 
void Unserialize (Stream &s)
 

Additional Inherited Members

- Protected Attributes inherited from base_blob< 88 >
uint8_t m_data [WIDTH]
 
- Static Protected Attributes inherited from base_blob< 88 >
static constexpr int WIDTH
 

Detailed Description

88-bit opaque blob.

Definition at line 116 of file uint256.h.

Constructor & Destructor Documentation

◆ blob88() [1/3]

blob88::blob88 ( )
inline

Definition at line 118 of file uint256.h.

◆ blob88() [2/3]

blob88::blob88 ( const base_blob< 88 > &  b)
inlineexplicit

Definition at line 119 of file uint256.h.

◆ blob88() [3/3]

blob88::blob88 ( const std::vector< unsigned char > &  vch)
inlineexplicit

Definition at line 120 of file uint256.h.


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