27 #ifndef VTK_PARSE_STRING_H
28 #define VTK_PARSE_STRING_H
struct _StringCache StringCache
StringCache provides a simple way of allocating strings centrally.
unsigned long NumberOfChunks
const char * vtkParse_CacheString(StringCache *cache, const char *cp, size_t n)
Cache a string so that it can then be used in the vtkParse data structures.
void vtkParse_FreeStringCache(StringCache *cache)
Free all strings that were created with vtkParse_NewString() or with vtkParse_CacheString().
char * vtkParse_NewString(StringCache *cache, size_t n)
Alocate a new string from the cache.
void vtkParse_InitStringCache(StringCache *cache)
Initialize the string cache.
StringCache provides a simple way of allocating strings centrally.