mc_rtc  2.14.0
mc_rtc::Signal< ArgsT >::Proxy Struct Reference

#include <mc_rtc/SignalSlot.h>

Public Member Functions

 Proxy (SignalT &self)
 
template<typename Callable >
SlotT connect (Callable &&callback)
 

Detailed Description

template<typename... ArgsT>
struct mc_rtc::Signal< ArgsT >::Proxy

An helper class that expose only the connect function

This is useful to allow connections without emissions

Constructor & Destructor Documentation

◆ Proxy()

template<typename... ArgsT>
mc_rtc::Signal< ArgsT >::Proxy::Proxy ( SignalT self)
inline

Member Function Documentation

◆ connect()

template<typename... ArgsT>
template<typename Callable >
SlotT mc_rtc::Signal< ArgsT >::Proxy::connect ( Callable &&  callback)
inline

The documentation for this struct was generated from the following file: