If you can read this text, it means you are not experiencing this website at its best. This website is designed for used with a standards-compliant browser.
Current version: 2.3.2
ZThreads
A platform-independent, multi-threading and synchronization library for C++
Home Documentation Downloads CVS Contact

ClassLockable Class Template Reference

#include <ClassLockable.h>

Inheritance diagram for ClassLockable:

Lockable List of all members.

Public Member Functions

 ClassLockable ()
 Create a ClassLockable.
virtual void acquire ()
 acquire() the ClassLockable
virtual bool tryAcquire (unsigned long timeout)
 tryAcquire() the ClassLockable
virtual void release ()
 release() the ClassLockable

Detailed Description

template<typename ClassType, class LockType = Mutex>
class ZThread::ClassLockable< ClassType, LockType >

Author:
Eric Crahen <http://www.code-foo.com>
Date:
<2003-07-16T23:37:38-0400>
Version:
2.3.0


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