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

256-bit unsigned integer More...

#include <uint256.h>

Inheritance diagram for uint256:
Inheritance graph
[legend]
Collaboration diagram for uint256:
Collaboration graph
[legend]

Public Types

typedef base_uint256 basetype
 

Public Member Functions

 uint256 ()
 
 uint256 (const basetype &b)
 
uint256operator= (const basetype &b)
 
 uint256 (uint64 b)
 
uint256operator= (uint64 b)
 
 uint256 (const std::string &str)
 
 uint256 (const std::vector< unsigned char > &vch)
 
- Public Member Functions inherited from base_uint< BITS >
bool operator! () const
 
const base_uint operator~ () const
 
const base_uint operator- () const
 
double getdouble () const
 
base_uintoperator= (uint64 b)
 
base_uintoperator^= (const base_uint &b)
 
base_uintoperator&= (const base_uint &b)
 
base_uintoperator|= (const base_uint &b)
 
base_uintoperator^= (uint64 b)
 
base_uintoperator|= (uint64 b)
 
base_uintoperator<<= (unsigned int shift)
 
base_uintoperator>>= (unsigned int shift)
 
base_uintoperator+= (const base_uint &b)
 
base_uintoperator-= (const base_uint &b)
 
base_uintoperator+= (uint64 b64)
 
base_uintoperator-= (uint64 b64)
 
base_uintoperator++ ()
 
const base_uint operator++ (int)
 
base_uintoperator-- ()
 
const base_uint operator-- (int)
 
std::string GetHex () const
 
void SetHex (const char *psz)
 
void SetHex (const std::string &str)
 
std::string ToString () const
 
unsigned char * begin ()
 
unsigned char * end ()
 
const unsigned char * begin () const
 
const unsigned char * end () const
 
unsigned int size () const
 
uint64 Get64 (int n=0) const
 
unsigned int GetSerializeSize (int nType, int nVersion) const
 
template<typename Stream >
void Serialize (Stream &s, int nType, int nVersion) const
 
template<typename Stream >
void Unserialize (Stream &s, int nType, int nVersion)
 

Additional Inherited Members

- Protected Types inherited from base_uint< BITS >
enum  { WIDTH =BITS/32 }
 
- Protected Attributes inherited from base_uint< BITS >
uint32_t pn [WIDTH]
 

Detailed Description

256-bit unsigned integer

Definition at line 537 of file uint256.h.

Member Typedef Documentation

Definition at line 540 of file uint256.h.

Constructor & Destructor Documentation

uint256::uint256 ( )
inline

Definition at line 542 of file uint256.h.

uint256::uint256 ( const basetype b)
inline

Definition at line 548 of file uint256.h.

uint256::uint256 ( uint64  b)
inline

Definition at line 561 of file uint256.h.

uint256::uint256 ( const std::string &  str)
inlineexplicit

Definition at line 578 of file uint256.h.

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

Definition at line 583 of file uint256.h.

Member Function Documentation

uint256& uint256::operator= ( const basetype b)
inline

Definition at line 554 of file uint256.h.

uint256& uint256::operator= ( uint64  b)
inline

Definition at line 569 of file uint256.h.


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