|
SDL
2.0
|
Inheritance diagram for hid_device_ref< T >:Public Member Functions | |
| hid_device_ref (T *pObject=nullptr) | |
| hid_device_ref (const hid_device_ref &rhs) | |
| ~hid_device_ref () | |
| void | SetObject (T *pObject) |
| hid_device_ref & | operator= (T *pObject) |
| hid_device_ref & | operator= (const hid_device_ref &rhs) |
| T * | GetObject () const |
| T * | operator-> () const |
| operator bool () const | |
Private Attributes | |
| T * | m_pObject |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 95 of file hid.cpp.
Referenced by hid_device_ref< CHIDDevice >::hid_device_ref(), and hid_device_ref< CHIDDevice >::operator=().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |