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

#include <ode.hpp>

Public Member Functions

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

Public Attributes

RK4Stepsowner_
 

Detailed Description

Definition at line 126 of file ode.hpp.

Member Function Documentation

◆ operator!=()

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

Definition at line 135 of file ode.hpp.

References owner_.

◆ operator*()

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

Definition at line 128 of file ode.hpp.

References owner_.

◆ operator++()

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

Definition at line 131 of file ode.hpp.

References owner_.

◆ operator==()

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

Definition at line 138 of file ode.hpp.

References owner_.

Member Data Documentation

◆ owner_

RK4Steps* num::RK4Steps::iterator::owner_

Definition at line 127 of file ode.hpp.

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


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