![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
Go to the source code of this file.
Classes | |
interface | Gray::IIniBaseSetter |
interface | Gray::IIniBaseGetter |
interface | Gray::IIniBaseEnumerator |
Namespaces | |
Gray | |
< The main namespace for all Core functions. | |
Typedefs | |
typedef int | Gray::IPROPIDX_t |
enumerate known properties for some interface/object/class. similar to SCRIPTPROPID_t More... | |
typedef char | Gray::IniChar_t |
char format even on UNICODE system! Screw M$, INI files should ALWAYS have UTF8 contents More... | |
typedef cStringT< IniChar_t > | Gray::cStringI |
A .INI file string. More... | |