Public Member Functions

mbilog::NullStream Class Reference

#include <mbilog.h>

List of all members.

Public Member Functions

template<class T >
NullStreamoperator<< (const T &)
template<class T >
NullStreamoperator<< (T &)
NullStreamoperator<< (std::ostream &(*)(std::ostream &))
NullStreamoperator() (const char *)
NullStreamoperator() (bool)

Detailed Description

Definition at line 183 of file mbilog.h.


Member Function Documentation

NullStream& mbilog::NullStream::operator() ( const char *   ) [inline]

Definition at line 199 of file mbilog.h.

      {
        return *this;
      }
NullStream& mbilog::NullStream::operator() ( bool   ) [inline]

Definition at line 203 of file mbilog.h.

      {
        return *this;
      }
template<class T >
NullStream& mbilog::NullStream::operator<< ( T &   ) [inline]

Definition at line 191 of file mbilog.h.

      {
        return *this;
      }
NullStream& mbilog::NullStream::operator<< ( std::ostream &  *)(std::ostream & ) [inline]

Definition at line 195 of file mbilog.h.

      {
        return *this;
      }
template<class T >
NullStream& mbilog::NullStream::operator<< ( const T &   ) [inline]

Definition at line 187 of file mbilog.h.

      {
        return *this;
      }

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