Public Member Functions

Celartem::Lockable Class Reference

#include <cel_lockable.h>

Inheritance diagram for Celartem::Lockable:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual void lock () const =0
virtual void unlock () const =0

Detailed Description

Base class for lockable objects. Lockable class provides the standard interfaces; lock and unlock.
For exception-safe programming, you should not call lock and unlock directly on your code. You had better use Locker class.

See also:
Locker, Mutex, Semaphore

Member Function Documentation

virtual void Celartem::Lockable::lock (  )  const [pure virtual]
virtual void Celartem::Lockable::unlock (  )  const [pure virtual]

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

This document is made with doxygen 1.7.1 at Thu Feb 17 2011 15:40:18.
Caminova Logo