ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
an iterator value More...
#include <acts/blob/master/thirdparty/nlohmann_json/single_include/nlohmann/json.hpp>
Public Attributes | |
BasicJsonType::object_t::iterator | object_iterator {} |
iterator for JSON objects | |
BasicJsonType::array_t::iterator | array_iterator {} |
iterator for JSON arrays | |
primitive_iterator_t | primitive_iterator {} |
generic iterator for all other types | |
an iterator value
Definition at line 9287 of file json.hpp.
View newest version in sPHENIX GitHub at line 9287 of file json.hpp
BasicJsonType::array_t::iterator nlohmann::detail::internal_iterator< BasicJsonType >::array_iterator {} |
iterator for JSON arrays
Definition at line 9292 of file json.hpp.
View newest version in sPHENIX GitHub at line 9292 of file json.hpp
Referenced by nlohmann::basic_json::insert(), nlohmann::basic_json::insert_iterator(), nlohmann::detail::iter_impl< BasicJsonType >::operator-(), nlohmann::detail::iter_impl< BasicJsonType >::operator<(), and nlohmann::detail::iter_impl< BasicJsonType >::operator==().
BasicJsonType::object_t::iterator nlohmann::detail::internal_iterator< BasicJsonType >::object_iterator {} |
iterator for JSON objects
Definition at line 9290 of file json.hpp.
View newest version in sPHENIX GitHub at line 9290 of file json.hpp
Referenced by nlohmann::basic_json::insert(), and nlohmann::detail::iter_impl< BasicJsonType >::operator==().
primitive_iterator_t nlohmann::detail::internal_iterator< BasicJsonType >::primitive_iterator {} |
generic iterator for all other types
Definition at line 9294 of file json.hpp.
View newest version in sPHENIX GitHub at line 9294 of file json.hpp
Referenced by nlohmann::detail::iter_impl< BasicJsonType >::operator-(), nlohmann::detail::iter_impl< BasicJsonType >::operator<(), and nlohmann::detail::iter_impl< BasicJsonType >::operator==().