BmnRoot
Loading...
Searching...
No Matches
nlohmann::detail::json_ref< BasicJsonType > Class Template Reference

Public Types

using value_type = BasicJsonType
 
using value_type = BasicJsonType
 
using value_type = BasicJsonType
 

Public Member Functions

 json_ref (value_type &&value)
 
 json_ref (const value_type &value)
 
 json_ref (std::initializer_list< json_ref > init)
 
template<class... Args, enable_if_t< std::is_constructible< value_type, Args... >::value, int > = 0>
 json_ref (Args &&... args)
 
 json_ref (json_ref &&) noexcept=default
 
 json_ref (const json_ref &)=delete
 
json_refoperator= (const json_ref &)=delete
 
json_refoperator= (json_ref &&)=delete
 
 ~json_ref ()=default
 
value_type moved_or_copied () const
 
value_type const & operator* () const
 
value_type const * operator-> () const
 
 json_ref (value_type &&value)
 
 json_ref (const value_type &value)
 
 json_ref (std::initializer_list< json_ref > init)
 
template<class... Args, enable_if_t< std::is_constructible< value_type, Args... >::value, int > = 0>
 json_ref (Args &&... args)
 
 json_ref (json_ref &&) noexcept=default
 
 json_ref (const json_ref &)=delete
 
json_refoperator= (const json_ref &)=delete
 
json_refoperator= (json_ref &&)=delete
 
 ~json_ref ()=default
 
value_type moved_or_copied () const
 
value_type const & operator* () const
 
value_type const * operator-> () const
 
 json_ref (value_type &&value)
 
 json_ref (const value_type &value)
 
 json_ref (std::initializer_list< json_ref > init)
 
template<class... Args, enable_if_t< std::is_constructible< value_type, Args... >::value, int > = 0>
 json_ref (Args &&... args)
 
 json_ref (json_ref &&) noexcept=default
 
 json_ref (const json_ref &)=delete
 
json_refoperator= (const json_ref &)=delete
 
json_refoperator= (json_ref &&)=delete
 
 ~json_ref ()=default
 
value_type moved_or_copied () const
 
value_type const & operator* () const
 
value_type const * operator-> () const
 

Detailed Description

template<typename BasicJsonType>
class nlohmann::detail::json_ref< BasicJsonType >

Definition at line 13079 of file json.hpp.

Member Typedef Documentation

◆ value_type [1/3]

template<typename BasicJsonType >
using nlohmann::detail::json_ref< BasicJsonType >::value_type = BasicJsonType

Definition at line 13082 of file json.hpp.

◆ value_type [2/3]

template<typename BasicJsonType >
using nlohmann::detail::json_ref< BasicJsonType >::value_type = BasicJsonType

Definition at line 13082 of file json.hpp.

◆ value_type [3/3]

template<typename BasicJsonType >
using nlohmann::detail::json_ref< BasicJsonType >::value_type = BasicJsonType

Definition at line 13082 of file json.hpp.

Constructor & Destructor Documentation

◆ json_ref() [1/18]

template<typename BasicJsonType >
nlohmann::detail::json_ref< BasicJsonType >::json_ref ( value_type &&  value)
inline

Definition at line 13084 of file json.hpp.

◆ json_ref() [2/18]

template<typename BasicJsonType >
nlohmann::detail::json_ref< BasicJsonType >::json_ref ( const value_type value)
inline

Definition at line 13088 of file json.hpp.

◆ json_ref() [3/18]

template<typename BasicJsonType >
nlohmann::detail::json_ref< BasicJsonType >::json_ref ( std::initializer_list< json_ref< BasicJsonType > >  init)
inline

Definition at line 13092 of file json.hpp.

◆ json_ref() [4/18]

template<typename BasicJsonType >
template<class... Args, enable_if_t< std::is_constructible< value_type, Args... >::value, int > = 0>
nlohmann::detail::json_ref< BasicJsonType >::json_ref ( Args &&...  args)
inline

Definition at line 13099 of file json.hpp.

◆ json_ref() [5/18]

template<typename BasicJsonType >
nlohmann::detail::json_ref< BasicJsonType >::json_ref ( json_ref< BasicJsonType > &&  )
defaultnoexcept

◆ json_ref() [6/18]

template<typename BasicJsonType >
nlohmann::detail::json_ref< BasicJsonType >::json_ref ( const json_ref< BasicJsonType > &  )
delete

◆ ~json_ref() [1/3]

template<typename BasicJsonType >
nlohmann::detail::json_ref< BasicJsonType >::~json_ref ( )
default

◆ json_ref() [7/18]

template<typename BasicJsonType >
nlohmann::detail::json_ref< BasicJsonType >::json_ref ( value_type &&  value)
inline

Definition at line 13084 of file json.hpp.

◆ json_ref() [8/18]

template<typename BasicJsonType >
nlohmann::detail::json_ref< BasicJsonType >::json_ref ( const value_type value)
inline

Definition at line 13088 of file json.hpp.

◆ json_ref() [9/18]

template<typename BasicJsonType >
nlohmann::detail::json_ref< BasicJsonType >::json_ref ( std::initializer_list< json_ref< BasicJsonType > >  init)
inline

Definition at line 13092 of file json.hpp.

◆ json_ref() [10/18]

