xtd
0.2.0
Loading...
Searching...
No Matches
xtd.core
include
xtd
threading
cancellation_token_registration.h
Go to the documentation of this file.
1
4
#pragma once
5
#include "../core_export.h"
6
#include "../object.h"
7
#include "../types.h"
8
10
namespace
xtd
{
12
namespace
threading {
28
class
core_export_
cancellation_token_registration
:
public
object
{
29
struct
data;
30
public
:
32
35
37
cancellation_token_registration
();
38
cancellation_token_registration
(
const
cancellation_token_registration
&
cancellation_token_registration
);
39
cancellation_token_registration
& operator=(
const
cancellation_token_registration
&
cancellation_token_registration
);
40
~cancellation_token_registration
();
42
44
47
49
52
53
private
:
54
55
};
56
}
57
}
xtd::object
Supports all classes in the xtd class hierarchy and provides low-level services to derived classes....
Definition
object.h:42
xtd::threading::cancellation_token_registration
Propagates notification that operations should be canceled.
Definition
cancellation_token_registration.h:28
core_export_
#define core_export_
Define shared library export.
Definition
core_export.h:13
xtd
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition
xtd_about_box.h:10
Generated on Sun Nov 17 2024 19:43:52 for xtd by
Gammasoft
. All rights reserved.