AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
MonotonicCounter.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
11namespace smithy {
12 namespace components {
13 namespace tracing {
17 class SMITHY_API MonotonicCounter {
18 public:
19 virtual ~MonotonicCounter() = default;
20
26 virtual void add(long value, Aws::Map<Aws::String, Aws::String> attributes) = 0;
27 };
28 }
29 }
30}
virtual void add(long value, Aws::Map< Aws::String, Aws::String > attributes)=0
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
Definition AWSMap.h:20