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/RefCounted.h>
#include <aws/crt/Types.h>
#include <aws/io/stream.h>
Go to the source code of this file.
Classes | |
class | Aws::Crt::Io::InputStream |
class | Aws::Crt::Io::StdIOStreamInputStream |
Namespaces | |
namespace | Aws |
namespace | Aws::Crt |
namespace | Aws::Crt::Io |
Typedefs | |
using | Aws::Crt::Io::StreamStatus = aws_stream_status |
using | Aws::Crt::Io::OffsetType = aws_off_t |
Enumerations | |
enum class | Aws::Crt::Io::StreamSeekBasis { Aws::Crt::Io::Begin = AWS_SSB_BEGIN , Aws::Crt::Io::End = AWS_SSB_END } |