Main Page | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members

System::Mutexed< X > Class Template Reference

class for mutexed (thread safe) variables More...

#include <thread.h>

Inheritance diagram for System::Mutexed< X >:

Inheritance graph
[legend]
Collaboration diagram for System::Mutexed< X >:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 Mutexed ()
 generic constructor

 Mutexed (X n)
 constructor with intialization

void operator= (X n)
 thread safe set-operator

operator * ()
 thread safe get-opration

get ()
 another thread safe get-operation

void lock ()
 external lock - do not use unless it is needed

void unlock ()
 external unlock - do not use unless it is needed


Detailed Description

template<class X>
class System::Mutexed< X >

class for mutexed (thread safe) variables


The documentation for this class was generated from the following files:
Generated on Fri May 28 02:26:40 2004 for Piskvorky by doxygen 1.3.7