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.
|
Public Types | |
typedef std::vector< typename _Task_ptr< _ResultType >::_Type > | _TaskList |
Public Member Functions | |
bool | _HasUserException () |
Public Attributes | |
_TaskList | _M_tasks |
::pplx::extensibility::critical_section_t | _M_taskListCritSec |
_ResultHolder< _ResultType > | _M_value |
std::shared_ptr< _ExceptionHolder > | _M_exceptionHolder |
bool | _M_fHasValue |
bool | _M_fIsCanceled |