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

#include <ode.hpp>

Public Member Functions

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

Public Attributes

RK4_2ndStepsowner_
 

Detailed Description

Definition at line 282 of file ode.hpp.

Member Function Documentation

◆ operator!=()

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

Definition at line 291 of file ode.hpp.

References owner_.

◆ operator*()

SymplecticStep num::RK4_2ndSteps::iterator::operator* ( ) const
inline

Definition at line 284 of file ode.hpp.

References owner_.

◆ operator++()

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

Definition at line 287 of file ode.hpp.

References owner_.

◆ operator==()

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

Definition at line 294 of file ode.hpp.

References owner_.

Member Data Documentation

◆ owner_

RK4_2ndSteps* num::RK4_2ndSteps::iterator::owner_

Definition at line 283 of file ode.hpp.

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


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