omega_h
Reliable mesh adaptation
Public Types | Public Member Functions | List of all members
Omega_h::InputMapIterator Class Reference

Public Types

using value_type = std::string
 
using difference_type = typename decltype(impl)::difference_type
 
using reference = std::string const &
 
using pointer = std::string const *
 
using iterator_category = std::bidirectional_iterator_tag
 

Public Member Functions

 InputMapIterator (decltype(impl) impl_in)
 
bool operator== (InputMapIterator const &other) const noexcept
 
bool operator!= (InputMapIterator const &other) const noexcept
 
reference operator* () const noexcept
 
pointer operator-> () const noexcept
 
InputMapIteratoroperator++ () noexcept
 
InputMapIterator operator++ (int) noexcept
 
InputMapIteratoroperator-- () noexcept
 
InputMapIterator operator-- (int) noexcept
 

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