liblcf
Primitive< std::vector< T > > Struct Template Reference

#include <reader_struct.h>

+ Collaboration diagram for 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)
 

Detailed Description

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

Vector specialization.

Definition at line 201 of file reader_struct.h.

Member Function Documentation

◆ LcfSize()

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

Definition at line 216 of file reader_struct.h.

◆ ParseXml()

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

Definition at line 222 of file reader_struct.h.

References Data::data, and XmlReader::Read().

+ Here is the call graph for this function:

◆ ReadLcf()

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

Definition at line 202 of file reader_struct.h.

References LcfReader::Read().

+ Here is the call graph for this function:

◆ WriteLcf()

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

Definition at line 213 of file reader_struct.h.

References LcfWriter::Write().

+ Here is the call graph for this function:

◆ WriteXml()

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

Definition at line 219 of file reader_struct.h.

References XmlWriter::Write().

+ Here is the call graph for this function:

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