template<typename BasicJsonType >
template<class... Args, enable_if_t< std::is_constructible< value_type, Args... >::value, int > = 0>
nlohmann::detail::json_ref< BasicJsonType >::json_ref ( Args &&...  args)
inline

Definition at line 13099 of file json.hpp.

◆ json_ref() [11/18]

template<typename BasicJsonType >
nlohmann::detail::json_ref< BasicJsonType >::json_ref ( json_ref< BasicJsonType > &&  )
defaultnoexcept

◆ json_ref() [12/18]

template<typename BasicJsonType >
nlohmann::detail::json_ref< BasicJsonType >::json_ref ( const json_ref< BasicJsonType > &  )
delete

◆ ~json_ref() [2/3]

template<typename BasicJsonType >
nlohmann::detail::json_ref< BasicJsonType >::~json_ref ( )
default

◆ json_ref() [13/18]

template<typename BasicJsonType >
nlohmann::detail::json_ref< BasicJsonType >::json_ref ( value_type &&  value)
inline

Definition at line 13084 of file json.hpp.

◆ json_ref() [14/18]

template<typename BasicJsonType >
nlohmann::detail::json_ref< BasicJsonType >::json_ref ( const value_type value)
inline

Definition at line 13088 of file json.hpp.

◆ json_ref() [15/18]

template<typename BasicJsonType >
nlohmann::detail::json_ref< BasicJsonType >::json_ref ( std::initializer_list< json_ref< BasicJsonType > >  init)
inline

Definition at line 13092 of file json.hpp.

◆ json_ref() [16/18]

template<typename BasicJsonType >
template<class... Args, enable_if_t< std::is_constructible< value_type, Args... >::value, int > = 0>
nlohmann::detail::json_ref< BasicJsonType >::json_ref ( Args &&...  args)
inline

Definition at line 13099 of file json.hpp.

◆ json_ref() [17/18]

template<typename BasicJsonType >
nlohmann::detail::json_ref< BasicJsonType >::json_ref ( json_ref< BasicJsonType > &&  )
defaultnoexcept

◆ json_ref() [18/18]

template<typename BasicJsonType >
nlohmann::detail::json_ref< BasicJsonType >::json_ref ( const json_ref< BasicJsonType > &  )
delete

◆ ~json_ref() [3/3]

template<typename BasicJsonType >
nlohmann::detail::json_ref< BasicJsonType >::~json_ref ( )
default

Member Function Documentation

◆ moved_or_copied() [1/3]

◆ moved_or_copied() [2/3]

template<typename BasicJsonType >
value_type nlohmann::detail::json_ref< BasicJsonType >::moved_or_copied ( ) const
inline

Definition at line 13110 of file json.hpp.

◆ moved_or_copied() [3/3]

template<typename BasicJsonType >
value_type nlohmann::detail::json_ref< BasicJsonType >::moved_or_copied ( ) const
inline

Definition at line 13110 of file json.hpp.

◆ operator*() [1/3]

template<typename BasicJsonType >
value_type const & nlohmann::detail::json_ref< BasicJsonType >::operator* ( ) const
inline

Definition at line 13119 of file json.hpp.

◆ operator*() [2/3]

template<typename BasicJsonType >
value_type const & nlohmann::detail::json_ref< BasicJsonType >::operator* ( ) const
inline

Definition at line 13119 of file json.hpp.

◆ operator*() [3/3]

template<typename BasicJsonType >
value_type const & nlohmann::detail::json_ref< BasicJsonType >::operator* ( ) const
inline

Definition at line 13119 of file json.hpp.

◆ operator->() [1/3]

template<typename BasicJsonType >
value_type const * nlohmann::detail::json_ref< BasicJsonType >::operator-> ( ) const
inline

Definition at line 13124 of file json.hpp.

◆ operator->() [2/3]

template<typename BasicJsonType >
value_type const * nlohmann::detail::json_ref< BasicJsonType >::operator-> ( ) const
inline

Definition at line 13124 of file json.hpp.

◆ operator->() [3/3]

template<typename BasicJsonType >
value_type const * nlohmann::detail::json_ref< BasicJsonType >::operator-> ( ) const
inline

Definition at line 13124 of file json.hpp.

◆ operator=() [1/6]

template<typename BasicJsonType >
json_ref & nlohmann::detail::json_ref< BasicJsonType >::operator= ( const json_ref< BasicJsonType > &  )
delete

◆ operator=() [2/6]

template<typename BasicJsonType >
json_ref & nlohmann::detail::json_ref< BasicJsonType >::operator= ( const json_ref< BasicJsonType > &  )
delete

◆ operator=() [3/6]

template<typename BasicJsonType >
json_ref & nlohmann::detail::json_ref< BasicJsonType >::operator= ( const json_ref< BasicJsonType > &  )
delete

◆ operator=() [4/6]

template<typename BasicJsonType >
json_ref & nlohmann::detail::json_ref< BasicJsonType >::operator= ( json_ref< BasicJsonType > &&  )
delete

◆ operator=() [5/6]

template<typename BasicJsonType >
json_ref & nlohmann::detail::json_ref< BasicJsonType >::operator= ( json_ref< BasicJsonType > &&  )
delete

◆ operator=() [6/6]

template<typename BasicJsonType >
json_ref & nlohmann::detail::json_ref< BasicJsonType >::operator= ( json_ref< BasicJsonType > &&  )
delete

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