![]() |
![]() |
Public Member Functions | |
slot_do_bind (slot_rep* rep) | |
Construct a slot_do_bind functor. | |
void | operator() (const trackable* t) const |
Adds a dependency to t . | |
Public Attributes | |
slot_rep* | rep_ |
The slot_rep object trackables should notify on destruction. |
Consequently slot_rep::notify() gets executed when the trackable is destroyed or overwritten.
|
Construct a slot_do_bind functor.
|
|
Adds a dependency to
|
|
The slot_rep object trackables should notify on destruction.
|