27 #ifndef vtkOStreamWrapper_h
28 #define vtkOStreamWrapper_h
30 #include "vtkCommonCoreModule.h"
32 #ifndef __VTK_SYSTEM_INCLUDES__INSIDE
95 #if defined(__IBMCPP__)
101 return this->WriteInternal(p);
114 template <
template <
typename,
typename,
typename>
class S>
116 S<
char, std::char_traits<char>, std::allocator<char> >& s)
118 return *this << reinterpret_cast<std_string const&>(s);
129 ostream& GetOStream();
Wrapper around std::string to keep symbols short.
ostream & ostr
Implementation detail to allow macros to provide an endl that may or may not be used.
Do_not_include_vtkOStreamWrapper_directly__vtkSystemIncludes_includes_it
a simple class to control print indentation
abstract base class for most VTK objects
Non-templated superclass for vtkSmartPointer.
static void UseEndl(const EndlType &)
Implementation detail to allow macros to provide an endl that may or may not be used.
VTKCOMMONCORE_EXPORT ostream & operator<<(ostream &os, const vtkIndent &o)
class for arbitrarily large ints