Update documentation
This commit is contained in:
parent
ea2b71e7de
commit
c4e2fb4507
14 changed files with 93 additions and 65 deletions
|
|
@ -45,8 +45,15 @@ namespace smp
|
|||
class Notifier : public eoUpdater
|
||||
{
|
||||
public :
|
||||
/**
|
||||
* Constructor
|
||||
* @param _task task to perform each generation
|
||||
*/
|
||||
Notifier(std::function<void(void)> _task);
|
||||
|
||||
/**
|
||||
* Performing the binded task
|
||||
*/
|
||||
virtual void operator()();
|
||||
|
||||
protected :
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue