proxy class for the items() function More...
#include "json.h"
Public Member Functions | |
iteration_proxy (typename IteratorType::reference cont) noexcept | |
construct iteration proxy from a container More... | |
iteration_proxy_value< IteratorType > | begin () noexcept |
return iterator begin (needed for range-based for) More... | |
iteration_proxy_value< IteratorType > | end () noexcept |
return iterator end (needed for range-based for) More... | |
Private Attributes | |
IteratorType::reference | container |
the container to iterate More... | |
proxy class for the items() function
|
inlineexplicitnoexcept |
|
inlinenoexcept |
return iterator begin (needed for range-based for)
Definition at line 4008 of file json.h.
References nlohmann::detail::iteration_proxy< IteratorType >::container.
|
inlinenoexcept |
return iterator end (needed for range-based for)
Definition at line 4014 of file json.h.
References nlohmann::detail::iteration_proxy< IteratorType >::container.
Referenced by grid.TimelinesRenderer::draw_events(), and grid.TimelinesRenderer::draw_ranges().
|
private |
the container to iterate
Definition at line 4000 of file json.h.
Referenced by nlohmann::detail::iteration_proxy< IteratorType >::begin(), and nlohmann::detail::iteration_proxy< IteratorType >::end().