![]() |
GA::kit v0.3
G&A's in-house C++ application framework
|
#include "sigslot/sigslot.hpp"Go to the source code of this file.
Namespaces | |
| namespace | ga |
Typedefs | |
| template<class... T> | |
| using | ga::Signal = sigslot::signal< T... > |
| using | ga::Connection = sigslot::connection |
| using | ga::ScopedConnection = sigslot::scoped_connection |
| using | ga::Observer = sigslot::observer |