GME  13
Functions
CoreXmlFile.cpp File Reference

Go to the source code of this file.

Functions

void bin2string (const unsigned char *bytes, int len, string &str)
void string2bin (const char *str, unsigned char *bytes)
void guid2str (GUID guid, string &str)
GUID str2guid (const char *str)

Function Documentation

void bin2string ( const unsigned char *  bytes,
int  len,
string str 
)

Definition at line 11 of file Core/CoreXmlFile.cpp.

void guid2str ( GUID  guid,
string str 
)

Definition at line 33 of file Core/CoreXmlFile.cpp.

GUID str2guid ( const char *  str)

Definition at line 41 of file Core/CoreXmlFile.cpp.

void string2bin ( const char *  str,
unsigned char *  bytes 
)

Definition at line 22 of file Core/CoreXmlFile.cpp.