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

#include <ode.hpp>

Public Member Functions

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

Public Attributes

VerletStepsowner_
 

Detailed Description

Definition at line 204 of file ode.hpp.

Member Function Documentation

◆ operator!=()

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

Definition at line 213 of file ode.hpp.

References owner_.

◆ operator*()

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

Definition at line 206 of file ode.hpp.

References owner_.

◆ operator++()

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

Definition at line 209 of file ode.hpp.

References owner_.

◆ operator==()

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

Definition at line 216 of file ode.hpp.

References owner_.

Member Data Documentation

◆ owner_

VerletSteps* num::VerletSteps::iterator::owner_

Definition at line 205 of file ode.hpp.

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


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