#include "IniFile.h"
#include "Streams/InStreams.h"
#include "Streams/OutStreams.h"
#include <strstream>
Include dependency graph for IniFile.cpp:
Go to the source code of this file.
Functions | |
const string | esc (const string s) |
Escape special characters and add quotes if necessary. |
|
Escape special characters and add quotes if necessary.
Definition at line 185 of file IniFile.cpp. Referenced by IniFile::save(). |