#include <reader_struct.h>
|
static void | ReadLcf (std::vector< T > &ref, LcfReader &stream, uint32_t length) |
|
static void | WriteLcf (const std::vector< T > &ref, LcfWriter &stream) |
|
static int | LcfSize (const std::vector< T > &ref, LcfWriter &) |
|
static void | WriteXml (const std::vector< T > &ref, XmlWriter &stream) |
|
static void | ParseXml (std::vector< T > &ref, const std::string &data) |
|
template<class T>
struct lcf::Primitive< std::vector< T > >
Vector specialization.
Definition at line 230 of file reader_struct.h.
◆ LcfSize()
template<class T >
static int lcf::Primitive< std::vector< T > >::LcfSize |
( |
const std::vector< T > & |
ref, |
|
|
LcfWriter & |
|
|
) |
| |
|
inlinestatic |
◆ ParseXml()
template<class T >
static void lcf::Primitive< std::vector< T > >::ParseXml |
( |
std::vector< T > & |
ref, |
|
|
const std::string & |
data |
|
) |
| |
|
inlinestatic |
◆ ReadLcf()
template<class T >
static void lcf::Primitive< std::vector< T > >::ReadLcf |
( |
std::vector< T > & |
ref, |
|
|
LcfReader & |
stream, |
|
|
uint32_t |
length |
|
) |
| |
|
inlinestatic |
◆ WriteLcf()
template<class T >
static void lcf::Primitive< std::vector< T > >::WriteLcf |
( |
const std::vector< T > & |
ref, |
|
|
LcfWriter & |
stream |
|
) |
| |
|
inlinestatic |
◆ WriteXml()
template<class T >
static void lcf::Primitive< std::vector< T > >::WriteXml |
( |
const std::vector< T > & |
ref, |
|
|
XmlWriter & |
stream |
|
) |
| |
|
inlinestatic |
The documentation for this struct was generated from the following file: