liblcf
Loading...
Searching...
No Matches
lcf::Primitive< std::vector< T > > Struct Template Reference

#include <reader_struct.h>

+ Inheritance diagram for lcf::Primitive< std::vector< T > >:
+ Collaboration diagram for lcf::Primitive< std::vector< T > >:

Static Public Member Functions

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)
 

Detailed Description

template<class T>
struct lcf::Primitive< std::vector< T > >

Vector specialization.

Definition at line 219 of file reader_struct.h.

Member Function Documentation

◆ LcfSize() [1/2]

template<class T>
static int lcf::Primitive< std::vector< T > >::LcfSize ( const std::vector< T > & ref,
LcfWriter &  )
inlinestatic

Definition at line 234 of file reader_struct.h.

References lcf::LcfSizeT< T >::value.

◆ LcfSize() [2/2]

static int lcf::Primitive< T >::LcfSize ( const T & ,
LcfWriter &  )
inlinestatic

Definition at line 191 of file reader_struct.h.

◆ ParseXml() [1/2]

template<class T>
static void lcf::Primitive< std::vector< T > >::ParseXml ( std::vector< T > & ref,
const std::string & data )
inlinestatic

Definition at line 240 of file reader_struct.h.

◆ ParseXml() [2/2]

static void lcf::Primitive< T >::ParseXml ( T & ref,
const std::string & data )
inlinestatic

Definition at line 197 of file reader_struct.h.

◆ ReadLcf() [1/2]

template<class T>
static void lcf::Primitive< std::vector< T > >::ReadLcf ( std::vector< T > & ref,
LcfReader & stream,
uint32_t length )
inlinestatic

Definition at line 220 of file reader_struct.h.

◆ ReadLcf() [2/2]

static void lcf::Primitive< T >::ReadLcf ( T & ref,
LcfReader & stream,
uint32_t length )
inlinestatic

Definition at line 168 of file reader_struct.h.

◆ WriteLcf() [1/2]

template<class T>
static void lcf::Primitive< std::vector< T > >::WriteLcf ( const std::vector< T > & ref,
LcfWriter & stream )
inlinestatic

Definition at line 231 of file reader_struct.h.

◆ WriteLcf() [2/2]

static void lcf::Primitive< T >::WriteLcf ( const T & ref,
LcfWriter & stream )
inlinestatic

Definition at line 188 of file reader_struct.h.

◆ WriteXml() [1/2]

template<class T>
static void lcf::Primitive< std::vector< T > >::WriteXml ( const std::vector< T > & ref,
XmlWriter & stream )
inlinestatic

Definition at line 237 of file reader_struct.h.

◆ WriteXml() [2/2]

static void lcf::Primitive< T >::WriteXml ( const T & ref,
XmlWriter & stream )
inlinestatic

Definition at line 194 of file reader_struct.h.


The documentation for this struct was generated from the following file: