![]() |
CPPMyth
Library to interoperate with MythTV server
|


Data Structures | |
| class | value |
Public Member Functions | |
| Locked (const T &val) | |
| T | 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 | |
| T | m_val |
| LockGuard::Lockable * | m_lock |
Definition at line 74 of file mythlocked.h.