![]() |
VR-Forces 4.0.4 Class Documentation
|
Version of the DtVrfProcessStateRepositoryManager that is used specifically to read in scenario files written out by pre VRF 3.11 version. More...

Public Member Functions | |
| DtLegacyProcessStateRepositoryManager () | |
| default constructor | |
| DtLegacyProcessStateRepositoryManager (const DtString &name, DtReaderWriterRegistry *parentRegistry=0) | |
| readable/writable constructor | |
| virtual | ~DtLegacyProcessStateRepositoryManager () |
| destructor | |
| DtLegacyProcessStateRepositoryManager (const DtString &name, const DtLegacyProcessStateRepositoryManager &orig, DtReaderWriterRegistry *parentRegistry=0) | |
| copy constructor | |
| DtLegacyProcessStateRepositoryManager & | operator= (const DtLegacyProcessStateRepositoryManager &orig) |
| assignment operator | |
| virtual DtLegacyProcessStateRepositoryManager * | clone (const DtString &name, DtReaderWriterRegistry *parentRegistry=0) |
| virtual void | setSystemPsrManager (DtVrfProcessStateRepositoryManager *manager) |
Protected Member Functions | |
| virtual DtlObjPtr | getData (DtlObjPtr args, const DtFilename &searchPath, const DtVariableBindingsList &variableBindings) |
| This form assumes the relevant process state repository has already been created. | |
| virtual DtVrfProcessStateRepository * | findPsrByName (const DtString &name, const std::list< DtVrfProcessStateRepository * > &psrList) |
Protected Attributes | |
| DtVrfProcessStateRepositoryManager * | mySystemPsrManager |
| A pointer to the system PSR manager on the entity. | |
Version of the DtVrfProcessStateRepositoryManager that is used specifically to read in scenario files written out by pre VRF 3.11 version.
Instead of reading the PSRs into its own list, it attempts to read the PSRs into the list specified by mySystemPsrManager. This class will be removed once it is no longer necessary to read in scenarios from these versions.
default constructor
| DtLegacyProcessStateRepositoryManager::DtLegacyProcessStateRepositoryManager | ( | const DtString & | name, |
| DtReaderWriterRegistry * | parentRegistry = 0 |
||
| ) |
readable/writable constructor
| virtual DtLegacyProcessStateRepositoryManager::~DtLegacyProcessStateRepositoryManager | ( | ) | [virtual] |
destructor
| DtLegacyProcessStateRepositoryManager::DtLegacyProcessStateRepositoryManager | ( | const DtString & | name, |
| const DtLegacyProcessStateRepositoryManager & | orig, | ||
| DtReaderWriterRegistry * | parentRegistry = 0 |
||
| ) |
copy constructor
| DtLegacyProcessStateRepositoryManager& DtLegacyProcessStateRepositoryManager::operator= | ( | const DtLegacyProcessStateRepositoryManager & | orig | ) |
assignment operator
| virtual DtLegacyProcessStateRepositoryManager* DtLegacyProcessStateRepositoryManager::clone | ( | const DtString & | name, |
| DtReaderWriterRegistry * | parentRegistry = 0 |
||
| ) | [virtual] |
Reimplemented from DtVrfProcessStateRepositoryManager.
| virtual void DtLegacyProcessStateRepositoryManager::setSystemPsrManager | ( | DtVrfProcessStateRepositoryManager * | manager | ) | [virtual] |
| virtual DtlObjPtr DtLegacyProcessStateRepositoryManager::getData | ( | DtlObjPtr | args, |
| const DtFilename & | searchPath, | ||
| const DtVariableBindingsList & | variableBindings | ||
| ) | [protected, virtual] |
This form assumes the relevant process state repository has already been created.
It does a lookup for the object named by args and if it exists, reads relevant data from the stream.
Reimplemented from DtVrfProcessStateRepositoryManager.
| virtual DtVrfProcessStateRepository* DtLegacyProcessStateRepositoryManager::findPsrByName | ( | const DtString & | name, |
| const std::list< DtVrfProcessStateRepository * > & | psrList | ||
| ) | [protected, virtual] |
DtVrfProcessStateRepositoryManager* DtLegacyProcessStateRepositoryManager::mySystemPsrManager [protected] |
A pointer to the system PSR manager on the entity.