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