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
aws
core
utils
GetTheLights.h
1
6
#pragma once
7
8
#include <aws/core/Core_EXPORTS.h>
9
#include <aws/core/utils/memory/stl/AWSStack.h>
10
#include <functional>
11
#include <atomic>
12
13
namespace
Aws
14
{
15
namespace
Utils
16
{
25
class
AWS_CORE_API
GetTheLights
26
{
27
public
:
28
GetTheLights
();
29
void
EnterRoom
(std::function<
void
()>&&);
30
void
LeaveRoom
(std::function<
void
()>&&);
31
private
:
32
std::atomic<int> m_value;
33
};
34
}
35
}
Aws::Utils::GetTheLights
Definition
GetTheLights.h:26
Aws::Utils::GetTheLights::EnterRoom
void EnterRoom(std::function< void()> &&)
Aws::Utils::GetTheLights::LeaveRoom
void LeaveRoom(std::function< void()> &&)
Aws::Utils::GetTheLights::GetTheLights
GetTheLights()
Aws
Definition
AmazonSerializableWebServiceRequest.h:16
Generated by
1.9.8
Privacy |
Site terms |
Cookie preferences