![]() |
Feathercoin
0.5.0
P2P Digital Currency
|
Double ended buffer combining vector and stream-like interfaces. More...
#include <serialize.h>
Public Types | |
typedef vector_type::allocator_type | allocator_type |
typedef vector_type::size_type | size_type |
typedef vector_type::difference_type | difference_type |
typedef vector_type::reference | reference |
typedef vector_type::const_reference | const_reference |
typedef vector_type::value_type | value_type |
typedef vector_type::iterator | iterator |
typedef vector_type::const_iterator | const_iterator |
typedef vector_type::reverse_iterator | reverse_iterator |
Public Member Functions | |
CDataStream (int nTypeIn, int nVersionIn) | |
CDataStream (const_iterator pbegin, const_iterator pend, int nTypeIn, int nVersionIn) | |
CDataStream (const char *pbegin, const char *pend, int nTypeIn, int nVersionIn) | |
CDataStream (const vector_type &vchIn, int nTypeIn, int nVersionIn) | |
CDataStream (const std::vector< char > &vchIn, int nTypeIn, int nVersionIn) | |
CDataStream (const std::vector< unsigned char > &vchIn, int nTypeIn, int nVersionIn) | |
void | Init (int nTypeIn, int nVersionIn) |
CDataStream & | operator+= (const CDataStream &b) |
std::string | str () const |
const_iterator | begin () const |
iterator | begin () |
const_iterator | end () const |
iterator | end () |
size_type | size () const |
bool | empty () const |
void | resize (size_type n, value_type c=0) |
void | reserve (size_type n) |
const_reference | operator[] (size_type pos) const |
reference | operator[] (size_type pos) |
void | clear () |
iterator | insert (iterator it, const char &x=char()) |
void | insert (iterator it, size_type n, const char &x) |
void | insert (iterator it, std::vector< char >::const_iterator first, std::vector< char >::const_iterator last) |
void | insert (iterator it, const char *first, const char *last) |
iterator | erase (iterator it) |
iterator | erase (iterator first, iterator last) |
void | Compact () |
bool | Rewind (size_type n) |
void | setstate (short bits, const char *psz) |
bool | eof () const |
bool | fail () const |
bool | good () const |
void | clear (short n) |
short | exceptions () |
short | exceptions (short mask) |
CDataStream * | rdbuf () |
int | in_avail () |
void | SetType (int n) |
int | GetType () |
void | SetVersion (int n) |
int | GetVersion () |
void | ReadVersion () |
void | WriteVersion () |
CDataStream & | read (char *pch, int nSize) |
CDataStream & | ignore (int nSize) |
CDataStream & | write (const char *pch, int nSize) |
template<typename Stream > | |
void | Serialize (Stream &s, int nType, int nVersion) const |
template<typename T > | |
unsigned int | GetSerializeSize (const T &obj) |
template<typename T > | |
CDataStream & | operator<< (const T &obj) |
template<typename T > | |
CDataStream & | operator>> (T &obj) |
void | GetAndClear (CSerializeData &data) |
Public Attributes | |
int | nType |
int | nVersion |
Protected Types | |
typedef CSerializeData | vector_type |
Protected Attributes | |
vector_type | vch |
unsigned int | nReadPos |
short | state |
short | exceptmask |
Friends | |
CDataStream | operator+ (const CDataStream &a, const CDataStream &b) |
Double ended buffer combining vector and stream-like interfaces.
and << read and write unformatted data using the above serialization templates.
Fills with data in linear time; some stringstream implementations take N^2 time.
Definition at line 799 of file serialize.h.
typedef vector_type::allocator_type CDataStream::allocator_type |
Definition at line 811 of file serialize.h.
typedef vector_type::const_iterator CDataStream::const_iterator |
Definition at line 818 of file serialize.h.
typedef vector_type::const_reference CDataStream::const_reference |
Definition at line 815 of file serialize.h.
typedef vector_type::difference_type CDataStream::difference_type |
Definition at line 813 of file serialize.h.
typedef vector_type::iterator CDataStream::iterator |
Definition at line 817 of file serialize.h.
typedef vector_type::reference CDataStream::reference |
Definition at line 814 of file serialize.h.
typedef vector_type::reverse_iterator CDataStream::reverse_iterator |
Definition at line 819 of file serialize.h.
typedef vector_type::size_type CDataStream::size_type |
Definition at line 812 of file serialize.h.
typedef vector_type::value_type CDataStream::value_type |
Definition at line 816 of file serialize.h.
|
protected |
Definition at line 802 of file serialize.h.
|
inlineexplicit |
Definition at line 821 of file serialize.h.
|
inline |
Definition at line 826 of file serialize.h.
|
inline |
Definition at line 832 of file serialize.h.
|
inline |
Definition at line 838 of file serialize.h.
|
inline |
Definition at line 843 of file serialize.h.
|
inline |
Definition at line 848 of file serialize.h.
|
inline |
Definition at line 884 of file serialize.h.
|
inline |
Definition at line 885 of file serialize.h.
|
inline |
Definition at line 894 of file serialize.h.
|
inline |
Definition at line 992 of file serialize.h.
|
inline |
Definition at line 963 of file serialize.h.
|
inline |
Definition at line 889 of file serialize.h.
|
inline |
Definition at line 886 of file serialize.h.
|
inline |
Definition at line 887 of file serialize.h.
|
inline |
Definition at line 989 of file serialize.h.
Definition at line 926 of file serialize.h.
Definition at line 943 of file serialize.h.
|
inline |
Definition at line 993 of file serialize.h.
|
inline |
Definition at line 994 of file serialize.h.
|
inline |
Definition at line 990 of file serialize.h.
|
inline |
Definition at line 1087 of file serialize.h.
|
inline |
Definition at line 1065 of file serialize.h.
|
inline |
Definition at line 999 of file serialize.h.
|
inline |
Definition at line 1001 of file serialize.h.
|
inline |
Definition at line 991 of file serialize.h.
|
inline |
Definition at line 1028 of file serialize.h.
|
inline |
Definition at line 996 of file serialize.h.
|
inline |
Definition at line 853 of file serialize.h.
Definition at line 895 of file serialize.h.
Definition at line 896 of file serialize.h.
|
inline |
Definition at line 898 of file serialize.h.
|
inline |
Definition at line 912 of file serialize.h.
|
inline |
Definition at line 862 of file serialize.h.
|
inline |
Definition at line 1072 of file serialize.h.
|
inline |
Definition at line 1080 of file serialize.h.
|
inline |
Definition at line 892 of file serialize.h.
Definition at line 893 of file serialize.h.
|
inline |
Definition at line 995 of file serialize.h.
|
inline |
Definition at line 1005 of file serialize.h.
|
inline |
Definition at line 1002 of file serialize.h.
|
inline |
Definition at line 891 of file serialize.h.
|
inline |
Definition at line 890 of file serialize.h.
|
inline |
Definition at line 969 of file serialize.h.
|
inline |
Definition at line 1057 of file serialize.h.
|
inline |
Definition at line 982 of file serialize.h.
|
inline |
Definition at line 998 of file serialize.h.
|
inline |
Definition at line 1000 of file serialize.h.
|
inline |
Definition at line 888 of file serialize.h.
|
inline |
Definition at line 875 of file serialize.h.
|
inline |
Definition at line 1048 of file serialize.h.
|
inline |
Definition at line 1003 of file serialize.h.
|
friend |
Definition at line 868 of file serialize.h.
|
protected |
Definition at line 806 of file serialize.h.
|
protected |
Definition at line 804 of file serialize.h.
int CDataStream::nType |
Definition at line 808 of file serialize.h.
int CDataStream::nVersion |
Definition at line 809 of file serialize.h.
|
protected |
Definition at line 805 of file serialize.h.
|
protected |
Definition at line 803 of file serialize.h.