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
TracerProvider.h
1
5
#pragma once
6
7
#include <smithy/tracing/Tracer.h>
8
#include <smithy/Smithy_EXPORTS.h>
9
10
namespace
smithy
{
11
namespace
components {
12
namespace
tracing {
16
class
SMITHY_API
TracerProvider
{
17
public
:
18
virtual
~TracerProvider
() =
default
;
19
26
virtual
std::shared_ptr<Tracer>
GetTracer
(
Aws::String
scope,
const
Aws::Map<Aws::String, Aws::String>
&attributes) = 0;
27
};
28
}
29
}
30
}
smithy::components::tracing::TracerProvider
Definition
TracerProvider.h:16
smithy::components::tracing::TracerProvider::~TracerProvider
virtual ~TracerProvider()=default
smithy::components::tracing::TracerProvider::GetTracer
virtual std::shared_ptr< Tracer > GetTracer(Aws::String scope, const 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
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