ini file parser
More...
#include <IniFile.h>
molecular::util::IniFile::IniFile |
( |
| ) |
|
|
default |
molecular::util::IniFile::IniFile |
( |
const void * |
data, |
|
|
size_t |
size |
|
) |
| |
template<class Storage >
molecular::util::IniFile::IniFile |
( |
Storage & |
storage | ) |
|
const ValueMap& molecular::util::IniFile::at |
( |
const std::string & |
section | ) |
const |
|
inline |
const SectionMap& molecular::util::IniFile::GetAllSections |
( |
| ) |
const |
|
inline |
const ValueMap* molecular::util::IniFile::GetSection |
( |
const std::string & |
section | ) |
const |
|
inline |
void molecular::util::IniFile::Load |
( |
const void * |
data, |
|
|
size_t |
size |
|
) |
| |
template<class Storage >
void molecular::util::IniFile::Load |
( |
Storage & |
storage | ) |
|
The documentation for this class was generated from the following files:
- /home/travis/build/cmdrf/molecular/molecular-gfx/molecular/util/IniFile.h
- /home/travis/build/cmdrf/molecular/molecular-gfx/molecular/util/IniFile.cpp