libqi-api
2.8.7.4
|
#include <boost/bind.hpp>
#include <qi/signal.hpp>
#include <qi/anyfunction.hpp>
#include <qi/anyobject.hpp>
Go to the source code of this file.
Classes | |
class | qi::ProxySignal< T > |
Signal proxy, using an AnyObject and signal id as backend. More... | |
Namespaces | |
qi | |
Deprecated in 2.5. Use int8_t from <cstdint>. | |
Macros | |
#define | _QI_TYPE_PROXYSIGNAL_HPP_ |
Functions | |
template<typename T > | |
void | qi::makeProxySignal (SignalF< T > &target, AnyObject object, const std::string &signalName) |
template<typename T > | |
void | qi::makeProxySignal (ProxySignal< T > &target, AnyObject object, const std::string &signalName) |
#define _QI_TYPE_PROXYSIGNAL_HPP_ |
Definition at line 8 of file proxysignal.hpp.