A base class for all objects (conditions, actions for now) that are displayed in Sandbox. More...
#include
Inherited by DRS::IResponseAction, and DRS::IResponseCondition.
Public Member Functions | |
virtual string | GetVerboseInfo () const |
virtual const char * | GetType () const =0 |
string | GetVerboseInfoWithType () const |
A base class for all objects (conditions, actions for now) that are displayed in Sandbox.
|
pure virtual |
Just some debug information, that describe the action and its parameter. So that a history-log with executed actions can be generated.
Note: Will be called from the DRS for debug output
|
inline virtual |
Just some debug information, that describe the action and its parameter. So that a history-log with executed actions can be generated.
Note: Will be called from the DRS for debug output. No need to repeat the type in here again, just instance specific informations (e.g. the parameter values).