#include <serialize.h>
template<size_t Limit>
class LimitedString< Limit >
Definition at line 443 of file serialize.h.
◆ LimitedString()
◆ GetSerializeSize()
template<size_t Limit>
| unsigned int LimitedString< Limit >::GetSerializeSize |
( |
int |
, |
|
|
int |
= 0 |
|
) |
| const |
|
inline |
◆ Serialize()
template<size_t Limit>
template<typename Stream >
| void LimitedString< Limit >::Serialize |
( |
Stream & |
s, |
|
|
int |
, |
|
|
int |
= 0 |
|
) |
| const |
|
inline |
◆ Unserialize()
template<size_t Limit>
template<typename Stream >
| void LimitedString< Limit >::Unserialize |
( |
Stream & |
s, |
|
|
int |
, |
|
|
int |
= 0 |
|
) |
| |
|
inline |
◆ string
The documentation for this class was generated from the following file: