![]() |
VR-Forces 4.0.4 Class Documentation
|
Classes | |
| struct | DtMemoryHeader |
Public Member Functions | |
| DtDebugDrawerNameManager () | |
| virtual | ~DtDebugDrawerNameManager () |
| virtual void | init () |
| virtual DtString | addAndCreateNewName (int type) |
| virtual void | removeName (const DtString &name) |
| virtual DtString | getMemoryBlockNameByIndex (unsigned int index) |
| virtual void | lockAccess () |
| virtual void | unlockAccess () |
| virtual const std::vector< int > | getMemoryBlockIndexListByType (int memoryType) |
Protected Attributes | |
| char * | myMemoryPtr |
| Pointer to the start of shared memory. | |
| DtMemoryHeader * | myHeader |
| Pointer to the header in shared memory. | |
| DtSharedMemoryPoolManager * | myManager |
| Shared memory wrapper class object. | |
| std::vector< int > | myCachedIndexList |
| int | myCachedOffset |
| virtual DtDebugDrawerNameManager::~DtDebugDrawerNameManager | ( | ) | [virtual] |
| virtual void DtDebugDrawerNameManager::init | ( | ) | [virtual] |
| virtual DtString DtDebugDrawerNameManager::addAndCreateNewName | ( | int | type | ) | [virtual] |
| virtual void DtDebugDrawerNameManager::removeName | ( | const DtString & | name | ) | [virtual] |
| virtual DtString DtDebugDrawerNameManager::getMemoryBlockNameByIndex | ( | unsigned int | index | ) | [virtual] |
| virtual void DtDebugDrawerNameManager::lockAccess | ( | ) | [virtual] |
| virtual void DtDebugDrawerNameManager::unlockAccess | ( | ) | [virtual] |
| virtual const std::vector<int> DtDebugDrawerNameManager::getMemoryBlockIndexListByType | ( | int | memoryType | ) | [virtual] |
char* DtDebugDrawerNameManager::myMemoryPtr [protected] |
Pointer to the start of shared memory.
DtMemoryHeader* DtDebugDrawerNameManager::myHeader [protected] |
Pointer to the header in shared memory.
DtSharedMemoryPoolManager* DtDebugDrawerNameManager::myManager [protected] |
Shared memory wrapper class object.
std::vector<int> DtDebugDrawerNameManager::myCachedIndexList [protected] |
int DtDebugDrawerNameManager::myCachedOffset [protected] |