liblcf
|
#include <reader_struct.h>
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 &, bool) const |
bool | isPresentIfDefault (bool db_is2k3) const |
Public Attributes | |
const char *const | name |
int | id |
bool | present_if_default |
bool | is2k3 |
EmptyField class template.
Definition at line 496 of file reader_struct.h.
|
inherited |
Definition at line 402 of file reader_struct.h.
|
inlinevirtual |
Implements lcf::Field< S >.
Definition at line 507 of file reader_struct.h.
|
inlinevirtual |
Implements lcf::Field< S >.
Definition at line 510 of file reader_struct.h.
|
inlineinherited |
Definition at line 417 of file reader_struct.h.
References lcf::Field< S >::present_if_default.
Referenced by lcf::Struct< S >::LcfSize(), and lcf::Struct< S >::WriteLcf().
|
inlinevirtual |
Implements lcf::Field< S >.
Definition at line 502 of file reader_struct.h.
|
inlinevirtual |
Implements lcf::Field< S >.
Definition at line 508 of file reader_struct.h.
|
inlinevirtual |
Implements lcf::Field< S >.
Definition at line 500 of file reader_struct.h.
|
inlinevirtual |
Implements lcf::Field< S >.
Definition at line 501 of file reader_struct.h.
|
inlinevirtual |
Implements lcf::Field< S >.
Definition at line 506 of file reader_struct.h.
|
inherited |
Definition at line 405 of file reader_struct.h.
Referenced by lcf::Struct< S >::LcfSize(), and lcf::Struct< S >::WriteLcf().
|
inherited |
Definition at line 407 of file reader_struct.h.
Referenced by lcf::DatabaseVersionField< S, T >::IsDefault(), lcf::Struct< S >::LcfSize(), and lcf::Struct< S >::WriteLcf().
|
inherited |
Definition at line 404 of file reader_struct.h.
Referenced by lcf::TypedField< S, T >::WriteXml().
|
inherited |
Definition at line 406 of file reader_struct.h.
Referenced by lcf::Field< S >::isPresentIfDefault().