Navigation

Operators and Keywords

Function List:

C++ API

_idxadda_helper< T > Struct Template Reference

List of all members.


Public Member Functions

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

Public Attributes

Tarray
const Tvals

template<class T>
struct _idxadda_helper< T >


Constructor & Destructor Documentation

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


Member Function Documentation

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


Member Data Documentation

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

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


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