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 462 of file reader_struct.h.
Definition at line 368 of file reader_struct.h.
Implements lcf::Field< S >.
Definition at line 473 of file reader_struct.h.
Implements lcf::Field< S >.
Definition at line 476 of file reader_struct.h.
Definition at line 383 of file reader_struct.h.
References lcf::Field< S >::present_if_default.
Implements lcf::Field< S >.
Definition at line 468 of file reader_struct.h.
|
inlinevirtual |
Implements lcf::Field< S >.
Definition at line 474 of file reader_struct.h.
Implements lcf::Field< S >.
Definition at line 466 of file reader_struct.h.
Implements lcf::Field< S >.
Definition at line 467 of file reader_struct.h.
Implements lcf::Field< S >.
Definition at line 472 of file reader_struct.h.
|
inherited |
Definition at line 371 of file reader_struct.h.
|
inherited |
Definition at line 373 of file reader_struct.h.
Referenced by lcf::DatabaseVersionField< S, T >::IsDefault().
Definition at line 370 of file reader_struct.h.
Referenced by lcf::TypedField< S, T >::WriteXml().
|
inherited |
Definition at line 372 of file reader_struct.h.
Referenced by lcf::Field< S >::isPresentIfDefault().