#include <SynchCout.h>
Public Types | |
| typedef void(* | endl_t )() |
Public Member Functions | |
| Log () | |
| template<class A > | |
| Log & | operator<< (const A &a) |
| Log & | operator<< (endl_t a) |
Static Public Member Functions | |
| static boost::mutex & | mutex () |
Public Attributes | |
| boost::mutex::scoped_lock | locker |
Definition at line 22 of file SynchCout.h.
| typedef void(* Log::endl_t)() |
Definition at line 28 of file SynchCout.h.
| Log::Log | ( | ) | [inline] |
Definition at line 25 of file SynchCout.h.
| static boost::mutex& Log::mutex | ( | ) | [inline, static] |
Definition at line 23 of file SynchCout.h.
| Log& Log::operator<< | ( | const A & | a | ) | [inline] |
Definition at line 27 of file SynchCout.h.
Definition at line 29 of file SynchCout.h.
| boost::mutex::scoped_lock Log::locker |
Definition at line 24 of file SynchCout.h.