AWS SDK for C++
AWS SDK for C++ Version 1.11.440
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
src
aws-cpp-sdk-core
include
smithy
tracing
Histogram.h
1
5
#pragma once
6
7
#include <aws/core/utils/memory/stl/AWSString.h>
8
#include <aws/core/utils/memory/stl/AWSMap.h>
9
#include <smithy/Smithy_EXPORTS.h>
10
11
namespace
smithy
{
12
namespace
components {
13
namespace
tracing {
17
class
SMITHY_API
Histogram
{
18
public
:
19
virtual
~Histogram
() =
default
;
20
27
virtual
void
record
(
double
value,
Aws::Map<Aws::String, Aws::String>
attributes) = 0;
28
};
29
}
30
}
31
}
smithy::components::tracing::Histogram
Definition
Histogram.h:17
smithy::components::tracing::Histogram::~Histogram
virtual ~Histogram()=default
smithy::components::tracing::Histogram::record
virtual void record(double value, Aws::Map< Aws::String, Aws::String > attributes)=0
Aws::Map
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
Definition
AWSMap.h:20
smithy
Definition
AWSAuthV4Signer.h:24
Generated by
1.9.8
Privacy |
Site terms |
Cookie preferences