Squid::Tasks 1.0.0
C++14 coroutine-based task library for games
DataToken< tData > Struct Template Reference

Handle to a TokenList element that stores both a debug name and associated data. More...

#include <TokenList.h>

Public Member Functions

 DataToken (std::string in_name, tData in_data)
 

Public Attributes

std::string name
 
tData data
 

Detailed Description

template<typename tData>
struct DataToken< tData >

Handle to a TokenList element that stores both a debug name and associated data.

In most circumstances, name should be set to __FUNCTION__ at the point of creation.


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