#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 Thu Sep 8 14:50:19 UTC 2016