This file contains all classes and function related to the signal and slot concept. More...
#include <cstddef>
#include <cstring>
#include <list>
#include <set>
#include <stdexcept>
#include <utility>
#include "Tools.hpp"
Go to the source code of this file.
Classes | |
class | TRTK::Signals::Signal< arg1_type, arg2_type, arg3_type, arg4_type > |
Basic signals and slots support. More... | |
Namespaces | |
namespace | TRTK |
Namespace of the Transformation and Registration Toolkit. | |
namespace | TRTK::Signals |
This namespace contains various classes and functions related to the signals and slots implementation. | |
Functions | |
bool | TRTK::Signals::operator== (const SlotBase &x, const SlotBase &y) |
This file contains all classes and function related to the signal and slot concept.
Definition in file Signals.hpp.
Documentation generated by Doxygen