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

GuardedClass Class Template Reference

#include <GuardedClass.h>

List of all members.


Public Member Functions

 GuardedClass (T *ptr)
Proxy operator-> ()

Detailed Description

template<class T, class LockType = Mutex>
class ZThread::GuardedClass< T, LockType >

Author:
Eric Crahen <http://www.code-foo.com>
Date:
<2003-07-20T20:17:34-0400>
Version:
2.3.0
A simple wrapper template that uses Guard's to provide serialized access to an objects member functions.


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