Lumiera 0.pre.04~rc.1
»edit your freedom«
Loading...
Searching...
No Matches
IterDequeStorage< TY > Struct Template Reference

#include "lib/iter-stack.hpp"

Description

template<class TY>
struct lib::iter::IterDequeStorage< TY >

Wrapper to mark a std::deque instance for use as "state core" within lib::IterStateWrapper.

Iteration will pop elements from the back side.

Definition at line 71 of file iter-stack.hpp.

Public Member Functions

bool checkPoint () const
 
TY & yield () const
 
void iterNext ()
 

Member Function Documentation

◆ checkPoint()

template<class TY >
bool checkPoint ( ) const
inline

Definition at line 77 of file iter-stack.hpp.

◆ yield()

template<class TY >
TY & yield ( ) const
inline

Definition at line 83 of file iter-stack.hpp.

◆ iterNext()

template<class TY >
void iterNext ( )
inline

Definition at line 90 of file iter-stack.hpp.

+ Inheritance diagram for IterDequeStorage< TY >:
+ Collaboration diagram for IterDequeStorage< TY >:

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