Template Class ThreadSafeList¶ Defined in File thread_safe_list.h Nested Relationships¶ Nested Types¶ Struct ThreadSafeList::ListItem Class Documentation¶ template<class Element>class ThreadSafeList¶ Public Functions void add(Element const &element)¶ void remove(Element const &element)¶ unsigned int remove_all(Element const &element)¶ void clear()¶ void for_each(std::function<void(Element const &element)> const &f)¶