byte_container_with_subtype() noexcept(noexcept(container_type())) | byte_container_with_subtype< BinaryType > | inline |
byte_container_with_subtype(const container_type &b) noexcept(noexcept(container_type(b))) | byte_container_with_subtype< BinaryType > | inline |
byte_container_with_subtype(container_type &&b) noexcept(noexcept(container_type(std::move(b)))) | byte_container_with_subtype< BinaryType > | inline |
byte_container_with_subtype(const container_type &b, subtype_type subtype_) noexcept(noexcept(container_type(b))) | byte_container_with_subtype< BinaryType > | inline |
byte_container_with_subtype(container_type &&b, subtype_type subtype_) noexcept(noexcept(container_type(std::move(b)))) | byte_container_with_subtype< BinaryType > | inline |
clear_subtype() noexcept | byte_container_with_subtype< BinaryType > | inline |
container_type typedef (defined in byte_container_with_subtype< BinaryType >) | byte_container_with_subtype< BinaryType > | |
has_subtype() const noexcept | byte_container_with_subtype< BinaryType > | inline |
m_has_subtype (defined in byte_container_with_subtype< BinaryType >) | byte_container_with_subtype< BinaryType > | private |
m_subtype (defined in byte_container_with_subtype< BinaryType >) | byte_container_with_subtype< BinaryType > | private |
operator!=(const byte_container_with_subtype &rhs) const (defined in byte_container_with_subtype< BinaryType >) | byte_container_with_subtype< BinaryType > | inline |
operator==(const byte_container_with_subtype &rhs) const (defined in byte_container_with_subtype< BinaryType >) | byte_container_with_subtype< BinaryType > | inline |
set_subtype(subtype_type subtype_) noexcept | byte_container_with_subtype< BinaryType > | inline |
subtype() const noexcept | byte_container_with_subtype< BinaryType > | inline |
subtype_type typedef (defined in byte_container_with_subtype< BinaryType >) | byte_container_with_subtype< BinaryType > | |