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

#include <ode.hpp>

Public Member Functions

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

Public Attributes

RK45Stepsowner_
 

Detailed Description

Definition at line 165 of file ode.hpp.

Member Function Documentation

◆ operator!=()

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

Definition at line 174 of file ode.hpp.

References owner_.

◆ operator*()

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

Definition at line 167 of file ode.hpp.

References owner_.

◆ operator++()

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

Definition at line 170 of file ode.hpp.

References owner_.

◆ operator==()

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

Definition at line 177 of file ode.hpp.

References owner_.

Member Data Documentation

◆ owner_

RK45Steps* num::RK45Steps::iterator::owner_

Definition at line 166 of file ode.hpp.

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


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