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