#include <CTiglMemoryPool.h>
|
| CTiglMemoryPool () |
|
const char * | MakeNontempString (const char *s) |
| This method inserst a copy of s into the memory manager, which can then me accessed by reference This can by usable, when you want to pass some string to the tigl c api and you want to make sure, that the created memory will be freed when closing the configuration. More...
|
|
| ~CTiglMemoryPool () |
|
|
class CTiglMemoryPoolImpl * | impl |
|
◆ CTiglMemoryPool()
tigl::CTiglMemoryPool::CTiglMemoryPool |
( |
| ) |
|
◆ ~CTiglMemoryPool()
tigl::CTiglMemoryPool::~CTiglMemoryPool |
( |
| ) |
|
◆ MakeNontempString()
const char* tigl::CTiglMemoryPool::MakeNontempString |
( |
const char * |
s | ) |
|
This method inserst a copy of s into the memory manager, which can then me accessed by reference This can by usable, when you want to pass some string to the tigl c api and you want to make sure, that the created memory will be freed when closing the configuration.
◆ impl
class CTiglMemoryPoolImpl* tigl::CTiglMemoryPool::impl |
|
private |
The documentation for this class was generated from the following file: