Public Member Functions | Public Attributes

_rangeidx_helper Struct Reference

Collaboration diagram for _rangeidx_helper:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 _rangeidx_helper (double *a, double b, double i)
void operator() (octave_idx_type i)

Public Attributes

doublearray
double base
double inc

Detailed Description

Definition at line 93 of file Range.cc.


Constructor & Destructor Documentation

_rangeidx_helper::_rangeidx_helper ( double a,
double  b,
double  i 
) [inline]

Definition at line 96 of file Range.cc.


Member Function Documentation

void _rangeidx_helper::operator() ( octave_idx_type  i  )  [inline]

Definition at line 98 of file Range.cc.

References array, base, and inc.


Member Data Documentation

Definition at line 95 of file Range.cc.

Referenced by operator()().

Definition at line 95 of file Range.cc.

Referenced by operator()().

Definition at line 95 of file Range.cc.

Referenced by operator()().


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