![]() |
openATV enigma2
openATV is an open source SetTopBox Graphical user interface.
|
#include <smartptr.h>
Public Member Functions | |
T & | operator* () |
eUsePtr () | |
eUsePtr (T *c) | |
eUsePtr (const eUsePtr &c) | |
eUsePtr & | operator= (T *c) |
eUsePtr & | operator= (eUsePtr< T > &c) |
~eUsePtr () | |
T * | grabRef () |
T *& | ptrref () |
T * | operator-> () const |
operator T* () const | |
Protected Attributes | |
T * | ptr |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |