#include <yateclass.h>
Inheritance diagram for GenPointer:

Public Member Functions | |
| GenPointer () | |
| GenPointer (const GenPointer< Obj > &value) | |
| GenPointer (Obj *object) | |
| GenPointer< Obj > & | operator= (const GenPointer< Obj > &value) |
| GenPointer< Obj > & | operator= (Obj *object) |
| operator Obj * () const | |
| Obj * | operator-> () const |
| Obj & | operator * () const |
|
|
Default constructor - creates a null pointer |
|
|
Copy constructor
|
|
|
Constructs an initialized pointer
|
|
|
Dereferencing operator |
|
|
Conversion to regular pointer operator
|
|
|
Member access operator |
|
|
Assignment from regular pointer |
|
|
Assignment from another GenPointer |
1.4.4