#include <compile_flags.hpp>
Definition at line 65 of file compile_flags.hpp.
◆ CompileFlags()
MicroModelica::Util::CompileFlags::CompileFlags |
( |
| ) |
|
◆ ~CompileFlags()
MicroModelica::Util::CompileFlags::~CompileFlags |
( |
| ) |
|
|
default |
◆ addLibraryPath()
void MicroModelica::Util::CompileFlags::addLibraryPath |
( |
string |
l | ) |
|
◆ addObject()
void MicroModelica::Util::CompileFlags::addObject |
( |
string |
o | ) |
|
◆ debug()
int MicroModelica::Util::CompileFlags::debug |
( |
| ) |
|
◆ engineLibs()
string MicroModelica::Util::CompileFlags::engineLibs |
( |
| ) |
|
◆ enginePath()
string MicroModelica::Util::CompileFlags::enginePath |
( |
| ) |
|
◆ externalFunctions()
bool MicroModelica::Util::CompileFlags::externalFunctions |
( |
| ) |
|
◆ externalLibs()
string MicroModelica::Util::CompileFlags::externalLibs |
( |
| ) |
|
◆ externalStructureFile()
bool MicroModelica::Util::CompileFlags::externalStructureFile |
( |
| ) |
|
◆ hasObjects()
bool MicroModelica::Util::CompileFlags::hasObjects |
( |
| ) |
|
◆ hasOutputFile()
bool MicroModelica::Util::CompileFlags::hasOutputFile |
( |
| ) |
|
◆ incidenceMatrices()
bool MicroModelica::Util::CompileFlags::incidenceMatrices |
( |
| ) |
|
◆ libraryPaths()
list< string > MicroModelica::Util::CompileFlags::libraryPaths |
( |
| ) |
|
◆ lps()
int MicroModelica::Util::CompileFlags::lps |
( |
| ) |
const |
|
inline |
◆ objects()
list< string > MicroModelica::Util::CompileFlags::objects |
( |
| ) |
|
◆ output()
bool MicroModelica::Util::CompileFlags::output |
( |
| ) |
|
◆ outputFile()
string MicroModelica::Util::CompileFlags::outputFile |
( |
| ) |
|
◆ outputFileName()
string MicroModelica::Util::CompileFlags::outputFileName |
( |
| ) |
|
◆ outputFilePath()
string MicroModelica::Util::CompileFlags::outputFilePath |
( |
| ) |
|
◆ path()
string MicroModelica::Util::CompileFlags::path |
( |
| ) |
|
◆ setDebug() [1/2]
void MicroModelica::Util::CompileFlags::setDebug |
( |
int |
s | ) |
|
◆ setDebug() [2/2]
void MicroModelica::Util::CompileFlags::setDebug |
( |
string |
s | ) |
|
◆ setEngineLibs()
void MicroModelica::Util::CompileFlags::setEngineLibs |
( |
string |
p | ) |
|
◆ setEnginePath()
void MicroModelica::Util::CompileFlags::setEnginePath |
( |
string |
p | ) |
|
◆ setExternalFunctions()
void MicroModelica::Util::CompileFlags::setExternalFunctions |
( |
bool |
s | ) |
|
◆ setExternalLibs()
void MicroModelica::Util::CompileFlags::setExternalLibs |
( |
string |
p | ) |
|
◆ setExternalStructureFile()
void MicroModelica::Util::CompileFlags::setExternalStructureFile |
( |
bool |
s | ) |
|
◆ setIncidenceMatrices()
void MicroModelica::Util::CompileFlags::setIncidenceMatrices |
( |
bool |
im | ) |
|
◆ setLps()
void MicroModelica::Util::CompileFlags::setLps |
( |
int |
lps | ) |
|
|
inline |
◆ setOutput()
void MicroModelica::Util::CompileFlags::setOutput |
( |
bool |
s | ) |
|
◆ setOutputFile()
void MicroModelica::Util::CompileFlags::setOutputFile |
( |
string |
outputFile | ) |
|
◆ setPath()
void MicroModelica::Util::CompileFlags::setPath |
( |
string |
p | ) |
|
◆ setStore()
void MicroModelica::Util::CompileFlags::setStore |
( |
bool |
s | ) |
|
◆ setTesting()
void MicroModelica::Util::CompileFlags::setTesting |
( |
bool |
testing | ) |
|
◆ store()
bool MicroModelica::Util::CompileFlags::store |
( |
| ) |
|
◆ testing()
bool MicroModelica::Util::CompileFlags::testing |
( |
| ) |
|
◆ _debug
int MicroModelica::Util::CompileFlags::_debug |
|
private |
◆ _debugOptions
map<string, int> MicroModelica::Util::CompileFlags::_debugOptions |
|
private |
◆ _externalFunctions
bool MicroModelica::Util::CompileFlags::_externalFunctions |
|
private |
◆ _externalStructureFiles
bool MicroModelica::Util::CompileFlags::_externalStructureFiles |
|
private |
◆ _incidenceMatrices
bool MicroModelica::Util::CompileFlags::_incidenceMatrices |
|
private |
◆ _libraryPaths
list<string> MicroModelica::Util::CompileFlags::_libraryPaths |
|
private |
◆ _lps
int MicroModelica::Util::CompileFlags::_lps |
|
private |
◆ _objects
map<string, string> MicroModelica::Util::CompileFlags::_objects |
|
private |
◆ _output
bool MicroModelica::Util::CompileFlags::_output |
|
private |
◆ _outputFile
string MicroModelica::Util::CompileFlags::_outputFile |
|
private |
◆ _path
string MicroModelica::Util::CompileFlags::_path |
|
private |
◆ _store
bool MicroModelica::Util::CompileFlags::_store |
|
private |
◆ _testing
bool MicroModelica::Util::CompileFlags::_testing |
|
private |
The documentation for this class was generated from the following files: