GNU Octave
4.0.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(), dim_vector::operator()(), and octave_refcount< octave_idx_type >::operator--().
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::alloc(), and octave_refcount< octave_idx_type >::operator++().
Definition at line 46 of file oct-refcount.h.
Referenced by octave_refcount< octave_idx_type >::operator++().