Public Member Functions | Public Attributes

_idxbinop_helper< T, op > Struct Template Reference

Collaboration diagram for _idxbinop_helper< T, op >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

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

Public Attributes

T * array
const T * vals

Detailed Description

template<class T, T op>
struct _idxbinop_helper< T, op >

Definition at line 92 of file MArray.cc.


Constructor & Destructor Documentation

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

Definition at line 96 of file MArray.cc.


Member Function Documentation

template<class T , T op>
void _idxbinop_helper< T, op >::operator() ( octave_idx_type  i  )  [inline]

Definition at line 97 of file MArray.cc.


Member Data Documentation

template<class T , T op>
T* _idxbinop_helper< T, op >::array

Definition at line 94 of file MArray.cc.

template<class T , T op>
const T* _idxbinop_helper< T, op >::vals

Definition at line 95 of file MArray.cc.


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