WRApplication
External kratos "application" for multiscale time integration.
Journal::iterator Class Reference

An iterator wrapping JournalBase::iterator but with Parameters as value_type. More...

Collaboration diagram for Journal::iterator:

Public Types

using iterator_category = std::forward_iterator_tag
 
using value_type = Parameters
 
using difference_type = std::ptrdiff_t
 
using pointer = void
 
using reference = void
 

Public Member Functions

 iterator ()=delete
 
 iterator (iterator &&rOther)=default
 
 iterator (const iterator &rOther)=default
 
iteratoroperator= (iterator &&rOther)=default
 
iteratoroperator= (const iterator &rOther)=default
 
iteratoroperator++ ()
 
iterator operator++ (int)
 
value_type operator* () const
 
JournalBase::iterator GetBase () const
 

Friends

class Journal
 
bool operator== (const iterator &rLeft, const iterator &rRight)
 
bool operator!= (const iterator &rLeft, const iterator &rRight)
 

Detailed Description

An iterator wrapping JournalBase::iterator but with Parameters as value_type.

Member Typedef Documentation

◆ difference_type

using difference_type = std::ptrdiff_t

◆ iterator_category

using iterator_category = std::forward_iterator_tag

◆ pointer

using pointer = void

◆ reference

using reference = void

◆ value_type

using value_type = Parameters

Constructor & Destructor Documentation

◆ iterator() [1/3]

iterator ( )
delete

◆ iterator() [2/3]

iterator ( iterator &&  rOther)
default

◆ iterator() [3/3]

iterator ( const iterator rOther)
default

Member Function Documentation

◆ GetBase()

JournalBase::iterator GetBase ( ) const
inline

◆ operator*()

value_type operator* ( ) const

◆ operator++() [1/2]

iterator& operator++ ( )

◆ operator++() [2/2]

iterator operator++ ( int  )

◆ operator=() [1/2]

iterator& operator= ( const iterator rOther)
default

◆ operator=() [2/2]

iterator& operator= ( iterator &&  rOther)
default

Friends And Related Function Documentation

◆ Journal

friend class Journal
friend

◆ operator!=

bool operator!= ( const iterator rLeft,
const iterator rRight 
)
friend

◆ operator==

bool operator== ( const iterator rLeft,
const iterator rRight 
)
friend

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