IBR-DTNSuite  0.10
ibrcommon::MutexMock Class Reference

#include <Mutex.h>

Inheritance diagram for ibrcommon::MutexMock:
Inheritance graph
Collaboration diagram for ibrcommon::MutexMock:
Collaboration graph

Public Member Functions

 MutexMock ()
 
virtual ~MutexMock ()
 
virtual void trylock () throw (MutexException)
 
virtual void enter () throw (MutexException)
 
virtual void leave () throw (MutexException)
 
- Public Member Functions inherited from ibrcommon::MutexInterface
virtual ~MutexInterface ()=0
 

Detailed Description

Definition at line 48 of file Mutex.h.

Constructor & Destructor Documentation

ibrcommon::MutexMock::MutexMock ( )
inline

Definition at line 51 of file Mutex.h.

virtual ibrcommon::MutexMock::~MutexMock ( )
inlinevirtual

Definition at line 52 of file Mutex.h.

Member Function Documentation

virtual void ibrcommon::MutexMock::enter ( ) throw (MutexException)
inlinevirtual

Implements ibrcommon::MutexInterface.

Definition at line 55 of file Mutex.h.

virtual void ibrcommon::MutexMock::leave ( ) throw (MutexException)
inlinevirtual

Implements ibrcommon::MutexInterface.

Definition at line 56 of file Mutex.h.

virtual void ibrcommon::MutexMock::trylock ( ) throw (MutexException)
inlinevirtual

Implements ibrcommon::MutexInterface.

Definition at line 54 of file Mutex.h.


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