CPPMyth
Library to interoperate with MythTV server
|
Data Structures | |
struct | Counter |
Public Member Functions | |
IntrinsicCounter (int val) | |
int | GetValue () |
int | Increment () |
int | Decrement () |
Private Member Functions | |
IntrinsicCounter (const IntrinsicCounter &other) | |
IntrinsicCounter & | operator= (const IntrinsicCounter &other) |
Private Attributes | |
Counter * | m_ptr |
Definition at line 27 of file mythintrinsic.h.