Shadowrun: Awakened 29 September 2011 - Build 871
Public Member Functions | Protected Attributes
cat::Enforcer Class Reference

#include <Logging.hpp>

List of all members.

Public Member Functions

 Enforcer (const char *locus)
template<class T >
Enforceroperator<< (const T &t)
 ~Enforcer ()

Protected Attributes

std::ostringstream oss

Detailed Description

Definition at line 142 of file Logging.hpp.


Constructor & Destructor Documentation

cat::Enforcer::Enforcer ( const char *  locus)
cat::Enforcer::~Enforcer ( )

Member Function Documentation

template<class T >
Enforcer& cat::Enforcer::operator<< ( const T t) [inline]

Definition at line 152 of file Logging.hpp.

References oss.

    {
        oss << t;
        return *this;
    }

Member Data Documentation

std::ostringstream cat::Enforcer::oss [protected]

Definition at line 145 of file Logging.hpp.

Referenced by operator<<().


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

Copyright © 2007-2010 by The Shadowrun: Awakened Team. This work is licensed under the GNU Lesser General Public License 3.

GNU Lesser General Public License 3 Sourceforge.net