#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,2013 Canonical Ltd.
Generated on Tue Mar 24 16:15:19 UTC 2015