IniFile object management class.
More...
#include <IniFile.h>
IniFile object management class.
Definition at line 274 of file IniFile.h.
| IniFile * kome::core::IniFile::IniFileManager::getFile |
( |
const char * |
path | ) |
|
gets ini file information object
- Parameters
-
- Returns
- ini file information object
Definition at line 650 of file IniFile.cpp.
std::map< std::string, IniFile * > m_fileMap
std::string absolutepath(const char *path)
get absolute path
| static IniFileManager & kome::core::IniFile::IniFileManager::getInstance |
( |
| ) |
|
|
static |
gets ini file manager object (This is the only object.)
- Returns
- ini file manager object
Definition at line 673 of file IniFile.cpp.
IniFileManager()
constructor
| void kome::core::IniFile::IniFileManager::setFile |
( |
IniFile * |
file | ) |
|
sets ini file information object to map
- Parameters
-
| [in] | file | ini file information object |
Definition at line 631 of file IniFile.cpp.
std::map< std::string, IniFile * > m_fileMap
std::string absolutepath(const char *path)
get absolute path
const char * getFilePath()
gets file path
| std::map< std::string, IniFile* > kome::core::IniFile::IniFileManager::m_fileMap |
|
protected |
file map (path -> ini file data)
Definition at line 290 of file IniFile.h.
The documentation for this class was generated from the following files: