Go to the documentation of this file.Go to the SVN repository for this file.
1 #ifndef GUI_OBJUTILS___JOIN_THREADS__HPP
2 #define GUI_OBJUTILS___JOIN_THREADS__HPP
46 : m_Threads(threads) {}
50 for (
unsigned long i = 0;
i < m_Threads.size(); ++
i)
52 if (m_Threads[
i].joinable())
CJoinThreads(vector< thread > &threads)
vector< thread > & m_Threads
#define END_NCBI_SCOPE
End previously defined NCBI scope.
#define BEGIN_NCBI_SCOPE
Define ncbi namespace.
#define NCBI_GUIOBJUTILS_EXPORT
Defines to provide correct exporting from DLLs in Windows.
Portable reference counted smart and weak pointers using CWeakRef, CRef, CObject and CObjectEx.