Squid::Tasks 1.0.0
C++14 coroutine-based task library for games
|
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 |
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.