Navigation

Operators and Keywords

Function List:

C++ API

Array< T >::ArrayRep Class Reference

#include <Array.h>

Collaboration diagram for Array< T >::ArrayRep:

List of all members.

Public Member Functions

 ArrayRep (T *d, octave_idx_type l)
template<class U >
 ArrayRep (U *d, octave_idx_type l)
 ArrayRep (void)
 ArrayRep (octave_idx_type n)
 ArrayRep (octave_idx_type n, const T &val)
 ArrayRep (const ArrayRep &a)
 ~ArrayRep (void)
octave_idx_type length (void) const

Public Attributes

T * data
octave_idx_type len
octave_refcount< int > count

template<class T>
class Array< T >::ArrayRep


Constructor & Destructor Documentation

template<class T>
Array< T >::ArrayRep::ArrayRep ( T *  d,
octave_idx_type  l 
) [inline]
template<class T>
template<class U >
Array< T >::ArrayRep::ArrayRep ( U *  d,
octave_idx_type  l 
) [inline]
template<class T>
Array< T >::ArrayRep::ArrayRep ( void   )  [inline]
template<class T>
Array< T >::ArrayRep::ArrayRep ( octave_idx_type  n  )  [inline, explicit]
template<class T>
Array< T >::ArrayRep::ArrayRep ( octave_idx_type  n,
const T &  val 
) [inline, explicit]
template<class T>
Array< T >::ArrayRep::ArrayRep ( const ArrayRep a  )  [inline]
template<class T>
Array< T >::ArrayRep::~ArrayRep ( void   )  [inline]

Member Function Documentation

template<class T>
octave_idx_type Array< T >::ArrayRep::length ( void   )  const [inline]

Member Data Documentation

template<class T>
octave_refcount<int> Array< T >::ArrayRep::count
template<class T>
T* Array< T >::ArrayRep::data
template<class T>
octave_idx_type Array< T >::ArrayRep::len

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