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

512-bit opaque blob. More...

#include <uint256.h>

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

Public Member Functions

 uint512 ()
 
 uint512 (const base_blob< 512 > &b)
 
 uint512 (const std::vector< unsigned char > &vch)
 
- Public Member Functions inherited from base_blob< 512 >
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< 512 >
uint8_t m_data [WIDTH]
 
- Static Protected Attributes inherited from base_blob< 512 >
static constexpr int WIDTH
 

Detailed Description

512-bit opaque blob.

Note
This type is called uint256 for historical reasons only. It is an opaque blob of 256 bits and has no integer operations. Use arith_uint256 if those are required.

Definition at line 184 of file uint256.h.

Constructor & Destructor Documentation

◆ uint512() [1/3]

uint512::uint512 ( )
inline

Definition at line 186 of file uint256.h.

◆ uint512() [2/3]

uint512::uint512 ( const base_blob< 512 > &  b)
inlineexplicit

Definition at line 187 of file uint256.h.

◆ uint512() [3/3]

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

Definition at line 188 of file uint256.h.


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