Public Member Functions | Public Attributes

_idxadds_helper< T > Struct Template Reference

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

List of all members.

Public Member Functions

 _idxadds_helper (T *a, T v)
void operator() (octave_idx_type i)

Public Attributes

T * array
val

Detailed Description

template<class T>
struct _idxadds_helper< T >

Definition at line 36 of file MArray.cc.


Constructor & Destructor Documentation

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

Definition at line 40 of file MArray.cc.


Member Function Documentation

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

Definition at line 41 of file MArray.cc.

References _idxadds_helper< T >::array, and _idxadds_helper< T >::val.


Member Data Documentation

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

Definition at line 38 of file MArray.cc.

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

template<class T >
T _idxadds_helper< T >::val

Definition at line 39 of file MArray.cc.

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


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