liblcf
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
FieldReader< S, T > Struct Template Reference

#include <reader_struct.h>

+ Collaboration diagram for FieldReader< S, T >:

Static Public Member Functions

static void ReadLcf (S &obj, T S::*ref, LcfReader &stream, uint32_t length)
 
static void WriteLcf (const S &obj, const T S::*ref, LcfWriter &stream)
 
static int LcfSize (const S &obj, const T S::*ref, LcfWriter &stream)
 
static void WriteXml (const S &obj, const T S::*ref, XmlWriter &stream)
 
static void BeginXml (S &obj, T S::*ref, XmlReader &stream)
 
static void ParseXml (S &obj, T S::*ref, const std::string &data)
 

Detailed Description

template<class S, class T>
struct FieldReader< S, T >

Structure field reader.

Definition at line 275 of file reader_struct.h.

Member Function Documentation

template<class S , class T >
static void FieldReader< S, T >::BeginXml ( S &  obj,
T S::*  ref,
XmlReader stream 
)
inlinestatic

Definition at line 288 of file reader_struct.h.

Referenced by TypedField< S, T >::BeginXml().

+ Here is the caller graph for this function:

template<class S , class T >
static int FieldReader< S, T >::LcfSize ( const S &  obj,
const T S::*  ref,
LcfWriter stream 
)
inlinestatic

Definition at line 282 of file reader_struct.h.

Referenced by TypedField< S, T >::LcfSize().

+ Here is the caller graph for this function:

template<class S , class T >
static void FieldReader< S, T >::ParseXml ( S &  obj,
T S::*  ref,
const std::string &  data 
)
inlinestatic

Definition at line 291 of file reader_struct.h.

Referenced by TypedField< S, T >::ParseXml().

+ Here is the caller graph for this function:

template<class S , class T >
static void FieldReader< S, T >::ReadLcf ( S &  obj,
T S::*  ref,
LcfReader stream,
uint32_t  length 
)
inlinestatic

Definition at line 276 of file reader_struct.h.

Referenced by TypedField< S, T >::ReadLcf().

+ Here is the caller graph for this function:

template<class S , class T >
static void FieldReader< S, T >::WriteLcf ( const S &  obj,
const T S::*  ref,
LcfWriter stream 
)
inlinestatic

Definition at line 279 of file reader_struct.h.

Referenced by TypedField< S, T >::WriteLcf().

+ Here is the caller graph for this function:

template<class S , class T >
static void FieldReader< S, T >::WriteXml ( const S &  obj,
const T S::*  ref,
XmlWriter stream 
)
inlinestatic

Definition at line 285 of file reader_struct.h.

Referenced by TypedField< S, T >::WriteXml().

+ Here is the caller graph for this function:


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