PetaVision  Alpha
PV::PrintStream Class Reference
Inheritance diagram for PV::PrintStream:
PV::FileStream PV::CheckpointableFileStream

Public Member Functions

 PrintStream (std::ostream &stream)
 
void flush ()
 
template<typename T >
PrintStreamoperator<< (const T &x)
 
PrintStreamoperator<< (std::ostream &(*f)(std::ostream &))
 
PrintStreamoperator<< (std::ostream &(*f)(std::ios &))
 
PrintStreamoperator<< (std::ostream &(*f)(std::ios_base &))
 
int printf (const char *fmt,...)
 

Protected Member Functions

void setOutStream (std::ostream &stream)
 

Private Attributes

std::ostream * mOutStream = nullptr
 

Detailed Description

Definition at line 18 of file PrintStream.hpp.


The documentation for this class was generated from the following file: