#include <yateclass.h>

Protected Member Functions | |
| RefPointerBase () | |
| void | assign (RefObject *oldptr, RefObject *newptr, void *pointer) |
Protected Attributes | |
| void * | m_pointer |
Internal helper class providing a non-inline method to RefPointer. Please don't use this class directly, use RefPointer instead.
| RefPointerBase | ( | ) | [inline, protected] |
Default constructor, initialize to null pointer
void* m_pointer [protected] |
The untyped stored pointer that should be casted to a RefObject derived class
Referenced by RefPointer::pointer().
1.5.7.1