BornAgain
1.19.0
Simulate and fit neutron and x-ray scattering at grazing incidence
|
Callback container for specific client type. More...
Public Member Functions | |
void | connect (T callback, Callbacks::slot_t client) |
void | operator() (Args... args) |
Notify clients using given list of arguments. More... | |
void | remove_client (Callbacks::slot_t client) |
Remove client from the list to call back. More... | |
Private Attributes | |
std::list< std::pair< T, Callbacks::slot_t > > | m_callbacks |
Callback container for specific client type.
Definition at line 70 of file callbackcontainer.h.
|
inherited |
Definition at line 35 of file callbackcontainer.h.
|
inherited |
Notify clients using given list of arguments.
Definition at line 37 of file callbackcontainer.h.
|
inherited |
|
privateinherited |
Definition at line 42 of file callbackcontainer.h.