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