Squid::Tasks 1.0.0
C++14 coroutine-based task library for games
TokenList< T > Member List

This is the complete list of members for TokenList< T >, including all inherited members.

AddToken(std::shared_ptr< Token > in_token)TokenList< T >inline
Contains(const U &in_searchData) constTokenList< T >inline
GetDebugString() constTokenList< T >inline
GetLeastRecent() constTokenList< T >inline
GetMax() constTokenList< T >inline
GetMean() constTokenList< T >inline
GetMin() constTokenList< T >inline
GetMostRecent() constTokenList< T >inline
GetTokenData() constTokenList< T >inline
HasTokens() constTokenList< T >inline
MakeToken(std::string in_name)TokenList< T >inlinestatic
MakeToken(std::string in_name, U in_data)TokenList< T >inlinestatic
operator bool() constTokenList< T >inline
RemoveToken(std::shared_ptr< Token > in_token)TokenList< T >inline
TakeToken(std::string in_name)TokenList< T >inline
TakeToken(std::string in_name, U in_data)TokenList< T >inline
Token typedefTokenList< T >