Navigation

Operators and Keywords

Function List:

C++ API

Array< T >::Array::ArrayRep Class Reference

#include <Array.h>

List of all members.


Public Member Functions

 ArrayRep (T *d, octave_idx_type l, bool copy=false)
 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

Tdata
octave_idx_type len
int count

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


Constructor & Destructor Documentation

template<class T>
Array< T >::Array::ArrayRep::ArrayRep ( T d,
octave_idx_type  l,
bool  copy = false 
) [inline]

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

template<class T>
Array< T >::Array::ArrayRep::ArrayRep ( octave_idx_type  n  )  [inline, explicit]

template<class T>
Array< T >::Array::ArrayRep::ArrayRep ( octave_idx_type  n,
const T val 
) [inline, explicit]

template<class T>
Array< T >::Array::ArrayRep::ArrayRep ( const ArrayRep a  )  [inline]

template<class T>
Array< T >::Array::ArrayRep::~ArrayRep ( void   )  [inline]


Member Function Documentation

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


Member Data Documentation

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

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


The documentation for this class was generated from the following file: