#include <gc++.hpp>


Public Member Functions | |
| GCBasePointer (const GCBasePointer &p_storage) | |
| Copy constructor. | |
| virtual | ~GCBasePointer () |
| destructor | |
| void * | storage () const |
| accessor | |
Public Attributes | |
| GCBasePointer * | next |
| Implementation detail. | |
| GCBasePointer * | prior |
| Implementation detail. | |
Protected Member Functions | |
| char | fetch_state () |
| state | |
| GCBasePointer (void *p_storage) | |
| Constructor. | |
Protected Attributes | |
| void * | f_storage |
| the managed object | |
| char | f_state |
| state | |
Definition at line 150 of file gc++.hpp.
1.5.4