![]() |
Master Core
v0.0.9 - 2abfd2849db8ba7a83957c64eb976b406713c123
|
#include <serialize.h>
Collaboration diagram for LimitedString< Limit >: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().
Here is the call graph for this function:
|
inline |
Definition at line 389 of file serialize.h.
References WriteCompactSize().
Here is the call graph for this function:
|
inline |
Definition at line 377 of file serialize.h.
References ReadCompactSize().
Here is the call graph for this function:
|
protected |
Definition at line 372 of file serialize.h.
1.8.8