liblcf
Primitive< std::string > Struct Reference

#include <reader_struct.h>

+ Collaboration diagram for Primitive< std::string >:

Static Public Member Functions

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)
 

Detailed Description

String specialization.

Definition at line 265 of file reader_struct.h.

Member Function Documentation

◆ LcfSize()

static int Primitive< std::string >::LcfSize ( const std::string &  ref,
LcfWriter stream 
)
inlinestatic

Definition at line 275 of file reader_struct.h.

References LcfWriter::Decode().

+ Here is the call graph for this function:

◆ ParseXml()

static void Primitive< std::string >::ParseXml ( std::string &  ref,
const std::string &  data 
)
inlinestatic

Definition at line 281 of file reader_struct.h.

References Data::data, and XmlReader::Read().

+ Here is the call graph for this function:

◆ ReadLcf()

static void Primitive< std::string >::ReadLcf ( std::string &  ref,
LcfReader stream,
uint32_t  length 
)
inlinestatic

Definition at line 266 of file reader_struct.h.

References LcfReader::ReadString().

+ Here is the call graph for this function:

◆ WriteLcf()

static void Primitive< std::string >::WriteLcf ( const std::string &  ref,
LcfWriter stream 
)
inlinestatic

Definition at line 272 of file reader_struct.h.

References LcfWriter::Write().

+ Here is the call graph for this function:

◆ WriteXml()

static void Primitive< std::string >::WriteXml ( const std::string &  ref,
XmlWriter stream 
)
inlinestatic

Definition at line 278 of file reader_struct.h.

References XmlWriter::Write().

+ Here is the call graph for this function:

The documentation for this struct was generated from the following file: