#include <json.hpp>
◆ difference_type
template<typename IteratorType>
◆ iterator_category
template<typename IteratorType>
◆ pointer
template<typename IteratorType>
◆ reference
template<typename IteratorType>
◆ string_type
template<typename IteratorType>
using detail::iteration_proxy_value< IteratorType >::string_type = typename std::remove_cv< typename std::remove_reference<decltype( std::declval<IteratorType>().key() ) >::type >::type |
◆ value_type
template<typename IteratorType>
◆ iteration_proxy_value() [1/4]
template<typename IteratorType>
◆ iteration_proxy_value() [2/4]
template<typename IteratorType>
◆ iteration_proxy_value() [3/4]
template<typename IteratorType>
◆ iteration_proxy_value() [4/4]
template<typename IteratorType>
◆ ~iteration_proxy_value()
template<typename IteratorType>
◆ key()
template<typename IteratorType>
return key of the iterator
◆ operator!=()
template<typename IteratorType>
inequality operator (needed for range-based for)
◆ operator*()
template<typename IteratorType>
dereference operator (needed for range-based for)
◆ operator++() [1/2]
template<typename IteratorType>
increment operator (needed for range-based for)
◆ operator++() [2/2]
template<typename IteratorType>
◆ operator=() [1/2]
template<typename IteratorType>
◆ operator=() [2/2]
template<typename IteratorType>
◆ operator==()
template<typename IteratorType>
equality operator (needed for InputIterator)
◆ value()
template<typename IteratorType>
return value of the iterator
◆ anchor
template<typename IteratorType>
◆ array_index
template<typename IteratorType>
an index for arrays (used to create key names)
◆ array_index_last
template<typename IteratorType>
last stringified array index
◆ array_index_str
template<typename IteratorType>
a string representation of the array index
◆ empty_str
template<typename IteratorType>
an empty string (to return a reference for primitive values)
The documentation for this class was generated from the following file: