log4cpp  1.1.3
Classes | Namespaces | Typedefs | Functions
BoostThreads.hh File Reference
#include <log4cpp/Portability.hh>
#include <boost/thread/thread.hpp>
#include <boost/thread/mutex.hpp>
#include <boost/thread/tss.hpp>
#include <cstdio>
#include <string>
Include dependency graph for BoostThreads.hh:

Go to the source code of this file.

Classes

class  log4cpp::threading::ThreadLocalDataHolder< T >
 This class holds Thread local data of type T, i.e. More...
 

Namespaces

 log4cpp
 The top level namespace for all 'Log for C++' types and classes.
 
 log4cpp::threading
 

Typedefs

typedef boost::mutex log4cpp::threading::Mutex
 Dummy type 'int' for Mutex. More...
 
typedef boost::mutex::scoped_lock log4cpp::threading::ScopedLock
 Dummy type 'int' defintion of ScopedLock;. More...
 

Functions

static std::string log4cpp::threading::getThreadId ()
 Return an identifier for the current thread. More...