#include <thread_safe_list.h>
|
| 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) |
| |
template<class Element>
| void mir::ThreadSafeList< Element >::for_each |
( |
std::function< void(Element const &element)> const & |
f | ) |
|
The documentation for this class was generated from the following file:
Copyright © 2012-2015 Canonical Ltd.
Generated on Wed Mar 30 00:29:56 UTC 2016