Loading [MathJax]/jax/output/HTML-CSS/config.js
azure-core
1.15.0
Toggle main menu visibility
Main Page
Concepts and Related Pages
Namespaces
Namespace List
Namespace Members
All
Functions
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
~
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
~
Variables
a
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
Typedefs
Enumerations
Related Symbols
Files
File List
File Members
All
Functions
Typedefs
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Loading...
Searching...
No Matches
inc
azure
core
internal
environment.hpp
1
// Copyright (c) Microsoft Corporation.
2
// Licensed under the MIT License.
3
4
#pragma once
5
6
#include <string>
7
8
namespace
Azure
{
namespace
Core {
namespace
_internal {
9
class
Environment final {
10
private
:
11
Environment() =
delete
;
12
~Environment() =
delete
;
13
14
public
:
15
static
std::string GetVariable(
const
char
* name);
16
static
void
SetVariable(
const
char
* name,
const
char
* value);
17
};
18
}}}
// namespace Azure::Core::_internal
Azure
Compute the hash value for the input binary data, using SHA256, SHA384 and SHA512.
Definition
azure_assert.hpp:57
Generated by
1.9.7