|
aws-crt-cpp
C++ wrapper around the aws-c-* libraries. Provides Cross-Platform Transport Protocols and SSL/TLS implementations for C++.
|
#include <aws/crt/Exports.h>#include <aws/crt/Types.h>#include <aws/io/channel.h>#include <chrono>#include <cstddef>Go to the source code of this file.
Classes | |
| struct | Aws::Crt::Io::ChannelHandler |
Namespaces | |
| namespace | Aws |
| namespace | Aws::Crt |
| namespace | Aws::Crt::Io |
Enumerations | |
| enum class | Aws::Crt::Io::ChannelDirection { Aws::Crt::Io::Read , Aws::Crt::Io::Write } |
| enum class | Aws::Crt::Io::MessageType { Aws::Crt::Io::ApplicationData } |
| enum class | Aws::Crt::Io::TaskStatus { Aws::Crt::Io::RunReady , Aws::Crt::Io::Canceled } |