#include <include/EST_TBox.h>


Public Member Functions | |
| EST_TBox (T *c) | |
| ~EST_TBox (void) | |
| T * | object_ptr () |
| const T * | object_ptr () const |
| T * | c () |
| const T * | c () const |
Public Member Functions inherited from EST_Handleable | |
| EST_Handleable (void) | |
| int | refcount (void) const |
| void | start_refcounting (int initial=0) |
| void | inc_refcount (void) |
| void | dec_refcount (void) |
| int | is_unreferenced (void) const |
| int | is_refcounted (void) const |
Box for putting things in. The box and the thing can then be refcounted as a unit.
Definition at line 48 of file EST_TBox.h.
Definition at line 58 of file EST_TBox.h.
Definition at line 59 of file EST_TBox.h.
|
inline |
Definition at line 61 of file EST_TBox.h.
|
inline |
Definition at line 62 of file EST_TBox.h.
|
inline |
Definition at line 64 of file EST_TBox.h.
|
inline |
Definition at line 65 of file EST_TBox.h.