![]() |
PRCYCoin
2.0.0.7rc1
P2P Digital Currency
|
#include <serialize.h>
Public Member Functions | |
| CSizeComputer (int nTypeIn, int nVersionIn) | |
| CSizeComputer & | write (const char *psz, size_t nSize) |
| template<typename T > | |
| CSizeComputer & | operator<< (const T &obj) |
| size_t | size () const |
Public Attributes | |
| int | nType |
| int | nVersion |
Protected Attributes | |
| size_t | nSize |
Definition at line 911 of file serialize.h.
|
inline |
Definition at line 920 of file serialize.h.
|
inline |
|
inline |
Definition at line 935 of file serialize.h.
|
inline |
Definition at line 922 of file serialize.h.
|
protected |
Definition at line 914 of file serialize.h.
| int CSizeComputer::nType |
Definition at line 917 of file serialize.h.
| int CSizeComputer::nVersion |
Definition at line 918 of file serialize.h.
1.8.17