numerics 0.1.0
Loading...
Searching...
No Matches
num::EulerSteps::iterator Struct Reference

#include <ode.hpp>

Public Member Functions

Step operator* () const
 
iteratoroperator++ ()
 
bool operator!= (StepEnd) const
 
bool operator== (StepEnd) const
 

Public Attributes

EulerStepsowner_
 

Detailed Description

Definition at line 87 of file ode.hpp.

Member Function Documentation

◆ operator!=()

bool num::EulerSteps::iterator::operator!= ( StepEnd  ) const
inline

Definition at line 96 of file ode.hpp.

References owner_.

◆ operator*()

Step num::EulerSteps::iterator::operator* ( ) const
inline

Definition at line 89 of file ode.hpp.

References owner_.

◆ operator++()

iterator & num::EulerSteps::iterator::operator++ ( )
inline

Definition at line 92 of file ode.hpp.

References owner_.

◆ operator==()

bool num::EulerSteps::iterator::operator== ( StepEnd  ) const
inline

Definition at line 99 of file ode.hpp.

References owner_.

Member Data Documentation

◆ owner_

EulerSteps* num::EulerSteps::iterator::owner_

Definition at line 88 of file ode.hpp.

Referenced by operator!=(), operator*(), operator++(), and operator==().


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