#include <importer.hpp>
|
typedef std::map< std::string,
std::string > | strmap |
|
typedef std::map< std::string,
std::vector< std::string > > | multistrmap |
|
MwIniImporter::MwIniImporter |
( |
| ) |
|
void MwIniImporter::importGameFiles |
( |
multistrmap & |
cfg, |
|
|
const multistrmap & |
ini, |
|
|
const boost::filesystem::path & |
iniFilename |
|
) |
| const |
void MwIniImporter::insertMultistrmap |
( |
multistrmap & |
cfg, |
|
|
const std::string & |
key, |
|
|
const std::string & |
value |
|
) |
| |
|
staticprivate |
std::time_t MwIniImporter::lastWriteTime |
( |
const boost::filesystem::path & |
filename, |
|
|
std::time_t |
defaultTime |
|
) |
| |
|
staticprivate |
- Returns
- file's "last modified time", used in original MW to determine plug-in load order
std::string MwIniImporter::numberToString |
( |
int |
n | ) |
|
|
staticprivate |
void MwIniImporter::setVerbose |
( |
bool |
verbose | ) |
|
void MwIniImporter::writeToFile |
( |
std::ostream & |
out, |
|
|
const multistrmap & |
cfg |
|
) |
| |
|
static |
std::vector<std::string> MwIniImporter::mMergeFallback |
|
private |
strmap MwIniImporter::mMergeMap |
|
private |
bool MwIniImporter::mVerbose |
|
private |
The documentation for this class was generated from the following files:
- /home/travis/build/OpenMW/openmw/apps/mwiniimporter/importer.hpp
- /home/travis/build/OpenMW/openmw/apps/mwiniimporter/importer.cpp