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
uint160 Class Reference

160-bit unsigned integer More...

#include <uint256.h>

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

Public Types

typedef base_uint160 basetype
 

Public Member Functions

 uint160 ()
 
 uint160 (const basetype &b)
 
uint160operator= (const basetype &b)
 
 uint160 (uint64 b)
 
uint160operator= (uint64 b)
 
 uint160 (const std::string &str)
 
 uint160 (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

160-bit unsigned integer

Definition at line 422 of file uint256.h.

Member Typedef Documentation

Definition at line 425 of file uint256.h.

Constructor & Destructor Documentation

uint160::uint160 ( )
inline

Definition at line 427 of file uint256.h.

uint160::uint160 ( const basetype b)
inline

Definition at line 433 of file uint256.h.

uint160::uint160 ( uint64  b)
inline

Definition at line 446 of file uint256.h.

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

Definition at line 463 of file uint256.h.

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

Definition at line 468 of file uint256.h.

Member Function Documentation

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

Definition at line 439 of file uint256.h.

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

Definition at line 454 of file uint256.h.


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