neoGFX
Cross-platform C++ app/game engine
|
#include <shared_thread_local.hpp>
Public Member Functions | |
result_type | allocate_or_get (char const *aFullyQualifiedVariableName, std::size_t aVariableSize, void(*aDeleter)(void *)) final |
Public Member Functions inherited from neolib::i_shared_thread_local | |
template<typename T > | |
result_type | allocate_or_get (char const *aFullyQualifiedVariableName, void(*aDeleter)(void *)) |
Public Member Functions inherited from neolib::services::i_service | |
virtual | ~i_service ()=default |
Additional Inherited Members | |
Static Public Member Functions inherited from neolib::i_shared_thread_local | |
static uuid const & | iid () |
Definition at line 43 of file shared_thread_local.hpp.
|
finalvirtual |
Implements neolib::i_shared_thread_local.