Basic Participant. More...
#include <participants.h>
Public Member Functions | |
Participant () | |
Empty constructor. | |
void | set_name (const string &name0) |
set name | |
virtual string | to_string () |
This method returns a basic info about the current instance. | |
virtual void | from_setting (const Setting &set) |
This method arrange instance properties according the data stored in the Setting structure. | |
virtual void | to_setting (Setting &set) const |
This method save all the instance properties into the Setting structure. | |
virtual void | validate () |
This method TODO. | |
Protected Attributes | |
string | name |
name - ID of the participant |
Basic Participant.
This object is an active unit with name and capability to store results