|
Fast Methods for Cosmological Simulations
FastSim serves as a tool for quick N-body simulations in modified gravity.
|
proxy class for the items() function More...
#include <json.hpp>
Classes | |
| class | iteration_proxy_internal |
| helper class for iteration More... | |
Public Member Functions | |
| iteration_proxy (typename IteratorType::reference cont) noexcept | |
| construct iteration proxy from a container More... | |
| iteration_proxy_internal | begin () noexcept |
| return iterator begin (needed for range-based for) More... | |
| iteration_proxy_internal | 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
Definition at line 1701 of file json.hpp.
|
inlinenoexcept |
return iterator begin (needed for range-based for)
Definition at line 1705 of file json.hpp.
|
inlinenoexcept |
return iterator end (needed for range-based for)
Definition at line 1711 of file json.hpp.
|
private |