C++ Utils  0.1
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Defines
Public Member Functions
utils::NoLogger Class Reference

#include <logger.h>

List of all members.

Public Member Functions

 NoLogger ()
 ~NoLogger ()
template<typename T >
NoLoggeroperator<< (const T &)
NoLoggeroperator<< (std::ostream &(*func)(std::ostream &))
NoLoggeroperator<< (Logger &(*func)(Logger &))

Detailed Description

Dummy Logger class, does nothing


Constructor & Destructor Documentation


Member Function Documentation

template<typename T >
NoLogger& utils::NoLogger::operator<< ( const T &  ) [inline]

Do nothing with the message

NoLogger& utils::NoLogger::operator<< ( std::ostream &(*)(std::ostream &)  func) [inline]

Operator to add functions like std::endl

NoLogger& utils::NoLogger::operator<< ( Logger &(*)(Logger &)  func) [inline]

Operator for enabling/disabling automatic spacing (the operator itself is ignored)


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Defines