liblcf
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
TypeReader< std::vector< T >, Category::Struct > Struct Template Reference

#include <reader_struct.h>

+ Collaboration diagram for TypeReader< std::vector< T >, Category::Struct >:

Static Public Member Functions

static void ReadLcf (std::vector< T > &ref, LcfReader &stream, uint32_t)
 
static void WriteLcf (const std::vector< T > &ref, LcfWriter &stream)
 
static int LcfSize (const std::vector< T > &ref, LcfWriter &stream)
 
static void WriteXml (const std::vector< T > &ref, XmlWriter &stream)
 
static void BeginXml (std::vector< T > &ref, XmlReader &stream)
 
static void ParseXml (std::vector< T > &, const std::string &)
 

Detailed Description

template<class T>
struct TypeReader< std::vector< T >, Category::Struct >

Definition at line 579 of file reader_struct.h.

Member Function Documentation

template<class T >
static void TypeReader< std::vector< T >, Category::Struct >::BeginXml ( std::vector< T > &  ref,
XmlReader stream 
)
inlinestatic

Definition at line 592 of file reader_struct.h.

References Struct< S >::BeginXml().

+ Here is the call graph for this function:

template<class T >
static int TypeReader< std::vector< T >, Category::Struct >::LcfSize ( const std::vector< T > &  ref,
LcfWriter stream 
)
inlinestatic

Definition at line 586 of file reader_struct.h.

References Struct< S >::LcfSize().

+ Here is the call graph for this function:

template<class T >
static void TypeReader< std::vector< T >, Category::Struct >::ParseXml ( std::vector< T > &  ,
const std::string &   
)
inlinestatic

Definition at line 595 of file reader_struct.h.

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

Definition at line 580 of file reader_struct.h.

References Struct< S >::ReadLcf().

+ Here is the call graph for this function:

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

Definition at line 583 of file reader_struct.h.

References Struct< S >::WriteLcf().

+ Here is the call graph for this function:

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

Definition at line 589 of file reader_struct.h.

References Struct< S >::WriteXml().

+ Here is the call graph for this function:


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