xrootd
|
proxy class for the items() function More...
#include <XrdOucJson.hh>
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 |
construct iteration proxy from a container
|
inlinenoexcept |
return iterator begin (needed for range-based for)
|
inlinenoexcept |
return iterator end (needed for range-based for)
|
private |
the container to iterate