azure-core
1.14.1
Loading...
Searching...
No Matches
inc
azure
core.hpp
1
// Copyright (c) Microsoft Corporation.
2
// Licensed under the MIT License.
3
9
#pragma once
10
11
// azure/core
12
#include "
azure/core/azure_assert.hpp
"
13
#include "
azure/core/base64.hpp
"
14
#include "
azure/core/case_insensitive_containers.hpp
"
15
#include "
azure/core/context.hpp
"
16
#include "
azure/core/datetime.hpp
"
17
#include "azure/core/dll_import_export.hpp"
18
#include "
azure/core/etag.hpp
"
19
#include "
azure/core/exception.hpp
"
20
#include "
azure/core/match_conditions.hpp
"
21
#include "
azure/core/modified_conditions.hpp
"
22
#include "
azure/core/nullable.hpp
"
23
#include "
azure/core/operation.hpp
"
24
#include "
azure/core/operation_status.hpp
"
25
#include "
azure/core/paged_response.hpp
"
26
#include "
azure/core/platform.hpp
"
27
#include "
azure/core/response.hpp
"
28
#include "azure/core/rtti.hpp"
29
#include "
azure/core/url.hpp
"
30
#include "
azure/core/uuid.hpp
"
31
32
// azure/core/credentials
33
#include "
azure/core/credentials/credentials.hpp
"
34
#include "
azure/core/credentials/token_credential_options.hpp
"
35
36
// azure/core/cryptography
37
#include "
azure/core/cryptography/hash.hpp
"
38
39
// azure/core/diagnostics
40
#include "
azure/core/diagnostics/logger.hpp
"
41
42
// azure/core/http
43
#include "
azure/core/http/http.hpp
"
44
#include "
azure/core/http/http_status_code.hpp
"
45
#include "
azure/core/http/raw_response.hpp
"
46
#include "
azure/core/http/transport.hpp
"
47
48
// azure/core/http/policies
49
#include "
azure/core/http/policies/policy.hpp
"
50
51
// azure/core/io
52
#include "
azure/core/io/body_stream.hpp
"
53
54
// azure/core/tracing
55
#include "
azure/core/tracing/tracing.hpp
"
azure_assert.hpp
Provide assert macros to use with pre-conditions.
base64.hpp
Utility functions to help convert between binary data and UTF-8 encoded text that is represented in B...
body_stream.hpp
BodyStream is used to read data to/from a service.
case_insensitive_containers.hpp
A map<string, string> with case-insensitive key comparison.
context.hpp
Context for canceling long running operations.
credentials.hpp
Credentials used for authentication with many (not all) Azure SDK client libraries.
datetime.hpp
Support for date and time standardized string formats.
etag.hpp
Define ETag.
exception.hpp
Define RequestFailedException. It is used by HTTP exceptions.
hash.hpp
Utility functions to help compute the hash value for the input binary data, using algorithms such as ...
http.hpp
HTTP request and response functionality.
http_status_code.hpp
HTTP status code definition.
logger.hpp
Handling log messages from Azure SDK.
match_conditions.hpp
Define MatchConditions.
modified_conditions.hpp
Define ModifiedConditions.
nullable.hpp
Manages an optional contained value, i.e. a value that may or may not be present.
operation.hpp
Provides support for long-running operations.
operation_status.hpp
Valid states for long-running Operations. Services can extend upon the default set of values.
paged_response.hpp
Responses of paginated collections from the service.
platform.hpp
Platform-specific macros.
policy.hpp
HTTP transport policies, and their options.
raw_response.hpp
Define the HTTP raw response.
response.hpp
Wraps the raw HTTP response from a request made to the service into a response of a specific type.
token_credential_options.hpp
Client options for Azure::Core::Credentials::TokenCredential.
tracing.hpp
Public TracerProvider type used to represent a tracer provider.
transport.hpp
Utilities to be used by HTTP transport implementations.
url.hpp
Uniform Resource Locator (URL).
uuid.hpp
Universally unique identifier.
Generated by
1.9.7