aws-crt-cpp
C++ wrapper around the aws-c-* libraries. Provides Cross-Platform Transport Protocols and SSL/TLS implementations for C++.
Loading...
Searching...
No Matches
Classes | Namespaces | Enumerations
Cbor.h File Reference
#include <aws/common/cbor.h>
#include <aws/crt/Types.h>

Go to the source code of this file.

Classes

class  Aws::Crt::Cbor::CborEncoder
 
class  Aws::Crt::Cbor::CborDecoder
 

Namespaces

namespace  Aws
 
namespace  Aws::Crt
 
namespace  Aws::Crt::Cbor
 

Enumerations

enum class  Aws::Crt::Cbor::CborType {
  Aws::Crt::Cbor::Unknown = AWS_CBOR_TYPE_UNKNOWN , Aws::Crt::Cbor::UInt = AWS_CBOR_TYPE_UINT , Aws::Crt::Cbor::NegInt = AWS_CBOR_TYPE_NEGINT , Aws::Crt::Cbor::Float = AWS_CBOR_TYPE_FLOAT ,
  Aws::Crt::Cbor::Bytes = AWS_CBOR_TYPE_BYTES , Aws::Crt::Cbor::Text = AWS_CBOR_TYPE_TEXT , Aws::Crt::Cbor::ArrayStart = AWS_CBOR_TYPE_ARRAY_START , Aws::Crt::Cbor::MapStart = AWS_CBOR_TYPE_MAP_START ,
  Aws::Crt::Cbor::Tag = AWS_CBOR_TYPE_TAG , Aws::Crt::Cbor::Bool = AWS_CBOR_TYPE_BOOL , Aws::Crt::Cbor::Null = AWS_CBOR_TYPE_NULL , Aws::Crt::Cbor::Undefined = AWS_CBOR_TYPE_UNDEFINED ,
  Aws::Crt::Cbor::Break = AWS_CBOR_TYPE_BREAK , Aws::Crt::Cbor::IndefBytesStart = AWS_CBOR_TYPE_INDEF_BYTES_START , Aws::Crt::Cbor::IndefTextStart = AWS_CBOR_TYPE_INDEF_TEXT_START , Aws::Crt::Cbor::IndefArrayStart = AWS_CBOR_TYPE_INDEF_ARRAY_START ,
  Aws::Crt::Cbor::IndefMapStart = AWS_CBOR_TYPE_INDEF_MAP_START
}