![]() |
GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "oct-refcount.h"

Public Types | |
| typedef T | count_type |
Public Member Functions | |
| octave_refcount (count_type initial_count) | |
| count_type * | get (void) |
| 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.
|
inline |
Definition at line 57 of file oct-refcount.h.
|
inline |
Definition at line 85 of file oct-refcount.h.
Referenced by Array< octave_value >::jit_ref_count().
|
inline |
Definition at line 80 of file oct-refcount.h.
|
inline |
Definition at line 60 of file oct-refcount.h.
|
inline |
Definition at line 65 of file oct-refcount.h.
|
inline |
Definition at line 70 of file oct-refcount.h.
|
inline |
Definition at line 75 of file oct-refcount.h.
|
private |
Definition at line 91 of file oct-refcount.h.
Referenced by octave_refcount< octave_idx_type >::get(), octave_refcount< octave_idx_type >::operator count_type(), octave_refcount< octave_idx_type >::operator++(), and octave_refcount< octave_idx_type >::operator--().
1.8.1.2