GNU Octave  4.0.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 | List of all members
_idxadds_helper< T > Struct Template Reference
Collaboration diagram for _idxadds_helper< T >:
Collaboration graph
[legend]

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 >::val.

Member Data Documentation

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

Definition at line 38 of file MArray.cc.

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: