3.4.0
tigl::CTiglMemoryPool Class Reference

#include <CTiglMemoryPool.h>

Public Member Functions

 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 ()
 

Private Attributes

class CTiglMemoryPoolImpl * impl
 

Constructor & Destructor Documentation

◆ CTiglMemoryPool()

tigl::CTiglMemoryPool::CTiglMemoryPool ( )

◆ ~CTiglMemoryPool()

tigl::CTiglMemoryPool::~CTiglMemoryPool ( )

Member Function Documentation

◆ 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.

Field Documentation

◆ impl

class CTiglMemoryPoolImpl* tigl::CTiglMemoryPool::impl
private

The documentation for this class was generated from the following file: