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 Member Functions | Static Public Member Functions | List of all members
pplx::details::_TaskCreationCallstack Class Reference

Callstack container, which is used to capture and preserve callstacks in ppltasks. Members of this class is examined by vc debugger, thus there will be no public access methods. Please note that names of this class should be kept stable for debugger examining. More...

#include <pplxtasks.h>

Public Member Functions

 __declspec (noinline) static _TaskCreationCallstack _CaptureMultiFramesCallstack(size_t _CaptureFrames)
 

Static Public Member Functions

static _TaskCreationCallstack _CaptureSingleFrameCallstack (void *_SingleFrame)
 

Detailed Description

Callstack container, which is used to capture and preserve callstacks in ppltasks. Members of this class is examined by vc debugger, thus there will be no public access methods. Please note that names of this class should be kept stable for debugger examining.


The documentation for this class was generated from the following file: