#include "oct-refcount.h"
Public Types | |
typedef T | count_type |
Public Member Functions | |
refcount (count_type initial_count) | |
~refcount ()=default | |
operator count_type () const | |
count_type | operator++ () |
count_type | operator++ (int) |
count_type | operator-- () |
count_type | operator-- (int) |
count_type | value () const |
Definition at line 38 of file oct-refcount.h.
typedef T refcount< T >::count_type |
Definition at line 42 of file oct-refcount.h.
|
inline |
Definition at line 44 of file oct-refcount.h.
|
inline |
Definition at line 78 of file oct-refcount.h.
References refcount< T >::value().
|
inline |
Definition at line 53 of file oct-refcount.h.
|
inline |
Definition at line 58 of file oct-refcount.h.
|
inline |
Definition at line 63 of file oct-refcount.h.
|
inline |
Definition at line 68 of file oct-refcount.h.
|
inline |
Definition at line 73 of file oct-refcount.h.
Referenced by refcount< T >::operator count_type().