18#ifndef vtkOStrStreamWrapper_h 
   19#define vtkOStrStreamWrapper_h 
   21#include "vtkCommonCoreModule.h" 
   23#ifndef VTK_SYSTEM_INCLUDES_INSIDE 
   27VTK_ABI_NAMESPACE_BEGIN
 
~vtkOStrStreamWrapper() override
Destructor frees all used memory.
 
void freeze(int)
Set whether the memory is frozen.
 
char * str()
Get the string that has been written.
 
void freeze()
Set whether the memory is frozen.
 
vtkOStrStreamWrapper * rdbuf()
Returns a pointer to this class.
 
vtkOStrStreamWrapper()
Constructor.
 
Do_not_include_vtkOStrStreamWrapper_directly_vtkSystemIncludes_includes_it