Slot Class.
More...
#include <itpp/protocol/signals_slots.h>
|
|
| Slot (const std::string _name="Unamed Slot") |
| | Default constructor.
|
| |
|
void | forward (ObjectType *object_pointer, void(ObjectType::*object_function_pointer)(DataType u)) |
| | ADD DOCUMENTATION HERE.
|
| |
|
| ~Slot () |
| | Destructor.
|
| |
|
void | operator() (DataType u) |
| | ADD DOCUMENTATION HERE.
|
| |
|
void | set_name (const std::string &slot_name) |
| | set slot name
|
| |
template<class ObjectType, class DataType>
class itpp::Slot< ObjectType, DataType >
Slot Class.
Definition at line 57 of file signals_slots.h.
The documentation for this class was generated from the following file: