flexiblesusy is hosted by Hepforge, IPPP Durham
FlexibleSUSY
nlohmann::json_abi_v3_11_3::detail::iteration_proxy< IteratorType > Class Template Reference

proxy class for the items() function More...

#include <json.hpp>

Collaboration diagram for nlohmann::json_abi_v3_11_3::detail::iteration_proxy< IteratorType >:
Collaboration graph

Public Member Functions

iteration_proxy_value< IteratorType > begin () const noexcept
 return iterator begin (needed for range-based for) More...
 
iteration_proxy_value< IteratorType > end () const noexcept
 return iterator end (needed for range-based for) More...
 
 iteration_proxy ()=default
 
 iteration_proxy (iteration_proxy &&) noexcept=default
 
 iteration_proxy (iteration_proxy const &)=default
 
 iteration_proxy (typename IteratorType::reference cont) noexcept
 construct iteration proxy from a container More...
 
iteration_proxyoperator= (iteration_proxy &&) noexcept=default
 
iteration_proxyoperator= (iteration_proxy const &)=default
 
 ~iteration_proxy ()=default
 

Private Attributes

IteratorType::pointer container = nullptr
 the container to iterate More...
 

Detailed Description

template<typename IteratorType>
class nlohmann::json_abi_v3_11_3::detail::iteration_proxy< IteratorType >

proxy class for the items() function

Definition at line 5306 of file json.hpp.

Constructor & Destructor Documentation

◆ iteration_proxy() [1/4]

template<typename IteratorType >
nlohmann::json_abi_v3_11_3::detail::iteration_proxy< IteratorType >::iteration_proxy ( )
explicitdefault

◆ iteration_proxy() [2/4]

template<typename IteratorType >
nlohmann::json_abi_v3_11_3::detail::iteration_proxy< IteratorType >::iteration_proxy ( typename IteratorType::reference  cont)
inlineexplicitnoexcept

construct iteration proxy from a container

Definition at line 5316 of file json.hpp.

◆ iteration_proxy() [3/4]

template<typename IteratorType >
nlohmann::json_abi_v3_11_3::detail::iteration_proxy< IteratorType >::iteration_proxy ( iteration_proxy< IteratorType > const &  )
default

◆ iteration_proxy() [4/4]

template<typename IteratorType >
nlohmann::json_abi_v3_11_3::detail::iteration_proxy< IteratorType >::iteration_proxy ( iteration_proxy< IteratorType > &&  )
defaultnoexcept

◆ ~iteration_proxy()

template<typename IteratorType >
nlohmann::json_abi_v3_11_3::detail::iteration_proxy< IteratorType >::~iteration_proxy ( )
default

Member Function Documentation

◆ begin()

template<typename IteratorType >
iteration_proxy_value< IteratorType > nlohmann::json_abi_v3_11_3::detail::iteration_proxy< IteratorType >::begin ( ) const
inlinenoexcept

return iterator begin (needed for range-based for)

Definition at line 5326 of file json.hpp.

◆ end()

template<typename IteratorType >
iteration_proxy_value< IteratorType > nlohmann::json_abi_v3_11_3::detail::iteration_proxy< IteratorType >::end ( ) const
inlinenoexcept

return iterator end (needed for range-based for)

Definition at line 5332 of file json.hpp.

◆ operator=() [1/2]

template<typename IteratorType >
iteration_proxy & nlohmann::json_abi_v3_11_3::detail::iteration_proxy< IteratorType >::operator= ( iteration_proxy< IteratorType > &&  )
defaultnoexcept

◆ operator=() [2/2]

template<typename IteratorType >
iteration_proxy & nlohmann::json_abi_v3_11_3::detail::iteration_proxy< IteratorType >::operator= ( iteration_proxy< IteratorType > const &  )
default

Member Data Documentation

◆ container

template<typename IteratorType >
IteratorType::pointer nlohmann::json_abi_v3_11_3::detail::iteration_proxy< IteratorType >::container = nullptr
private

the container to iterate

Definition at line 5310 of file json.hpp.


The documentation for this class was generated from the following file: