Main Page | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members | Related Pages

vtkOStreamWrapper Class Reference

#include <vtkOStreamWrapper.h>

Inheritance diagram for vtkOStreamWrapper:

Inheritance graph
[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.

Definition at line 38 of file vtkOStreamWrapper.h.
virtual ~vtkOStreamWrapper ()
vtkOStreamWrapperoperator<< (const EndlType &)
vtkOStreamWrapperoperator<< (const vtkIndent &)
vtkOStreamWrapperoperator<< (vtkObjectBase &)
vtkOStreamWrapperoperator<< (const vtkLargeInteger &)
vtkOStreamWrapperoperator<< (const vtkSmartPointerBase &)
vtkOStreamWrapperoperator<< (ostream &)
vtkOStreamWrapperoperator<< (const char *)
vtkOStreamWrapperoperator<< (void *)
vtkOStreamWrapperoperator<< (char)
vtkOStreamWrapperoperator<< (short)
vtkOStreamWrapperoperator<< (int)
vtkOStreamWrapperoperator<< (long)
vtkOStreamWrapperoperator<< (unsigned char)
vtkOStreamWrapperoperator<< (unsigned short)
vtkOStreamWrapperoperator<< (unsigned int)
vtkOStreamWrapperoperator<< (unsigned long)
vtkOStreamWrapperoperator<< (float)
vtkOStreamWrapperoperator<< (double)
vtkOStreamWrapperoperator<< (void(*)(void *))
vtkOStreamWrapperoperator<< (void *(*)(void *))
vtkOStreamWrapperoperator<< (int(*)(void *))
vtkOStreamWrapperoperator<< (int *(*)(void *))
vtkOStreamWrapperoperator<< (float *(*)(void *))
vtkOStreamWrapperoperator<< (const char *(*)(void *))
vtkOStreamWrapperoperator<< (void(*)(void *, int *))
vtkOStreamWrapperwrite (const char *, unsigned long)
ostream & GetOStream ()
 operator ostream & ()
 operator int ()
void flush ()
static void UseEndl (const EndlType &)
ostream & ostr

Public Member Functions

 vtkOStreamWrapper (ostream &os)
 vtkOStreamWrapper (vtkOStreamWrapper &r)

Classes

struct  EndlType


Constructor & Destructor Documentation

vtkOStreamWrapper::vtkOStreamWrapper ostream &  os  ) 
 

Construct class to reference a real ostream. All methods and operators will be forwarded.

vtkOStreamWrapper::vtkOStreamWrapper vtkOStreamWrapper r  ) 
 

Construct class to reference a real ostream. All methods and operators will be forwarded.

virtual vtkOStreamWrapper::~vtkOStreamWrapper  )  [virtual]
 


Member Function Documentation

vtkOStreamWrapper& vtkOStreamWrapper::operator<< const EndlType  ) 
 

Forward this output operator to the real ostream.

vtkOStreamWrapper& vtkOStreamWrapper::operator<< const vtkIndent  ) 
 

vtkOStreamWrapper& vtkOStreamWrapper::operator<< vtkObjectBase  ) 
 

vtkOStreamWrapper& vtkOStreamWrapper::operator<< const vtkLargeInteger  ) 
 

vtkOStreamWrapper& vtkOStreamWrapper::operator<< const vtkSmartPointerBase  ) 
 

vtkOStreamWrapper& vtkOStreamWrapper::operator<< ostream &   ) 
 

vtkOStreamWrapper& vtkOStreamWrapper::operator<< const char *   ) 
 

vtkOStreamWrapper& vtkOStreamWrapper::operator<< void *   ) 
 

vtkOStreamWrapper& vtkOStreamWrapper::operator<< char   ) 
 

vtkOStreamWrapper& vtkOStreamWrapper::operator<< short   ) 
 

vtkOStreamWrapper& vtkOStreamWrapper::operator<< int   ) 
 

vtkOStreamWrapper& vtkOStreamWrapper::operator<< long   ) 
 

vtkOStreamWrapper& vtkOStreamWrapper::operator<< unsigned  char  ) 
 

vtkOStreamWrapper& vtkOStreamWrapper::operator<< unsigned  short  ) 
 

vtkOStreamWrapper& vtkOStreamWrapper::operator<< unsigned  int  ) 
 

vtkOStreamWrapper& vtkOStreamWrapper::operator<< unsigned  long  ) 
 

vtkOStreamWrapper& vtkOStreamWrapper::operator<< float   ) 
 

vtkOStreamWrapper& vtkOStreamWrapper::operator<< double   ) 
 

vtkOStreamWrapper& vtkOStreamWrapper::operator<< void(*)(void *)   ) 
 

vtkOStreamWrapper& vtkOStreamWrapper::operator<< void *  (*)(void *)  ) 
 

vtkOStreamWrapper& vtkOStreamWrapper::operator<< int(*)(void *)   ) 
 

vtkOStreamWrapper& vtkOStreamWrapper::operator<< int *  (*)(void *)  ) 
 

vtkOStreamWrapper& vtkOStreamWrapper::operator<< float *  (*)(void *)  ) 
 

vtkOStreamWrapper& vtkOStreamWrapper::operator<< const char *  (*)(void *)  ) 
 

vtkOStreamWrapper& vtkOStreamWrapper::operator<< void(*)(void *, int *)   ) 
 

vtkOStreamWrapper& vtkOStreamWrapper::write const char *  ,
unsigned  long
 

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.

static 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 128 of file vtkOStreamWrapper.h.


Member Data Documentation

ostream& vtkOStreamWrapper::ostr [protected]
 

Definition at line 131 of file vtkOStreamWrapper.h.


The documentation for this class was generated from the following file:
Generated on Tue Jan 22 00:04:41 2008 for VTK by  doxygen 1.4.3-20050530