Scopira  20080306
scopira::tool::shared_area< T > Class Template Reference

#include <thread_pthreads.h>

Inheritance diagram for scopira::tool::shared_area< T >:
scopira::tool::event_area< T > scopira::tool::event_area< T >

Public Attributes

volatile T pm_data
 
scopira::tool::mutex pm_mutex
 shared data
 

Detailed Description

template<class T>
class scopira::tool::shared_area< T >

This class stores data that would be shared between more than one thread. The class basically associated a mutex with the given data type. locker_ptr may then be called.

Author
Aleksander Demko

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