C++ Rest SDK
The C++ REST SDK is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project aims to help C++ developers connect to and interact with services.
|
This is the complete list of members for pplx::cancellation_token, including all inherited members.
_FromImpl(_ImplType _Impl) (defined in pplx::cancellation_token) | pplx::cancellation_token | inlinestatic |
_GetImpl() const (defined in pplx::cancellation_token) | pplx::cancellation_token | inline |
_GetImplValue() const (defined in pplx::cancellation_token) | pplx::cancellation_token | inline |
_ImplType typedef (defined in pplx::cancellation_token) | pplx::cancellation_token | |
cancellation_token(const cancellation_token &_Src) (defined in pplx::cancellation_token) | pplx::cancellation_token | inline |
cancellation_token(cancellation_token &&_Src) (defined in pplx::cancellation_token) | pplx::cancellation_token | inline |
cancellation_token_source (defined in pplx::cancellation_token) | pplx::cancellation_token | friend |
deregister_callback(const cancellation_token_registration &_Registration) const | pplx::cancellation_token | inline |
is_cancelable() const | pplx::cancellation_token | inline |
is_canceled() const | pplx::cancellation_token | inline |
none() | pplx::cancellation_token | inlinestatic |
operator!=(const cancellation_token &_Src) const (defined in pplx::cancellation_token) | pplx::cancellation_token | inline |
operator=(const cancellation_token &_Src) (defined in pplx::cancellation_token) | pplx::cancellation_token | inline |
operator=(cancellation_token &&_Src) (defined in pplx::cancellation_token) | pplx::cancellation_token | inline |
operator==(const cancellation_token &_Src) const (defined in pplx::cancellation_token) | pplx::cancellation_token | inline |
register_callback(const _Function &_Func) const | pplx::cancellation_token | inline |
~cancellation_token() (defined in pplx::cancellation_token) | pplx::cancellation_token | inline |