GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
Go to the source code of this file.
Classes | |
class | octave_refcount< T > |
Macros | |
#define | OCTREFCOUNT_ATOMIC_DECREMENT(x) --(*(x)) |
#define | OCTREFCOUNT_ATOMIC_DECREMENT_POST(x) (*(x))-- |
#define | OCTREFCOUNT_ATOMIC_INCREMENT(x) ++(*(x)) |
#define | OCTREFCOUNT_ATOMIC_INCREMENT_POST(x) (*(x))++ |
Definition at line 45 of file oct-refcount.h.
Referenced by dim_vector::make_unique(), octave_refcount< octave_idx_type >::operator--(), dim_vector::operator=(), dim_vector::resize(), and dim_vector::~dim_vector().
Definition at line 47 of file oct-refcount.h.
Referenced by octave_refcount< octave_idx_type >::operator--().
Definition at line 44 of file oct-refcount.h.
Referenced by dim_vector::dim_vector(), octave_refcount< octave_idx_type >::operator++(), and dim_vector::operator=().
Definition at line 46 of file oct-refcount.h.
Referenced by octave_refcount< octave_idx_type >::operator++().