#include <reader_struct.h>
|
static void | ReadLcf (T &, LcfReader &stream, uint32_t length) |
|
static void | WriteLcf (const T &, LcfWriter &) |
|
static int | LcfSize (const T &, LcfWriter &) |
|
static void | WriteXml (const T &, XmlWriter &) |
|
static void | BeginXml (T &, XmlReader &) |
|
static void | ParseXml (T &, const std::string &) |
|
template<class T>
struct lcf::TypeReader< T, Category::Void >
Void reader template.
Definition at line 104 of file reader_struct.h.
◆ BeginXml()
◆ LcfSize()
◆ ParseXml()
◆ ReadLcf()
◆ WriteLcf()
◆ WriteXml()
The documentation for this struct was generated from the following file: