CPPMyth
Library to interoperate with MythTV server
Myth::Locked< T > Class Template Reference
Inheritance diagram for Myth::Locked< T >:
Collaboration diagram for Myth::Locked< T >:

Data Structures

class  value
 

Public Member Functions

 Locked (const T &val)
 
Load ()
 
const T & Store (const T &newval)
 
value Get ()
 

Protected Member Functions

 Locked (const Locked< T > &other)
 
Locked< T > & operator= (const Locked< T > &other)
 

Protected Attributes

m_val
 
LockGuard::Lockablem_lock
 

Detailed Description

template<typename T>
class Myth::Locked< T >

Definition at line 74 of file mythlocked.h.


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