![]() |
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 | |
class | Gray::cIniWriter |
struct | Gray::cIniReader |
class | Gray::cIniSectionData |
class | Gray::cIniSection |
class | Gray::cIniSectionEntry |
Namespaces | |
Gray | |
< The main namespace for all Core functions. | |
Macros | |
#define | INI_CR "\r\n" |
use "\n" or "\r\n" like FILE_EOL, STR_NL? M$ likes Windows format ("\r\n") to work with notepad. More... | |
Typedefs | |
typedef cRefPtr< cIniSectionEntry > | Gray::cIniSectionEntryPtr |
#define INI_CR "\r\n" |
use "\n" or "\r\n" like FILE_EOL, STR_NL? M$ likes Windows format ("\r\n") to work with notepad.