$search
File comment. More...
#include "sigslot.hpp"
#include <map>
#include <set>
#include <string>
#include <ecl/config/macros.hpp>
#include <ecl/threads/mutex.hpp>
#include <ecl/utilities/function_objects.hpp>
#include <ecl/utilities/void.hpp>
#include <iostream>
#include <ecl/exceptions/standard_exception.hpp>
#include "topic.hpp"
Go to the source code of this file.
Classes | |
class | ecl::Signal< Data > |
Signalling component of a callback system. More... | |
class | ecl::Signal< Void > |
Specialised signal that emits without passing data. More... | |
Namespaces | |
namespace | ecl |
File comment.
File comment
Definition in file signal.hpp.