|
aws-crt-cpp
C++ wrapper around the aws-c-* libraries. Provides Cross-Platform Transport Protocols and SSL/TLS implementations for C++.
|
#include <RuleEngine.h>
Public Member Functions | |
| RequestContext (Allocator *allocator=ApiAllocator()) noexcept | |
| ~RequestContext () | |
| RequestContext (const RequestContext &)=delete | |
| RequestContext & | operator= (const RequestContext &)=delete |
| RequestContext (RequestContext &&)=delete | |
| RequestContext & | operator= (RequestContext &&)=delete |
| operator bool () const noexcept | |
| bool | AddString (const ByteCursor &name, const ByteCursor &value) |
| bool | AddBoolean (const ByteCursor &name, bool value) |
| bool | AddStringArray (const ByteCursor &name, const Vector< ByteCursor > &value) |
|
noexcept |
| Aws::Crt::Endpoints::RequestContext::~RequestContext | ( | ) |
|
delete |
|
delete |
| bool Aws::Crt::Endpoints::RequestContext::AddBoolean | ( | const ByteCursor & | name, |
| bool | value | ||
| ) |
| bool Aws::Crt::Endpoints::RequestContext::AddString | ( | const ByteCursor & | name, |
| const ByteCursor & | value | ||
| ) |
| bool Aws::Crt::Endpoints::RequestContext::AddStringArray | ( | const ByteCursor & | name, |
| const Vector< ByteCursor > & | value | ||
| ) |
|
inlinenoexcept |
|
delete |
|
delete |