#include "oct-refcount.h"
Public Types | |
typedef T | count_type |
Public Member Functions | |
refcount (const refcount &)=delete | |
refcount (count_type initial_count) | |
~refcount (void)=default | |
operator count_type (void) const | |
count_type | operator++ (int) |
count_type | operator++ (void) |
count_type | operator-- (int) |
count_type | operator-- (void) |
refcount & | operator= (const refcount &)=delete |
count_type | value (void) const |
Private Attributes | |
std::atomic< T > | m_count |
Definition at line 38 of file oct-refcount.h.
typedef T octave::refcount< T >::count_type |
Definition at line 42 of file oct-refcount.h.
|
inline |
Definition at line 44 of file oct-refcount.h.
|
delete |
|
default |
|
inline |
Definition at line 80 of file oct-refcount.h.
References octave::refcount< T >::value().
|
inline |
Definition at line 60 of file oct-refcount.h.
References octave::refcount< T >::m_count.
|
inline |
Definition at line 55 of file oct-refcount.h.
References octave::refcount< T >::m_count.
|
inline |
Definition at line 70 of file oct-refcount.h.
References octave::refcount< T >::m_count.
|
inline |
Definition at line 65 of file oct-refcount.h.
References octave::refcount< T >::m_count.
|
delete |
|
inline |
Definition at line 75 of file oct-refcount.h.
References octave::refcount< T >::m_count.
Referenced by Array< T >::jit_ref_count(), and octave::refcount< T >::operator count_type().
|
private |
Definition at line 87 of file oct-refcount.h.
Referenced by octave::refcount< T >::operator++(), octave::refcount< T >::operator--(), and octave::refcount< T >::value().