#include <reader_struct.h>
|
static void | ReadLcf (std::string &ref, LcfReader &stream, uint32_t length) |
|
static void | WriteLcf (const std::string &ref, LcfWriter &stream) |
|
static int | LcfSize (const std::string &ref, LcfWriter &stream) |
|
static void | WriteXml (const std::string &ref, XmlWriter &stream) |
|
static void | ParseXml (std::string &ref, const std::string &data) |
|
String specialization.
Definition at line 294 of file reader_struct.h.
◆ LcfSize()
static int lcf::Primitive< std::string >::LcfSize |
( |
const std::string & |
ref, |
|
|
LcfWriter & |
stream |
|
) |
| |
|
inlinestatic |
◆ ParseXml()
static void lcf::Primitive< std::string >::ParseXml |
( |
std::string & |
ref, |
|
|
const std::string & |
data |
|
) |
| |
|
inlinestatic |
◆ ReadLcf()
static void lcf::Primitive< std::string >::ReadLcf |
( |
std::string & |
ref, |
|
|
LcfReader & |
stream, |
|
|
uint32_t |
length |
|
) |
| |
|
inlinestatic |
◆ WriteLcf()
static void lcf::Primitive< std::string >::WriteLcf |
( |
const std::string & |
ref, |
|
|
LcfWriter & |
stream |
|
) |
| |
|
inlinestatic |
◆ WriteXml()
static void lcf::Primitive< std::string >::WriteXml |
( |
const std::string & |
ref, |
|
|
XmlWriter & |
stream |
|
) |
| |
|
inlinestatic |
The documentation for this struct was generated from the following file: