Goby3  3.1.4
2024.02.22
byte_container_with_subtype< BinaryType > Class Template Reference

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

#include <goby/util/thirdparty/nlohmann/json.hpp>

Inheritance diagram for byte_container_with_subtype< BinaryType >:
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 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 5819 of file json.hpp.

Member Typedef Documentation

◆ container_type

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

Definition at line 5822 of file json.hpp.

◆ subtype_type

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

Definition at line 5823 of file json.hpp.

Constructor & Destructor Documentation

◆ byte_container_with_subtype() [1/5]

◆ byte_container_with_subtype() [2/5]

◆ byte_container_with_subtype() [3/5]

◆ byte_container_with_subtype() [4/5]

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

◆ byte_container_with_subtype() [5/5]

Member Function Documentation

◆ clear_subtype()

template<typename BinaryType >
void 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 5889 of file json.hpp.

◆ has_subtype()

template<typename BinaryType >
constexpr bool 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 5882 of file json.hpp.

◆ operator!=()

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

Definition at line 5860 of file json.hpp.

◆ operator==()

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

Definition at line 5854 of file json.hpp.

◆ set_subtype()

template<typename BinaryType >
void 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 5867 of file json.hpp.

◆ subtype()

template<typename BinaryType >
constexpr subtype_type 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 5875 of file json.hpp.


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