GNU Octave  3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Public Member Functions | Public Attributes | Private Member Functions | List of all members
Array< T >::ArrayRep Class Reference

#include "Array.h"

Collaboration diagram for Array< T >::ArrayRep:
Collaboration graph
[legend]

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

octave_refcount< intcount
T * data
octave_idx_type len

Private Member Functions

ArrayRepoperator= (const ArrayRep &a)

Detailed Description

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

Definition at line 57 of file Array.h.

Constructor & Destructor Documentation

template<class T>
Array< T >::ArrayRep::ArrayRep ( T *  d,
octave_idx_type  l 
)
inline

Definition at line 65 of file Array.h.

References copy_or_memcpy().

template<class T>
template<class U >
Array< T >::ArrayRep::ArrayRep ( U *  d,
octave_idx_type  l 
)
inline

Definition at line 72 of file Array.h.

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

Definition at line 78 of file Array.h.

template<class T>
Array< T >::ArrayRep::ArrayRep ( octave_idx_type  n)
inlineexplicit

Definition at line 80 of file Array.h.

template<class T>
Array< T >::ArrayRep::ArrayRep ( octave_idx_type  n,
const T &  val 
)
inlineexplicit

Definition at line 83 of file Array.h.

References fill_or_memset().

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

Definition at line 89 of file Array.h.

References copy_or_memcpy(), Array< T >::ArrayRep::data, and Array< T >::ArrayRep::len.

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

Definition at line 95 of file Array.h.

Member Function Documentation

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

Definition at line 97 of file Array.h.

template<class T>
ArrayRep& Array< T >::ArrayRep::operator= ( const ArrayRep a)
private

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: