 |
VTK
9.0.1
|
Go to the documentation of this file.
27 #ifndef vtkOStreamWrapper_h
28 #define vtkOStreamWrapper_h
30 #include "vtkCommonCoreModule.h"
32 #ifndef VTK_SYSTEM_INCLUDES_INSIDE
93 #if defined(__IBMCPP__)
99 return this->WriteInternal(p);
112 template <
template <
typename,
typename,
typename>
class S>
115 return *this << reinterpret_cast<std_string const&>(s);
126 ostream& GetOStream();
vtkOStreamWrapper & operator<<(const S< char, std::char_traits< char >, std::allocator< char > > &s)
Non-templated superclass for vtkSmartPointer.
abstract base class for most VTK objects
a simple class to control print indentation
VTKCOMMONCORE_EXPORT ostream & operator<<(ostream &os, const vtkIndent &o)
Wrapper for C++ ostream. Internal VTK use only.
static void UseEndl(const EndlType &)
Implementation detail to allow macros to provide an endl that may or may not be used.
Do_not_include_vtkOStreamWrapper_directly_vtkSystemIncludes_includes_it
Wrapper around std::string to keep symbols short.
class for arbitrarily large ints