STLdoc
STLdocumentation
|
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 <ppltasks.h>
Public Member Functions | |
_TaskCreationCallstack () | |
__declspec (noinline) static _TaskCreationCallstack _CaptureMultiFramesCallstack(void *_SingleFrame | |
if (_CaptureFrames > 1) | |
Static Public Member Functions | |
static _TaskCreationCallstack | _CaptureSingleFrameCallstack (void *_SingleFrame) |
Public Attributes | |
size_t | _CaptureFrames |
_csc | _M_SingleFrame = _SingleFrame |
return | _csc |
Private Attributes | |
void * | _M_SingleFrame |
std::vector< void * > | _M_frames |
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.
|
inline |
Concurrency::details::_TaskCreationCallstack::__declspec | ( | noinline | ) |
|
inlinestatic |
|
inline |
size_t Concurrency::details::_TaskCreationCallstack::_CaptureFrames |
return Concurrency::details::_TaskCreationCallstack::_csc |
|
private |
|
private |
_csc Concurrency::details::_TaskCreationCallstack::_M_SingleFrame = _SingleFrame |