#include <ObserverModel.h>
Public Member Functions | |
Arg (const T &v, const std::string &code="") | |
constructor | |
T & | get_value () |
Gets the value. | |
operator T () | |
Gets the value. | |
T const & | operator() () const |
Gets the value. | |
Private Attributes | |
T | value |
a value |
It is a handy tool to send arguments to any Observer}.