|
MythTV master
|
Public Member Functions | |
| MythIOCallback (void *Object, callback_t Callback) | |
| bool | operator== (MythIOCallback rhs) const |
Public Attributes | |
| void * | m_object |
| callback_t | m_callback |
Definition at line 30 of file mythiowrapper.cpp.
|
inline |
Definition at line 33 of file mythiowrapper.cpp.
|
inline |
Definition at line 38 of file mythiowrapper.cpp.
| callback_t MythIOCallback::m_callback |
Definition at line 42 of file mythiowrapper.cpp.
Referenced by operator==().
| void* MythIOCallback::m_object |
Definition at line 41 of file mythiowrapper.cpp.
Referenced by operator==().