Public Member Functions | Public Attributes

_idxadda_helper< T > Struct Template Reference

Collaboration diagram for _idxadda_helper< T >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 _idxadda_helper (T *a, const T *v)
void operator() (octave_idx_type i)

Public Attributes

T * array
const T * vals

Detailed Description

template<class T>
struct _idxadda_helper< T >

Definition at line 46 of file MArray.cc.


Constructor & Destructor Documentation

template<class T >
_idxadda_helper< T >::_idxadda_helper ( T *  a,
const T *  v 
) [inline]

Definition at line 50 of file MArray.cc.


Member Function Documentation

template<class T >
void _idxadda_helper< T >::operator() ( octave_idx_type  i  )  [inline]

Definition at line 51 of file MArray.cc.

References _idxadda_helper< T >::array, and _idxadda_helper< T >::vals.


Member Data Documentation

template<class T >
T* _idxadda_helper< T >::array

Definition at line 48 of file MArray.cc.

Referenced by _idxadda_helper< T >::operator()().

template<class T >
const T* _idxadda_helper< T >::vals

Definition at line 49 of file MArray.cc.

Referenced by _idxadda_helper< T >::operator()().


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