log4cpp  1.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces | Macros | Functions
MSThreads.hh File Reference
#include <string>
#include <windows.h>

Go to the source code of this file.

Classes

class  log4cpp::threading::MSMutex
 A simple object wrapper around CreateMutex() and DeleteMutex() More...
 
class  log4cpp::threading::MSScopedLock
 A simple object wrapper around WaitForSingleObject() and ReleaseMutex() More...
 
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
 

Macros

#define NOGDI
 
#define LOG4CPP_UNDEFINE_NOGDI
 
#define WIN32_LEAN_AND_MEAN
 
#define LOG4CPP_UNDEFINE_WIN32_LEAN_AND_MEAN
 

Functions

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

Macro Definition Documentation

#define LOG4CPP_UNDEFINE_NOGDI
#define LOG4CPP_UNDEFINE_WIN32_LEAN_AND_MEAN
#define NOGDI
#define WIN32_LEAN_AND_MEAN