Constructor & Destructor Documentation
All constructors other than this one will also create a DtlObj.
| DtlObjPtr::DtlObjPtr |
( |
int |
| ) |
|
| DtlObjPtr::DtlObjPtr |
( |
double |
| ) |
|
| DtlObjPtr::DtlObjPtr |
( |
const char * |
| ) |
|
| DtlObjPtr::~DtlObjPtr |
( |
| ) |
|
|
inline |
Member Function Documentation
| int DtlObjPtr::isNull |
( |
| ) |
const |
Returns 1 if this is conceptually a null pointer, 0 otherwise.
| DtlObjPtr::operator void * |
( |
| ) |
const |
Tests if the real pointers are equal.
| DtlObj& DtlObjPtr::operator* |
( |
| ) |
const |
| DtlObj* DtlObjPtr::operator-> |
( |
| ) |
const |
Useful for "DtlObjPtr a=f(x); if (a) { ... } ".
| int DtlObjPtr::operator== |
( |
const DtlObjPtr & |
| ) |
const |
| static const DtlObjPtr& DtlObjPtr::unbound |
( |
| ) |
|
|
static |
Friends And Related Function Documentation
Member Data Documentation
The documentation for this class was generated from the following file: