#include <mutex.h>

Public Member Functions | |
| virtual Mutex * | make ()=0 |
| virtual | ~Mutex_Factory () |
Definition at line 36 of file mutex.h.
| virtual Botan::Mutex_Factory::~Mutex_Factory | ( | ) | [inline, virtual] |
| virtual Mutex* Botan::Mutex_Factory::make | ( | ) | [pure virtual] |
Implemented in Botan::Noop_Mutex_Factory, Botan::Pthread_Mutex_Factory, Botan::Qt_Mutex_Factory, and Botan::Win32_Mutex_Factory.
Referenced by Botan::Algorithm_Factory::Algorithm_Factory(), and Botan::Library_State::get_mutex().
1.5.8