Core Library  1.7.0.0
Library containing core utilities and tools for threading, networking, logging, INI and CSV file management etc.
core_lib::threads::ThreadGroup Member List

This is the complete list of members for core_lib::threads::ThreadGroup, including all inherited members.

AddThread(std::thread *threadPtr)core_lib::threads::ThreadGroup
CreateThread(F &&threadfunction)core_lib::threads::ThreadGroupinline
DeleteThread(std::thread *threadPtr)core_lib::threads::ThreadGroupprivatestatic
Empty() constcore_lib::threads::ThreadGroup
IsThisThreadIn() constcore_lib::threads::ThreadGroup
IsThisThreadInNoMutex() constcore_lib::threads::ThreadGroupprivate
IsThreadIn(std::thread *threadPtr) constcore_lib::threads::ThreadGroup
IsThreadIn(const std::thread::id &id) constcore_lib::threads::ThreadGroup
IsThreadInNoMutex(const std::thread::id &id) constcore_lib::threads::ThreadGroupprivate
JoinAll()core_lib::threads::ThreadGroup
m_mutexcore_lib::threads::ThreadGroupmutableprivate
m_threadGroupcore_lib::threads::ThreadGroupprivate
operator=(const ThreadGroup &)=deletecore_lib::threads::ThreadGroup
operator=(ThreadGroup &&)=deletecore_lib::threads::ThreadGroup
RemoveThread(std::thread *threadPtr)core_lib::threads::ThreadGroup
RemoveThread(const std::thread::id &id)core_lib::threads::ThreadGroup
Size() constcore_lib::threads::ThreadGroup
thread_list typedefcore_lib::threads::ThreadGroupprivate
thread_list_iter typedefcore_lib::threads::ThreadGroupprivate
ThreadGroup()=defaultcore_lib::threads::ThreadGroup
ThreadGroup(const ThreadGroup &)=deletecore_lib::threads::ThreadGroup
ThreadGroup(ThreadGroup &&)=deletecore_lib::threads::ThreadGroup
~ThreadGroup()core_lib::threads::ThreadGroup