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

#include <Handle.hpp>

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

List of all members.

Public Member Functions

 CleanupHandle (const Handle &hs)
 ~CleanupHandle ()

Private Member Functions

 CleanupHandle ()

Detailed Description

A connection Handle of a (connected) slot which disconnects and cleans up (free all resources) the connection object in its destructor.

After CleanupHandle was destroyed, the connection is no longer usable and all associated callbacks have been removed. If another Handle object shares the same connection, it will no longer be able to connect().

Definition at line 163 of file Handle.hpp.


Constructor & Destructor Documentation

Definition at line 102 of file Handle.cpp.

Cleanup all signal and slot connection resources. If connected, disconnect the slot from the signal. Calls connection::destroy() on the connection object.

Definition at line 107 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:36