SHORE API
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
shore::slot< T > Class Template Reference

Slot. More...

Public Member Functions

 slot (functor_t)
 Construct a slot associated with the given functor.
 
 ~slot ()
 Destructor, disconnect from all signals.
 
void disconnect_all ()
 Disconnect from all signals.
 
 slot (const slot &bp)
 Copy constructor: connect to the same signals as the copied object.
 
slotoperator= (const slot &bp)
 Assignment, connect to the same signals as the assigned object.
 
void copy_connections (const slot &bp)
 Connect to the same signals as another object.
 
size_t nsignals () const
 Get the number of connected signals.
 

Friends

class signal< T >
 

Detailed Description

template<typename T>
class shore::slot< T >

Slot.


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