#include <ObserverModel.h>

Public Member Functions | |
| Argument () | |
| Default constructor. | |
| Argument (const std::string &s) | |
| Constructor. | |
| virtual | ~Argument () |
| Destructor. | |
| const std::string & | get_code () const |
| Retrieves the code. | |
| void | set_code (const std::string &s) |
| Sets the code. | |
Private Attributes | |
| std::string | code |
| code | |
It is a dumy class used to send arguments to the Observer classes subscribed to a given Observable.
1.5.5