AWS SDK for C++
AWS SDK for C++ Version 1.11.887
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
src
aws-cpp-sdk-core
include
smithy
client
schema
MapSerializer.h
1
#pragma once
2
3
#include <aws/core/utils/memory/stl/AWSString.h>
4
#include <smithy/Smithy_EXPORTS.h>
5
6
#include <functional>
7
8
namespace
smithy
{
9
namespace
schema {
10
11
class
ShapeSerializer;
12
13
// Handed to the WriteMap consumer; writes each entry's key then its value.
14
class
SMITHY_API
MapSerializer
{
15
public
:
16
virtual
~MapSerializer
() =
default
;
17
18
virtual
void
WriteEntry
(
const
Aws::String
& key,
const
std::function<
void
(
ShapeSerializer
&)>& value) = 0;
19
};
20
21
}
// namespace schema
22
}
// namespace smithy
smithy::schema::MapSerializer
Definition
MapSerializer.h:14
smithy::schema::MapSerializer::WriteEntry
virtual void WriteEntry(const Aws::String &key, const std::function< void(ShapeSerializer &)> &value)=0
smithy::schema::MapSerializer::~MapSerializer
virtual ~MapSerializer()=default
smithy::schema::ShapeSerializer
Definition
ShapeSerializer.h:20
Aws::String
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Definition
AWSString.h:97
smithy
Definition
AWSAuthV4Signer.h:24
Generated by
1.9.8
Privacy |
Site terms |
Cookie preferences