SST/macro
|
Go to the source code of this file.
Classes | |
class | sprockit::refcount_ptr< T > |
Namespaces | |
sprockit | |
Macros | |
#define | ref_increment(refcount) ++refcount |
#define | ref_decrement_return(refcount) --refcount |
#define ref_decrement_return | ( | refcount | ) | --refcount |
Definition at line 19 of file refcount_ptr.h.
Referenced by sprockit::refcount_ptr< T >::decref(), and sprockit::ptr_type::decref().
#define ref_increment | ( | refcount | ) | ++refcount |
Definition at line 18 of file refcount_ptr.h.
Referenced by sprockit::refcount_ptr< T >::incref(), and sprockit::ptr_type::incref().