GME
13
|
Go to the source code of this file.
Defines | |
#define | DETAILS_ABOUT_XMLBACKEND 0 |
#define | RESOLVE_PTRS_2ND_ATTEMPT 0 |
Functions | |
void | bin2string (const unsigned char *bytes, int len, std::string &str) |
unsigned char | hexCharToInt (char ch) |
void | string2bin (const char *str, unsigned char *bytes) |
void | guid2str (GUID guid, std::string &str) |
GUID | str2guid (const char *str) |
HRESULT | UseTheseStrings (short size, BSTR names[]) |
Variables | |
std::string | g_userName |
std::string | g_passWord |
const char * | OpCodeStr [] |
#define DETAILS_ABOUT_XMLBACKEND 0 |
Definition at line 33 of file XmlBackEnd/CoreXmlFile.cpp.
#define RESOLVE_PTRS_2ND_ATTEMPT 0 |
Definition at line 34 of file XmlBackEnd/CoreXmlFile.cpp.
void bin2string | ( | const unsigned char * | bytes, |
int | len, | ||
std::string & | str | ||
) |
Definition at line 146 of file XmlBackEnd/CoreXmlFile.cpp.
void guid2str | ( | GUID | guid, |
std::string & | str | ||
) |
Definition at line 191 of file XmlBackEnd/CoreXmlFile.cpp.
unsigned char hexCharToInt | ( | char | ch | ) |
Definition at line 157 of file XmlBackEnd/CoreXmlFile.cpp.
GUID str2guid | ( | const char * | str | ) |
Definition at line 199 of file XmlBackEnd/CoreXmlFile.cpp.
void string2bin | ( | const char * | str, |
unsigned char * | bytes | ||
) |
Definition at line 178 of file XmlBackEnd/CoreXmlFile.cpp.
HRESULT UseTheseStrings | ( | short | size, |
BSTR | names[] | ||
) |
Definition at line 5689 of file XmlBackEnd/CoreXmlFile.cpp.
Definition at line 37 of file XmlBackEnd/CoreXmlFile.cpp.
Definition at line 36 of file XmlBackEnd/CoreXmlFile.cpp.
const char* OpCodeStr[] |
{ "DELETED" , "MOVED" , "DERIVED" , "REFERRED" , "CONNECTED" , "TAKESPARTINCONN" , "REF_REDIRECTED" , "TOTAL" }
Definition at line 39 of file XmlBackEnd/CoreXmlFile.cpp.