Squid::Tasks 1.0.0
C++14 coroutine-based task library for games
|
Handle to a TokenList element that stores a debug name. More...
#include <TokenList.h>
Public Member Functions | |
Token (std::string in_name) | |
Public Attributes | |
std::string | name |
Handle to a TokenList element that stores a debug name.
In most circumstances, name should be set to __FUNCTION__ at the point of creation.