vtkOStreamWrapper Class Reference
#include <vtkOStreamWrapper.h>
Inheritance diagram for vtkOStreamWrapper:
[legend]List of all members.
Detailed Description
Wrapper for C++ ostream. Internal VTK use only.
Provides a wrapper around the C++ ostream so that VTK source files need not include the full C++ streams library. This is intended to prevent cluttering of the translation unit and speed up compilation. Experimentation has revealed between 10% and 60% less time for compilation depending on the platform. This wrapper is used by the macros in vtkSetGet.h.
- Created by:
-
- CVS contributions (if > 5%):
-
- CVS logs (CVSweb):
.cxx (/Common/vtkOStreamWrapper
.cxx)
.h (/Common/vtkOStreamWrapper
.h)
Definition at line 48 of file vtkOStreamWrapper.h.
Constructor & Destructor Documentation
vtkOStreamWrapper::vtkOStreamWrapper |
( |
ostream & |
os |
) |
|
|
|
Construct class to reference a real ostream. All methods and operators will be forwarded. |
|
Construct class to reference a real ostream. All methods and operators will be forwarded. |
Member Function Documentation
|
Forward this output operator to the real ostream. |
|
Forward this output operator to the real ostream. |
|
Forward this output operator to the real ostream. |
|
Forward this output operator to the real ostream. |
|
Forward this output operator to the real ostream. |
|
Forward this output operator to the real ostream. |
|
Forward this output operator to the real ostream. |
|
Forward this output operator to the real ostream. |
|
Forward this output operator to the real ostream. |
|
Forward this output operator to the real ostream. |
|
Forward this output operator to the real ostream. |
|
Forward this output operator to the real ostream. |
|
Forward this output operator to the real ostream. |
|
Forward this output operator to the real ostream. |
|
Forward this output operator to the real ostream. |
|
Forward this output operator to the real ostream. |
|
Forward this output operator to the real ostream. |
|
Forward this output operator to the real ostream. |
|
Forward this output operator to the real ostream. |
|
Forward this output operator to the real ostream. |
|
Forward this output operator to the real ostream. |
|
Forward this output operator to the real ostream. |
|
Forward this output operator to the real ostream. |
|
Forward this output operator to the real ostream. |
|
Forward this output operator to the real ostream. |
|
Forward the write method to the real stream. |
ostream& vtkOStreamWrapper::GetOStream |
( |
|
) |
|
|
|
Get a reference to the real ostream. |
vtkOStreamWrapper::operator ostream & |
( |
|
) |
|
|
|
Allow conversion to the real ostream type. This allows an instance of vtkOStreamWrapper to look like ostream when passing to a function argument. |
vtkOStreamWrapper::operator int |
( |
|
) |
|
|
|
Forward conversion to bool to the real ostream. |
void vtkOStreamWrapper::flush |
( |
|
) |
|
|
|
Forward the flush method to the real ostream. |
void vtkOStreamWrapper::UseEndl |
( |
const EndlType & |
|
) |
[inline, static] |
|
|
Implementation detail to allow macros to provide an endl that may or may not be used.
Definition at line 138 of file vtkOStreamWrapper.h. |
Member Data Documentation
The documentation for this class was generated from the following file: