Updated documentation to give proper include file in doxygen and define a module selectors
Also added a load(stream) and save(stream) to eoState
This commit is contained in:
parent
6e925bedea
commit
f357a908bf
7 changed files with 46 additions and 9 deletions
|
|
@ -45,7 +45,8 @@ public :
|
|||
|
||||
virtual ~eoMonitor() {}
|
||||
|
||||
virtual void operator()(void) = 0;
|
||||
/** Just do it! */
|
||||
virtual eoMonitor& operator()(void) = 0;
|
||||
|
||||
void add(const eoParam& _param) { push_back(&_param); }
|
||||
};
|
||||
|
|
|
|||
Reference in a new issue