Searched refs:IniFile (Results 1 - 6 of 6) sorted by relevance

/gem5/src/base/
H A Dinifile.cc44 IniFile::IniFile() function in class:IniFile
47 IniFile::~IniFile()
59 IniFile::load(const string &file)
71 IniFile::Entry::getValue() const
79 IniFile::Section::addEntry(const std::string &entryName,
101 IniFile::Section::add(const std::string &assignment)
124 IniFile::Entry *
125 IniFile
[all...]
H A Dinifile.hh43 * Declaration of IniFile object.
54 class IniFile class
158 IniFile();
161 ~IniFile();
H A Dinifile.test.cc72 IniFile simConfigDB;
100 IniFile simConfigDB;
/gem5/src/sim/
H A Dcxx_config_ini.hh56 IniFile iniFile;
H A Dserialize.hh66 class IniFile;
76 IniFile *db;
H A Dserialize.cc274 : db(new IniFile), objNameResolver(resolver), cptDir(setDir(cpt_dir))

Completed in 10 milliseconds