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 476 of file reader_struct.h.
|
inherited |
Definition at line 382 of file reader_struct.h.
|
inlinevirtual |
Implements lcf::Field< S >.
Definition at line 487 of file reader_struct.h.
|
inlinevirtual |
Implements lcf::Field< S >.
Definition at line 490 of file reader_struct.h.
|
inlineinherited |
Definition at line 397 of file reader_struct.h.
References present_if_default.
Referenced by lcf::Struct< S >::LcfSize(), and lcf::Struct< S >::WriteLcf().
|
inlinevirtual |
Implements lcf::Field< S >.
Definition at line 482 of file reader_struct.h.
|
inlinevirtual |
Implements lcf::Field< S >.
Definition at line 488 of file reader_struct.h.
|
inlinevirtual |
Implements lcf::Field< S >.
Definition at line 480 of file reader_struct.h.
|
inlinevirtual |
Implements lcf::Field< S >.
Definition at line 481 of file reader_struct.h.
|
inlinevirtual |
Implements lcf::Field< S >.
Definition at line 486 of file reader_struct.h.
|
inherited |
Definition at line 385 of file reader_struct.h.
Referenced by Field(), lcf::SizeField< S, T >::SizeField(), lcf::TypedField< S, T >::TypedField(), lcf::Struct< S >::LcfSize(), and lcf::Struct< S >::WriteLcf().
|
inherited |
Definition at line 387 of file reader_struct.h.
Referenced by Field(), lcf::SizeField< S, T >::SizeField(), lcf::TypedField< S, T >::TypedField(), lcf::DatabaseVersionField< S, T >::IsDefault(), IsDefault(), lcf::Struct< S >::LcfSize(), and lcf::Struct< S >::WriteLcf().
|
inherited |
Definition at line 384 of file reader_struct.h.
Referenced by Field(), lcf::TypedField< S, T >::TypedField(), and lcf::TypedField< S, T >::WriteXml().
|
inherited |
Definition at line 386 of file reader_struct.h.
Referenced by Field(), lcf::SizeField< S, T >::SizeField(), lcf::TypedField< S, T >::TypedField(), and isPresentIfDefault().