Reference Counting Interface.
More...
#include <include/EST_Handleable.h>
Reference Counting Interface.
This simple class does most of the things an object which is to be manipulated by EST_THandle style smart pointers needs to provide.
- See also
- EST_THandle
-
EST_TBox
-
EST_TrackMap
- Author
- Richard Caley rjc@c.nosp@m.str..nosp@m.ed.ac.nosp@m..uk
- Version
- Id
- EST_Handleable.h,v 1.4 2004/09/29 08:24:17 robert Exp
Definition at line 53 of file EST_Handleable.h.
EST_Handleable::EST_Handleable |
( |
void |
| ) |
|
|
inline |
int EST_Handleable::refcount |
( |
void |
| ) |
const |
|
inline |
void EST_Handleable::start_refcounting |
( |
int |
initial = 0 | ) |
|
|
inline |
void EST_Handleable::inc_refcount |
( |
void |
| ) |
|
|
inline |
void EST_Handleable::dec_refcount |
( |
void |
| ) |
|
|
inline |
int EST_Handleable::is_unreferenced |
( |
void |
| ) |
const |
|
inline |
int EST_Handleable::is_refcounted |
( |
void |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: