Spicy
Public Types | Public Member Functions | List of all members
hilti::detail::visitor::Iterator< Erased, order, isConst > Class Template Reference

Public Types

using E = std::conditional_t< isConst, const Erased &, Erased & >
 
using Location = ::hilti::visitor::Location< E >
 
using Position = ::hilti::visitor::Position< E >
 

Public Member Functions

 Iterator (E root)
 
 Iterator (const Iterator &other)=default
 
 Iterator (Iterator &&other) noexcept=default
 
Iteratoroperator++ ()
 
Position operator* () const
 
Iteratoroperator= (const Iterator &other)=default
 
Iteratoroperator= (Iterator &&other) noexcept=default
 
bool operator== (const Iterator &other) const
 
bool operator!= (const Iterator &other) const
 

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