liblcf
lcf::Primitive< DBString > Struct Reference

#include <reader_struct.h>

+ Collaboration diagram for lcf::Primitive< DBString >:

Static Public Member Functions

static void ReadLcf (DBString &ref, LcfReader &stream, uint32_t length)
 
static void WriteLcf (const DBString &ref, LcfWriter &stream)
 
static int LcfSize (const DBString &ref, LcfWriter &stream)
 
static void WriteXml (const DBString &ref, XmlWriter &stream)
 
static void ParseXml (DBString &ref, const std::string &data)
 

Detailed Description

DBString specialization.

Definition at line 319 of file reader_struct.h.

Member Function Documentation

◆ LcfSize()

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

Definition at line 329 of file reader_struct.h.

◆ ParseXml()

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

Definition at line 335 of file reader_struct.h.

◆ ReadLcf()

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

Definition at line 320 of file reader_struct.h.

◆ WriteLcf()

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

Definition at line 326 of file reader_struct.h.

◆ WriteXml()

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

Definition at line 332 of file reader_struct.h.


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