Eclipse SUMO - Simulation of Urban MObility
|
Public Types | |
using | value_type = BasicJsonType |
Public Member Functions | |
template<class... Args, enable_if_t< std::is_constructible< value_type, Args... >::value, int > = 0> | |
json_ref (Args &&... args) | |
json_ref (const json_ref &)=delete | |
json_ref (const value_type &value) | |
json_ref (json_ref &&) noexcept=default | |
json_ref (std::initializer_list< json_ref > init) | |
json_ref (value_type &&value) | |
value_type | moved_or_copied () const |
value_type const & | operator* () const |
value_type const * | operator-> () const |
json_ref & | operator= (const json_ref &)=delete |
json_ref & | operator= (json_ref &&)=delete |
~json_ref ()=default | |
Private Attributes | |
value_type | owned_value = nullptr |
value_type const * | value_ref = nullptr |
using nlohmann::detail::json_ref< BasicJsonType >::value_type = BasicJsonType |
|
inline |
|
inline |
|
inline |
|
inline |
|
defaultnoexcept |
|
delete |
|
default |
|
inline |
Definition at line 13110 of file json.hpp.
References nlohmann::detail::json_ref< BasicJsonType >::owned_value, and nlohmann::detail::json_ref< BasicJsonType >::value_ref.
|
inline |
Definition at line 13119 of file json.hpp.
References nlohmann::detail::json_ref< BasicJsonType >::owned_value, and nlohmann::detail::json_ref< BasicJsonType >::value_ref.
|
inline |
|
delete |
|
delete |
|
mutableprivate |
Definition at line 13130 of file json.hpp.
Referenced by nlohmann::detail::json_ref< BasicJsonType >::moved_or_copied(), and nlohmann::detail::json_ref< BasicJsonType >::operator*().
|
private |
Definition at line 13131 of file json.hpp.
Referenced by nlohmann::detail::json_ref< BasicJsonType >::moved_or_copied(), and nlohmann::detail::json_ref< BasicJsonType >::operator*().