|
| PrintStream (std::ostream &stream) |
|
void | flush () |
|
template<typename T > |
PrintStream & | operator<< (const T &x) |
|
PrintStream & | operator<< (std::ostream &(*f)(std::ostream &)) |
|
PrintStream & | operator<< (std::ostream &(*f)(std::ios &)) |
|
PrintStream & | operator<< (std::ostream &(*f)(std::ios_base &)) |
|
int | printf (const char *fmt,...) |
|
|
void | setOutStream (std::ostream &stream) |
|
|
std::ostream * | mOutStream = nullptr |
|
Definition at line 18 of file PrintStream.hpp.
The documentation for this class was generated from the following file: