xentara-utils v1.2.1
Xentara utilities library
Loading...
Searching...
No Matches
xentara::utils::cbor::Decoder Member List

This is the complete list of members for xentara::utils::cbor::Decoder, including all inherited members.

Decoder(std::reference_wrapper< io::InputStream< std::byte > > stream)xentara::utils::cbor::Decoder
operator>>(Type &value) -> Decoder &xentara::utils::cbor::Decoder
operator>>(Type &value) -> Decoder &xentara::utils::cbor::Decoder
operator>>(core::RawVector< std::byte, Allocator > &data) -> Decoder &xentara::utils::cbor::Decoder
operator>>(std::basic_string< char, CharTraits, Allocator > &string) -> Decoder &xentara::utils::cbor::Decoder
operator>>(float &value) -> Decoder &xentara::utils::cbor::Decoder
operator>>(double &value) -> Decoder &xentara::utils::cbor::Decoder
operator>>(bool &value) -> Decoder &xentara::utils::cbor::Decoder
operator>>(NullTag tag) -> Decoder &xentara::utils::cbor::Decoder
operator>>(UndefinedTag tag) -> Decoder &xentara::utils::cbor::Decoder
operator>>(Tag &value) -> Decoder &xentara::utils::cbor::Decoder
operator>>(SimpleValue &value) -> Decoder &xentara::utils::cbor::Decoder
operator>>(Array &array) -> Decoder &xentara::utils::cbor::Decoder
operator>>(Map &map) -> Decoder &xentara::utils::cbor::Decoder
operator>>(BreakTag tag) -> Decoder &xentara::utils::cbor::Decoder
operator>>(DataType &value) -> Decoder &xentara::utils::cbor::Decoder
operator>>(ExtendedDataType &value) -> Decoder &xentara::utils::cbor::Decoder