AWS SDK for C++
0.14.3
AWS SDK for C++
|
#include <aws/core/Core_EXPORTS.h>
#include <aws/core/utils/memory/stl/AWSAllocator.h>
#include <sstream>
Go to the source code of this file.
Namespaces | |
Aws | |
JSON (JavaScript Object Notation). | |
Typedefs | |
typedef std::basic_stringstream< char, std::char_traits< char >, Aws::Allocator< char > > | Aws::StringStream |
typedef std::basic_istringstream< char, std::char_traits< char >, Aws::Allocator< char > > | Aws::IStringStream |
typedef std::basic_ostringstream< char, std::char_traits< char >, Aws::Allocator< char > > | Aws::OStringStream |
typedef std::basic_stringbuf< char, std::char_traits< char >, Aws::Allocator< char > > | Aws::StringBuf |