Navigation

Operators and Keywords

Function List:

C++ API

octave_refcount< T > Class Template Reference

#include <oct-refcount.h>

List of all members.

Public Types

typedef T count_type

Public Member Functions

 octave_refcount (count_type initial_count)
count_type operator++ (void)
count_type operator++ (int)
count_type operator-- (void)
count_type operator-- (int)
 operator count_type (void) const
count_typedirect (void) const

template<class T>
class octave_refcount< T >


Member Typedef Documentation

template<class T>
typedef T octave_refcount< T >::count_type

Constructor & Destructor Documentation

template<class T>
octave_refcount< T >::octave_refcount ( count_type  initial_count  )  [inline]

Member Function Documentation

template<class T>
count_type& octave_refcount< T >::direct ( void   )  const [inline]
template<class T>
octave_refcount< T >::operator count_type ( void   )  const [inline]
template<class T>
count_type octave_refcount< T >::operator++ ( int   )  [inline]
template<class T>
count_type octave_refcount< T >::operator++ ( void   )  [inline]
template<class T>
count_type octave_refcount< T >::operator-- ( void   )  [inline]
template<class T>
count_type octave_refcount< T >::operator-- ( int   )  [inline]

The documentation for this class was generated from the following file:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines