#include "oct-refcount.h"
Public Types | |
typedef T | count_type |
Public Member Functions | |
octave_refcount (count_type initial_count) | |
operator count_type (void) const | |
count_type | operator++ (void) |
count_type | operator++ (int) |
count_type | operator-- (void) |
count_type | operator-- (int) |
Private Attributes | |
count_type | count |
Definition at line 52 of file oct-refcount.h.
typedef T octave_refcount< T >::count_type |
Definition at line 55 of file oct-refcount.h.
octave_refcount< T >::octave_refcount | ( | count_type | initial_count | ) | [inline] |
Definition at line 57 of file oct-refcount.h.
octave_refcount< T >::operator count_type | ( | void | ) | const [inline] |
Definition at line 80 of file oct-refcount.h.
count_type octave_refcount< T >::operator++ | ( | int | ) | [inline] |
Definition at line 65 of file oct-refcount.h.
count_type octave_refcount< T >::operator++ | ( | void | ) | [inline] |
Definition at line 60 of file oct-refcount.h.
count_type octave_refcount< T >::operator-- | ( | void | ) | [inline] |
Definition at line 70 of file oct-refcount.h.
count_type octave_refcount< T >::operator-- | ( | int | ) | [inline] |
Definition at line 75 of file oct-refcount.h.
count_type octave_refcount< T >::count [private] |
Definition at line 86 of file oct-refcount.h.
Referenced by octave_refcount< octave_idx_type >::operator count_type(), octave_refcount< octave_idx_type >::operator++(), and octave_refcount< octave_idx_type >::operator--().