Instrument Neutral Distributed Interface INDI  2.0.2
Public Types | Public Member Functions | List of all members
nlohmann::byte_container_with_subtype< BinaryType > Class Template Reference

an internal type for a backed binary type More...

#include <json.h>

Inheritance diagram for nlohmann::byte_container_with_subtype< BinaryType >:

Public Types

using container_type = BinaryType
 
using subtype_type = std::uint64_t
 

Public Member Functions

 byte_container_with_subtype () noexcept(noexcept(container_type()))
 
 byte_container_with_subtype (const container_type &b) noexcept(noexcept(container_type(b)))
 
 byte_container_with_subtype (container_type &&b) noexcept(noexcept(container_type(std::move(b))))
 
 byte_container_with_subtype (const container_type &b, subtype_type subtype_) noexcept(noexcept(container_type(b)))
 
 byte_container_with_subtype (container_type &&b, subtype_type subtype_) noexcept(noexcept(container_type(std::move(b))))
 
bool operator== (const byte_container_with_subtype &rhs) const
 
bool operator!= (const byte_container_with_subtype &rhs) const
 
void set_subtype (subtype_type subtype_) noexcept
 sets the binary subtype More...
 
constexpr subtype_type subtype () const noexcept
 return the binary subtype More...
 
constexpr bool has_subtype () const noexcept
 return whether the value has a subtype More...
 
void clear_subtype () noexcept
 clears the binary subtype More...
 

Detailed Description

template<typename BinaryType>
class nlohmann::byte_container_with_subtype< BinaryType >

an internal type for a backed binary type

See also
https://json.nlohmann.me/api/byte_container_with_subtype/

Definition at line 5493 of file json.h.

Member Typedef Documentation

◆ container_type

template<typename BinaryType >
using nlohmann::byte_container_with_subtype< BinaryType >::container_type = BinaryType

Definition at line 5496 of file json.h.

◆ subtype_type

template<typename BinaryType >
using nlohmann::byte_container_with_subtype< BinaryType >::subtype_type = std::uint64_t

Definition at line 5497 of file json.h.

Constructor & Destructor Documentation

◆ byte_container_with_subtype() [1/5]

template<typename BinaryType >
nlohmann::byte_container_with_subtype< BinaryType >::byte_container_with_subtype ( )
inlinenoexcept

◆ byte_container_with_subtype() [2/5]

template<typename BinaryType >
nlohmann::byte_container_with_subtype< BinaryType >::byte_container_with_subtype ( const container_type b)
inlinenoexcept

◆ byte_container_with_subtype() [3/5]

template<typename BinaryType >
nlohmann::byte_container_with_subtype< BinaryType >::byte_container_with_subtype ( container_type &&  b)
inlinenoexcept

◆ byte_container_with_subtype() [4/5]

template<typename BinaryType >
nlohmann::byte_container_with_subtype< BinaryType >::byte_container_with_subtype ( const container_type b,
subtype_type  subtype_ 
)
inlinenoexcept

◆ byte_container_with_subtype() [5/5]

template<typename BinaryType >
nlohmann::byte_container_with_subtype< BinaryType >::byte_container_with_subtype ( container_type &&  b,
subtype_type  subtype_ 
)
inlinenoexcept

Member Function Documentation

◆ clear_subtype()

template<typename BinaryType >
void nlohmann::byte_container_with_subtype< BinaryType >::clear_subtype ( )
inlinenoexcept

clears the binary subtype

See also
https://json.nlohmann.me/api/byte_container_with_subtype/clear_subtype/

Definition at line 5563 of file json.h.

◆ has_subtype()

template<typename BinaryType >
constexpr bool nlohmann::byte_container_with_subtype< BinaryType >::has_subtype ( ) const
inlineconstexprnoexcept

return whether the value has a subtype

See also
https://json.nlohmann.me/api/byte_container_with_subtype/has_subtype/

Definition at line 5556 of file json.h.

◆ operator!=()

template<typename BinaryType >
bool nlohmann::byte_container_with_subtype< BinaryType >::operator!= ( const byte_container_with_subtype< BinaryType > &  rhs) const
inline

Definition at line 5534 of file json.h.

◆ operator==()

template<typename BinaryType >
bool nlohmann::byte_container_with_subtype< BinaryType >::operator== ( const byte_container_with_subtype< BinaryType > &  rhs) const
inline

Definition at line 5528 of file json.h.

◆ set_subtype()

template<typename BinaryType >
void nlohmann::byte_container_with_subtype< BinaryType >::set_subtype ( subtype_type  subtype_)
inlinenoexcept

sets the binary subtype

See also
https://json.nlohmann.me/api/byte_container_with_subtype/set_subtype/

Definition at line 5541 of file json.h.

◆ subtype()

template<typename BinaryType >
constexpr subtype_type nlohmann::byte_container_with_subtype< BinaryType >::subtype ( ) const
inlineconstexprnoexcept

return the binary subtype

See also
https://json.nlohmann.me/api/byte_container_with_subtype/subtype/

Definition at line 5549 of file json.h.


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