Definition at line 12 of file iterator.hpp.
Public Types | |
using | YamlIterator = formats::yaml::Value::const_iterator |
using | iterator_category = std::forward_iterator_tag |
using | difference_type = std::ptrdiff_t |
using | value_type = typename iter_traits::value_type |
using | reference = typename iter_traits::reference |
using | pointer = typename iter_traits::pointer |
Public Member Functions | |
Iterator (const value_type &container, YamlIterator it) | |
Iterator (const Iterator &other) | |
Iterator (Iterator &&other) noexcept | |
Iterator & | operator= (const Iterator &) |
Iterator & | operator= (Iterator &&) noexcept |
Iterator | operator++ (int) |
Iterator & | operator++ () |
reference | operator* () const |
pointer | operator-> () const |
formats::common::Type | GetIteratorType () const |
auto | GetName () const |
bool | operator== (const Iterator &other) const |
bool | operator!= (const Iterator &other) const |
using yaml_config::Iterator< iter_traits >::difference_type = std::ptrdiff_t |
Definition at line 16 of file iterator.hpp.
using yaml_config::Iterator< iter_traits >::iterator_category = std::forward_iterator_tag |
Definition at line 15 of file iterator.hpp.
using yaml_config::Iterator< iter_traits >::pointer = typename iter_traits::pointer |
Definition at line 19 of file iterator.hpp.
using yaml_config::Iterator< iter_traits >::reference = typename iter_traits::reference |
Definition at line 18 of file iterator.hpp.
using yaml_config::Iterator< iter_traits >::value_type = typename iter_traits::value_type |
Definition at line 17 of file iterator.hpp.
using yaml_config::Iterator< iter_traits >::YamlIterator = formats::yaml::Value::const_iterator |
Definition at line 14 of file iterator.hpp.
|
inline |
Definition at line 21 of file iterator.hpp.
|
inline |
Return whether this is iterator over object or over array
Definition at line 49 of file iterator.hpp.
|
inline |
Definition at line 54 of file iterator.hpp.
|
inline |
Definition at line 57 of file iterator.hpp.
|
inline |
Definition at line 38 of file iterator.hpp.
|
inline |
Definition at line 33 of file iterator.hpp.
|
inline |
Definition at line 29 of file iterator.hpp.
|
inline |
Definition at line 42 of file iterator.hpp.
|
inline |
Definition at line 56 of file iterator.hpp.