|
Fast Methods for Cosmological Simulations
FastSim serves as a tool for quick N-body simulations in modified gravity.
|
an iterator value More...
#include <json.hpp>

Public Attributes | |
| BasicJsonType::object_t::iterator | object_iterator {} |
| iterator for JSON objects More... | |
| BasicJsonType::array_t::iterator | array_iterator {} |
| iterator for JSON arrays More... | |
| primitive_iterator_t | primitive_iterator {} |
| generic iterator for all other types More... | |
an iterator value
| BasicJsonType::array_t::iterator nlohmann::detail::internal_iterator< BasicJsonType >::array_iterator {} |
iterator for JSON arrays
Definition at line 5456 of file json.hpp.
Referenced by nlohmann::basic_json< ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberUnsignedType, NumberFloatType, AllocatorType, JSONSerializer >::insert(), nlohmann::basic_json< ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberUnsignedType, NumberFloatType, AllocatorType, JSONSerializer >::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 5454 of file json.hpp.
Referenced by nlohmann::basic_json< ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberUnsignedType, NumberFloatType, AllocatorType, JSONSerializer >::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 5458 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==().