VTK
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Attributes | List of all members
_StringCache Struct Reference

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
 

Detailed Description

StringCache provides a simple way of allocating strings centrally.

It eliminates the need to allocate and free each individual strings, which makes the code simpler and more efficient.

Definition at line 41 of file vtkParseString.h.

Member Data Documentation

unsigned long _StringCache::NumberOfChunks

Definition at line 43 of file vtkParseString.h.

char** _StringCache::Chunks

Definition at line 44 of file vtkParseString.h.

size_t _StringCache::ChunkSize

Definition at line 45 of file vtkParseString.h.

size_t _StringCache::Position

Definition at line 46 of file vtkParseString.h.


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