Midge
v3.9.2
Data Processing Framework
library
utility
shared_cancel.hh
Go to the documentation of this file.
1
/*
2
* shared_cancel.hh
3
*
4
* Created on: Jan 29, 2016
5
* Author: nsoblath
6
*/
7
8
#ifndef MIDGE_SHARED_CANCEL_HH_
9
#define MIDGE_SHARED_CANCEL_HH_
10
11
#include <atomic>
12
#include <memory>
13
14
namespace
midge
15
{
16
typedef
std::shared_ptr< std::atomic< bool > >
shared_cancel_t
;
17
}
18
19
#endif
/* MIDGE_SHARED_CANCEL_HH_ */
midge
Definition:
_buffer.hh:11
midge::shared_cancel_t
std::shared_ptr< std::atomic< bool > > shared_cancel_t
Definition:
shared_cancel.hh:16
Generated by
1.8.13