![]() |
VR-Forces 4.8 Class Documentation
|
Structure holds a complete single-backend snapshot state in memory. More...

Public Types | |
| typedef std::vector < std::string * > | OOB |
Public Member Functions | |
| DtInMemorySnapshot () | |
| virtual | ~DtInMemorySnapshot () |
Public Attributes | |
| int | myId |
| double | mySimTime |
| bool | myIsPeriodic |
| OOB | myOob |
| std::string | myPlans |
| std::string | myScenarioExtras |
| std::string | myScenarioScripts |
| std::string | myOrbat |
| DtScenario | myScenarioInformation |
| int | myNumberOfLuaScripts |
Additional Inherited Members | |
Static Public Member Functions inherited from DtObjectDebugger< DtInMemorySnapshot > | |
| static DtObjectCounter::CounterType | ObjectCount () |
| static const DtObjectContainer * | ObjectContainer () |
Protected Member Functions inherited from DtObjectDebugger< DtInMemorySnapshot > | |
| DtObjectDebugger () | |
| DtObjectDebugger (const DtObjectDebugger &) | |
| ~DtObjectDebugger () | |
Structure holds a complete single-backend snapshot state in memory.
| typedef std::vector<std::string*> DtInMemorySnapshot::OOB |
|
inline |
|
virtual |
| int DtInMemorySnapshot::myId |
| double DtInMemorySnapshot::mySimTime |
| bool DtInMemorySnapshot::myIsPeriodic |
| OOB DtInMemorySnapshot::myOob |
| std::string DtInMemorySnapshot::myPlans |
| std::string DtInMemorySnapshot::myScenarioExtras |
| std::string DtInMemorySnapshot::myScenarioScripts |
| std::string DtInMemorySnapshot::myOrbat |
| DtScenario DtInMemorySnapshot::myScenarioInformation |
| int DtInMemorySnapshot::myNumberOfLuaScripts |