![]() |
Public API Reference |
This interface is implemented by the decorator that limits the number of times its child is executed. More...
#include <tools/decorators.h>
Public Member Functions | |
| virtual void | SetExecutionLimit (const char *limit)=0 |
| Set the number of times to execute child. | |
This interface is implemented by the decorator that limits the number of times its child is executed.
Definition at line 32 of file decorators.h.
| virtual void iExecutionLimitDecorator::SetExecutionLimit | ( | const char * | limit | ) | [pure virtual] |
Set the number of times to execute child.
| limit | is the value of the limit or a parameter (starts with '$'). |