#include <iterator>
#include <algorithm>
#include <deque>
#include "observer.h"
Go to the source code of this file.
Namespaces | |
namespace | Templates |
Classes | |
class | Templates::Observable< T > |
Implementation of a generic "typed" observer (observable part). More... |
Project: PGR 2008 Authors: Ondrej Lengal, xlenga00@stud.fit.vutbr.cz Libor Polcak, xpolca03@stud.fit.vutbr.cz Boris Prochazka, xproch63@stud.fit.vutbr.cz Petr Zemek, xzemek02@stud.fit.vutbr.cz