This class allows multiple references to the same stream, removing a stream only when the last reference to it vanishes.
Public Member Functions | |
template<class T> | |
Streams & | operator<< (const T &obj) |
Streams & | operator<< (std::ostream &eg_endl) |
Friends | |
class | ErrorLog |
Streams& code::ErrorLog::Streams::operator<< | ( | std::ostream & | eg_endl | ) | [inline] |
Streams& code::ErrorLog::Streams::operator<< | ( | const T & | obj | ) | [inline] |
friend class ErrorLog [friend] |