|
GME
13
|
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) |
| void bin2string | ( | const unsigned char * | bytes, |
| int | len, | ||
| string & | str | ||
| ) |
Definition at line 11 of file Core/CoreXmlFile.cpp.
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.
1.7.6.1