liblcf
EmptyField< S > Struct Template Reference

#include <reader_struct.h>

+ Inheritance diagram for EmptyField< S >:
+ Collaboration diagram for EmptyField< S >:

Public Types

typedef S struct_type
 

Public Member Functions

void ReadLcf (S &, LcfReader &, uint32_t) const
 
void WriteLcf (const S &, LcfWriter &) const
 
int LcfSize (const S &, LcfWriter &) const
 
void WriteXml (const S &, XmlWriter &) const
 
void BeginXml (S &, XmlReader &) const
 
void ParseXml (S &, const std::string &) const
 
bool IsDefault (const S &, const S &) const
 
bool isPresentIfDefault (bool db_is2k3) const
 

Public Attributes

const char *const name
 
int id
 
bool present_if_default
 
bool is2k3
 

Detailed Description

template<typename S>
struct EmptyField< S >

EmptyField class template.

Definition at line 410 of file reader_struct.h.

Member Typedef Documentation

◆ struct_type

template<class S>
typedef S Field< S >::struct_type
inherited

Definition at line 316 of file reader_struct.h.

Member Function Documentation

◆ BeginXml()

template<typename S>
void EmptyField< S >::BeginXml ( S &  ,
XmlReader  
) const
inlinevirtual

Implements Field< S >.

Definition at line 421 of file reader_struct.h.

◆ IsDefault()

template<typename S>
bool EmptyField< S >::IsDefault ( const S &  ,
const S &   
) const
inlinevirtual

Implements Field< S >.

Definition at line 424 of file reader_struct.h.

◆ isPresentIfDefault()

template<class S>
bool Field< S >::isPresentIfDefault ( bool  db_is2k3) const
inlineinherited

Definition at line 331 of file reader_struct.h.

References Field< S >::present_if_default.

Referenced by Struct< S >::LcfSize(), and Struct< S >::WriteLcf().

+ Here is the caller graph for this function:

◆ LcfSize()

template<typename S>
int EmptyField< S >::LcfSize ( const S &  ,
LcfWriter  
) const
inlinevirtual

Implements Field< S >.

Definition at line 416 of file reader_struct.h.

◆ ParseXml()

template<typename S>
void EmptyField< S >::ParseXml ( S &  ,
const std::string &   
) const
inlinevirtual

Implements Field< S >.

Definition at line 422 of file reader_struct.h.

◆ ReadLcf()

template<typename S>
void EmptyField< S >::ReadLcf ( S &  ,
LcfReader ,
uint32_t   
) const
inlinevirtual

Implements Field< S >.

Definition at line 414 of file reader_struct.h.

◆ WriteLcf()

template<typename S>
void EmptyField< S >::WriteLcf ( const S &  ,
LcfWriter  
) const
inlinevirtual

Implements Field< S >.

Definition at line 415 of file reader_struct.h.

◆ WriteXml()

template<typename S>
void EmptyField< S >::WriteXml ( const S &  ,
XmlWriter  
) const
inlinevirtual

Implements Field< S >.

Definition at line 420 of file reader_struct.h.

Member Data Documentation

◆ id

template<class S>
int Field< S >::id
inherited

Definition at line 319 of file reader_struct.h.

Referenced by Struct< S >::LcfSize(), and Struct< S >::WriteLcf().

◆ is2k3

template<class S>
bool Field< S >::is2k3
inherited

Definition at line 321 of file reader_struct.h.

Referenced by Struct< S >::LcfSize(), and Struct< S >::WriteLcf().

◆ name

template<class S>
const char* const Field< S >::name
inherited

Definition at line 318 of file reader_struct.h.

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

◆ present_if_default

template<class S>
bool Field< S >::present_if_default
inherited

Definition at line 320 of file reader_struct.h.

Referenced by Field< S >::isPresentIfDefault().


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