|
slot 0.0.1
A real time UI render framework
|
#include <json.hpp>
Public 类型 | |
| using | difference_type = std::ptrdiff_t |
| using | value_type = iteration_proxy_value |
| using | pointer = value_type * |
| using | reference = value_type & |
| using | iterator_category = std::input_iterator_tag |
| using | string_type = typename std::remove_cv< typename std::remove_reference<decltype( std::declval<IteratorType>().key() ) >::type >::type |
Private 属性 | |
| IteratorType | anchor {} |
| the iterator | |
| std::size_t | array_index = 0 |
| an index for arrays (used to create key names) | |
| std::size_t | array_index_last = 0 |
| last stringified array index | |
| string_type | array_index_str = "0" |
| a string representation of the array index | |
| string_type | empty_str {} |
| an empty string (to return a reference for primitive values) | |
| using detail::iteration_proxy_value< IteratorType >::difference_type = std::ptrdiff_t |
| using detail::iteration_proxy_value< IteratorType >::iterator_category = std::input_iterator_tag |
| using detail::iteration_proxy_value< IteratorType >::pointer = value_type * |
| using detail::iteration_proxy_value< IteratorType >::reference = value_type & |
| using detail::iteration_proxy_value< IteratorType >::string_type = typename std::remove_cv< typename std::remove_reference<decltype( std::declval<IteratorType>().key() ) >::type >::type |
| using detail::iteration_proxy_value< IteratorType >::value_type = iteration_proxy_value |
|
explicitdefault |

|
inlineexplicitnoexcept |
|
default |
|
defaultnoexcept |
|
default |
|
inline |
return key of the iterator

|
inline |
inequality operator (needed for range-based for)
|
inline |
dereference operator (needed for range-based for)
|
inline |
increment operator (needed for range-based for)
|
inline |

|
defaultnoexcept |
|
default |
|
inline |
equality operator (needed for InputIterator)
|
inline |
return value of the iterator
|
private |
the iterator
|
private |
an index for arrays (used to create key names)
|
mutableprivate |
last stringified array index
|
mutableprivate |
a string representation of the array index
|
private |
an empty string (to return a reference for primitive values)