![]() |
C++ Library Extensions 2022.12.09
To help learn modern C++ programming
|
Public Member Functions | |
functor (std::set< std::string > &set_threads) | |
functor (const functor &lhs) | |
functor (functor &&lhs) | |
void | operator() (Type &e) const |
~functor () | |
functor (std::set< std::string > &threads) | |
functor (const functor &rhs) | |
functor (functor &&rhs) | |
template<typename Type > | |
void | operator() (Type &&e) const |
~functor () | |
Public Attributes | |
int | m_instance_member |
std::set< std::string > & | threads |
Static Public Attributes | |
static thread_local int | m_thread_local |
static std::mutex | m_mutex |
Definition at line 49 of file 051-thread_count.cpp.
Definition at line 59 of file 051-thread_count.cpp.
Definition at line 65 of file 051-thread_count.cpp.
Definition at line 70 of file 051-thread_count.cpp.
Definition at line 86 of file 051-thread_count.cpp.
Definition at line 145 of file 035-parallel_synchronization.cpp.
Definition at line 152 of file 035-parallel_synchronization.cpp.
Definition at line 160 of file 035-parallel_synchronization.cpp.
Definition at line 198 of file 035-parallel_synchronization.cpp.
|
inline |
Definition at line 168 of file 035-parallel_synchronization.cpp.
|
inline |
Definition at line 75 of file 051-thread_count.cpp.
int functor< Type >::m_instance_member |
Definition at line 55 of file 051-thread_count.cpp.
|
inlinestatic |
Definition at line 53 of file 051-thread_count.cpp.
|
inlinestatic |
Definition at line 51 of file 051-thread_count.cpp.
Definition at line 57 of file 051-thread_count.cpp.