dart
Public Member Functions | List of all members
dart::common::ScopedConnection Class Reference

class ScopedConnection More...

#include <Signal.hpp>

Inheritance diagram for dart::common::ScopedConnection:
Inheritance graph
[legend]
Collaboration diagram for dart::common::ScopedConnection:
Collaboration graph
[legend]

Public Member Functions

 ScopedConnection (const Connection &_other)
 Default constructor.
 
 ScopedConnection (Connection &&_other)
 Move constructor.
 
virtual ~ScopedConnection ()
 Destructor.
 
- Public Member Functions inherited from dart::common::Connection
 Connection ()
 Default constructor.
 
 Connection (const Connection &_other)
 Copy constructor.
 
 Connection (Connection &&_other)
 Move constructor.
 
Connectionoperator= (const Connection &_other)
 Assignment operator.
 
Connectionoperator= (Connection &&_other)
 Move assignment operator.
 
virtual ~Connection ()
 Destructor.
 
bool isConnected () const
 Get true if the slot is connected.
 
void disconnect () const
 Disconnect the connection.
 

Additional Inherited Members

- Protected Member Functions inherited from dart::common::Connection
 Connection (const std::weak_ptr< signal::detail::ConnectionBodyBase > &_connectionBody)
 Constructor given connection body.
 
 Connection (std::weak_ptr< signal::detail::ConnectionBodyBase > &&_connectionBody)
 Move constructor given connection body.
 

Detailed Description

class ScopedConnection


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