Navigation

Operators and Keywords

Function List:

C++ API

_idxadds_helper< T > Struct Template Reference

Collaboration diagram for _idxadds_helper< T >:

List of all members.

Public Member Functions

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

Public Attributes

T * array
val

template<class T>
struct _idxadds_helper< T >


Constructor & Destructor Documentation

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

Member Function Documentation

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

Member Data Documentation

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

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