Public Member Functions | Private Member Functions
RTT::ScopedHandle Class Reference

#include <Handle.hpp>

Inheritance diagram for RTT::ScopedHandle:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 ScopedHandle (const Handle &hs)
 ~ScopedHandle ()

Private Member Functions

 ScopedHandle ()

Detailed Description

A scoped connection Handle of a (connected) slot which disconnects a slot from a signal in its destructor.

This does not invalidate the connection if this handle is shared with another handle object. Meaning, if ScopedHandle disconnects(), another handle object may re-connect().

Definition at line 137 of file Handle.hpp.


Constructor & Destructor Documentation

Definition at line 92 of file Handle.cpp.

If connected, disconnect the slot from the signal. Calls this->disconnect(), but keeps the connection object alive.

Definition at line 98 of file Handle.cpp.


The documentation for this class was generated from the following files:


rtt
Author(s): RTT Developers
autogenerated on Sat Jun 8 2019 18:46:37