WRApplication
External kratos "application" for multiscale time integration.
|
An iterator wrapping JournalBase::iterator but with Parameters as value_type. More...
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 | |
iterator & | operator= (iterator &&rOther)=default |
iterator & | operator= (const iterator &rOther)=default |
iterator & | operator++ () |
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) |
An iterator wrapping JournalBase::iterator but with Parameters as value_type.
using difference_type = std::ptrdiff_t |
using iterator_category = std::forward_iterator_tag |
using pointer = void |
using reference = void |
using value_type = Parameters |
|
delete |
|
inline |
value_type operator* | ( | ) | const |
iterator& operator++ | ( | ) |
iterator operator++ | ( | int | ) |
|
friend |