#include <autopointers.h>
Inherited by SL::Node.

Public Member Functions | |
| RefcountedContainer () | |
| virtual | ~RefcountedContainer () |
| RefcountedContainer * | NewCopy () |
| void | Reference () |
| void | Dereference () |
| bool | Referenced () |
Data Fields | |
| Lockable | ref_lock |
Definition at line 52 of file autopointers.h.
| RefcountedContainer::RefcountedContainer | ( | ) | [inline] |
Definition at line 56 of file autopointers.h.
| virtual RefcountedContainer::~RefcountedContainer | ( | ) | [inline, virtual] |
Definition at line 65 of file autopointers.h.
| void RefcountedContainer::Dereference | ( | ) | [inline] |
Definition at line 73 of file autopointers.h.
| RefcountedContainer* RefcountedContainer::NewCopy | ( | ) | [inline] |
Definition at line 67 of file autopointers.h.
| void RefcountedContainer::Reference | ( | ) | [inline] |
Definition at line 70 of file autopointers.h.
| bool RefcountedContainer::Referenced | ( | ) | [inline] |
Definition at line 76 of file autopointers.h.
Definition at line 54 of file autopointers.h.
1.6.3