![]() |
Master Core
v0.0.9 - 49a5c0d97abf09ef2911ddfe8d9551df59f9efd3-dirty
|
#include <serialize.h>
Public Member Functions | |
LimitedString (std::string &string) | |
template<typename Stream > | |
void | Unserialize (Stream &s, int, int=0) |
template<typename Stream > | |
void | Serialize (Stream &s, int, int=0) const |
unsigned int | GetSerializeSize (int, int=0) const |
Protected Attributes | |
std::string & | string |
Definition at line 369 of file serialize.h.
|
inline |
Definition at line 374 of file serialize.h.
|
inline |
Definition at line 396 of file serialize.h.
References GetSizeOfCompactSize().
|
inline |
Definition at line 389 of file serialize.h.
References WriteCompactSize().
|
inline |
Definition at line 377 of file serialize.h.
References ReadCompactSize().
|
protected |
Definition at line 372 of file serialize.h.