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