aws-crt-cpp
C++ wrapper around the aws-c-* libraries. Provides Cross-Platform Transport Protocols and SSL/TLS implementations for C++.
Aws::Crt::Cbor::CborEncoder Member List

This is the complete list of members for Aws::Crt::Cbor::CborEncoder, including all inherited members.

CborEncoder(const CborEncoder &)=deleteAws::Crt::Cbor::CborEncoder
CborEncoder(CborEncoder &&)=deleteAws::Crt::Cbor::CborEncoder
CborEncoder(Allocator *allocator=ApiAllocator()) noexceptAws::Crt::Cbor::CborEncoder
GetEncodedData() noexceptAws::Crt::Cbor::CborEncoder
operator=(const CborEncoder &)=deleteAws::Crt::Cbor::CborEncoder
operator=(CborEncoder &&)=deleteAws::Crt::Cbor::CborEncoder
Reset() noexceptAws::Crt::Cbor::CborEncoder
WriteArrayStart(size_t number_entries) noexceptAws::Crt::Cbor::CborEncoder
WriteBool(bool value) noexceptAws::Crt::Cbor::CborEncoder
WriteBreak() noexceptAws::Crt::Cbor::CborEncoder
WriteBytes(ByteCursor value) noexceptAws::Crt::Cbor::CborEncoder
WriteFloat(double value) noexceptAws::Crt::Cbor::CborEncoder
WriteIndefArrayStart() noexceptAws::Crt::Cbor::CborEncoder
WriteIndefBytesStart() noexceptAws::Crt::Cbor::CborEncoder
WriteIndefMapStart() noexceptAws::Crt::Cbor::CborEncoder
WriteIndefTextStart() noexceptAws::Crt::Cbor::CborEncoder
WriteMapStart(size_t number_entries) noexceptAws::Crt::Cbor::CborEncoder
WriteNegInt(uint64_t value) noexceptAws::Crt::Cbor::CborEncoder
WriteNull() noexceptAws::Crt::Cbor::CborEncoder
WriteTag(uint64_t tag_number) noexceptAws::Crt::Cbor::CborEncoder
WriteText(ByteCursor value) noexceptAws::Crt::Cbor::CborEncoder
WriteUInt(uint64_t value) noexceptAws::Crt::Cbor::CborEncoder
WriteUndefined() noexceptAws::Crt::Cbor::CborEncoder
~CborEncoder() noexceptAws::Crt::Cbor::CborEncoder