VTK
|
StringCache provides a simple way of allocating strings centrally. More...
#include <vtkParseString.h>
Public Attributes | |
unsigned long | NumberOfChunks |
char ** | Chunks |
size_t | ChunkSize |
size_t | Position |
StringCache provides a simple way of allocating strings centrally.
It eliminates the need to allocate and free each individual string, which makes the code simpler and more efficient.
Definition at line 216 of file vtkParseString.h.
unsigned long _StringCache::NumberOfChunks |
Definition at line 218 of file vtkParseString.h.
char** _StringCache::Chunks |
Definition at line 219 of file vtkParseString.h.
size_t _StringCache::ChunkSize |
Definition at line 220 of file vtkParseString.h.
size_t _StringCache::Position |
Definition at line 221 of file vtkParseString.h.