STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | Public Attributes | List of all members
Concurrency::details::_TaskEventLogger Struct Reference

#include <ppltasks.h>

Public Member Functions

_CRTIMP2 void __thiscall _LogScheduleTask (bool _isContinuation)
 
_CRTIMP2 void __thiscall _LogCancelTask ()
 
_CRTIMP2 void __thiscall _LogTaskCompleted ()
 
void _LogTaskExecutionStarted ()
 
_CRTIMP2 void __thiscall _LogTaskExecutionCompleted ()
 
_CRTIMP2 void __thiscall _LogWorkItemStarted ()
 
_CRTIMP2 void __thiscall _LogWorkItemCompleted ()
 
 _TaskEventLogger (_Task_impl_base *_task)
 

Public Attributes

_Task_impl_base_M_task
 
bool _M_scheduled
 
bool _M_taskPostEventStarted
 

Constructor & Destructor Documentation

Concurrency::details::_TaskEventLogger::_TaskEventLogger ( _Task_impl_base _task)
inline
1339  : _M_task(_task)
1340  {
1341  _M_scheduled = false;
1342  _M_taskPostEventStarted = false;
1343  }
bool _M_scheduled
Definition: ppltasks.h:1315
_Task_impl_base * _M_task
Definition: ppltasks.h:1314
bool _M_taskPostEventStarted
Definition: ppltasks.h:1316

Member Function Documentation

_CRTIMP2 void __thiscall Concurrency::details::_TaskEventLogger::_LogCancelTask ( )
_CRTIMP2 void __thiscall Concurrency::details::_TaskEventLogger::_LogScheduleTask ( bool  _isContinuation)
_CRTIMP2 void __thiscall Concurrency::details::_TaskEventLogger::_LogTaskCompleted ( )
_CRTIMP2 void __thiscall Concurrency::details::_TaskEventLogger::_LogTaskExecutionCompleted ( )
void Concurrency::details::_TaskEventLogger::_LogTaskExecutionStarted ( )
inline
1328 { }
_CRTIMP2 void __thiscall Concurrency::details::_TaskEventLogger::_LogWorkItemCompleted ( )
_CRTIMP2 void __thiscall Concurrency::details::_TaskEventLogger::_LogWorkItemStarted ( )

Member Data Documentation

bool Concurrency::details::_TaskEventLogger::_M_scheduled
_Task_impl_base* Concurrency::details::_TaskEventLogger::_M_task
bool Concurrency::details::_TaskEventLogger::_M_taskPostEventStarted

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