Botan  1.10.9
Public Member Functions | List of all members
Botan::Mutex_Factory Class Referenceabstract

#include <mutex.h>

Inheritance diagram for Botan::Mutex_Factory:
Botan::Noop_Mutex_Factory Botan::Pthread_Mutex_Factory Botan::Win32_Mutex_Factory

Public Member Functions

virtual Mutexmake ()=0
 
virtual ~Mutex_Factory ()
 

Detailed Description

Mutex Factory

Definition at line 36 of file mutex.h.

Constructor & Destructor Documentation

virtual Botan::Mutex_Factory::~Mutex_Factory ( )
inlinevirtual

Definition at line 44 of file mutex.h.

44 {}

Member Function Documentation

virtual Mutex* Botan::Mutex_Factory::make ( )
pure virtual

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