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.
|
Member Enumeration Documentation
- Enumerator:
| DtDebugDrawerSharedMemoryNoType |
|
| DtDebugDrawerSharedMemoryFeaturesType |
|
| DtDebugDrawerSharedMemoryVRFType |
|
| DtDebugDrawerSharedMemoryBHaveType |
|
Constructor & Destructor Documentation
| DtDebugDrawerNameManager::DtDebugDrawerNameManager |
( |
| ) |
|
| virtual DtDebugDrawerNameManager::~DtDebugDrawerNameManager |
( |
| ) |
|
|
virtual |
Member Function Documentation
| virtual void DtDebugDrawerNameManager::init |
( |
| ) |
|
|
virtual |
| virtual long DtDebugDrawerNameManager::addAndCreateNewName |
( |
MemoryType |
type | ) |
|
|
virtual |
| virtual long DtDebugDrawerNameManager::addAndCreateNewName |
( |
MemoryType |
type, |
|
|
std::string |
tag |
|
) |
| |
|
virtual |
| virtual void DtDebugDrawerNameManager::removeName |
( |
long |
name | ) |
|
|
virtual |
| virtual std::vector<Slot> DtDebugDrawerNameManager::getMemoryBlockNamesByType |
( |
MemoryType |
memoryType | ) |
|
|
virtual |
| virtual DtString DtDebugDrawerNameManager::blockDescription |
( |
| ) |
|
|
virtual |
| virtual void DtDebugDrawerNameManager::lockAccess |
( |
| ) |
|
|
protectedvirtual |
| virtual void DtDebugDrawerNameManager::unlockAccess |
( |
| ) |
|
|
protectedvirtual |
Friends And Related Function Documentation
Member Data Documentation
| const size_t DtDebugDrawerNameManager::NumberOfNames = 200 |
|
static |
| const size_t DtDebugDrawerNameManager::MaxTagLength = 200 |
|
static |
| 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.
The documentation for this class was generated from the following file: