Classes | Defines

oct-refcount.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  octave_refcount< T >

Defines

#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))++

Define Documentation

#define OCTREFCOUNT_ATOMIC_DECREMENT (   x  )     --(*(x))
#define OCTREFCOUNT_ATOMIC_DECREMENT_POST (   x  )     (*(x))--

Definition at line 47 of file oct-refcount.h.

Referenced by octave_refcount< octave_idx_type >::operator--().

#define OCTREFCOUNT_ATOMIC_INCREMENT (   x  )     ++(*(x))
#define OCTREFCOUNT_ATOMIC_INCREMENT_POST (   x  )     (*(x))++

Definition at line 46 of file oct-refcount.h.

Referenced by octave_refcount< octave_idx_type >::operator++().

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines