#include <Scope.h>
|
static oms_status_enu_t | miniunz (const std::string &filename, const std::string &extractdir) |
|
◆ Scope() [1/2]
◆ ~Scope()
◆ Scope() [2/2]
oms::Scope::Scope |
( |
Scope const & |
| ) |
|
|
private |
◆ deleteModel()
oms_status_enu_t oms::Scope::deleteModel |
( |
const ComRef & |
cref | ) |
|
◆ exportModel()
oms_status_enu_t oms::Scope::exportModel |
( |
const ComRef & |
cref, |
|
|
const std::string & |
filename |
|
) |
| |
◆ getElement()
◆ getElements()
oms_status_enu_t oms::Scope::getElements |
( |
const ComRef & |
cref, |
|
|
oms::Element *** |
elements |
|
) |
| |
◆ GetInstance()
This is instance is used as global scope. It would also be possible to have several independent local scopes.
◆ getModel()
◆ getTempDirectory()
const std::string& oms::Scope::getTempDirectory |
( |
| ) |
const |
|
inline |
◆ getWorkingDirectory()
std::string oms::Scope::getWorkingDirectory |
( |
| ) |
|
◆ importModel()
oms_status_enu_t oms::Scope::importModel |
( |
const std::string & |
filename, |
|
|
char ** |
cref |
|
) |
| |
◆ importSnapshot()
oms_status_enu_t oms::Scope::importSnapshot |
( |
const ComRef & |
cref, |
|
|
const char * |
snapshot, |
|
|
char ** |
newCref |
|
) |
| |
◆ loadSnapshot()
oms_status_enu_t oms::Scope::loadSnapshot |
( |
const ComRef & |
cref, |
|
|
const char * |
snapshot, |
|
|
char ** |
newCref |
|
) |
| |
◆ miniunz()
oms_status_enu_t oms::Scope::miniunz |
( |
const std::string & |
filename, |
|
|
const std::string & |
extractdir |
|
) |
| |
|
staticprotected |
◆ newModel()
◆ operator=()
◆ renameModel()
oms_status_enu_t oms::Scope::renameModel |
( |
const ComRef & |
cref, |
|
|
const ComRef & |
newCref |
|
) |
| |
◆ setTempDirectory()
oms_status_enu_t oms::Scope::setTempDirectory |
( |
const std::string & |
newTempDir | ) |
|
◆ setWorkingDirectory()
oms_status_enu_t oms::Scope::setWorkingDirectory |
( |
const std::string & |
newWorkingDir | ) |
|
◆ models
std::vector<Model*> oms::Scope::models |
|
private |
last element is always NULL
◆ models_map
std::map<ComRef, unsigned int> oms::Scope::models_map |
|
private |
◆ tempDir
std::string oms::Scope::tempDir |
|
private |
The documentation for this class was generated from the following files:
- /var/lib/jenkins1/ws/OMSimulator_PR-1276/src/OMSimulatorLib/Scope.h
- /var/lib/jenkins1/ws/OMSimulator_PR-1276/src/OMSimulatorLib/Scope.cpp