#include <basic_observers.h>
|
| void | add (std::shared_ptr< Observer > const &observer) |
| |
| void | remove (std::shared_ptr< Observer > const &observer) |
| |
| void | for_each (std::function< void(std::shared_ptr< Observer > const &observer)> const &f) |
| |
template<class Observer>
| void mir::BasicObservers< Observer >::for_each |
( |
std::function< void(std::shared_ptr< Observer > const &observer)> const & |
f | ) |
|
|
protected |
The documentation for this class was generated from the following file:
Copyright © 2012,2013 Canonical Ltd.
Generated on Fri Oct 10 14:07:14 UTC 2014