![]() |
Public API Reference |
This interface is implemented by the decorator that executes its child multiple times. More...
#include <tools/decorators.h>
Public Member Functions | |
| virtual void | SetLoopLimit (const char *limit)=0 |
| Set the number of times to execute child. | |
This interface is implemented by the decorator that executes its child multiple times.
Definition at line 48 of file decorators.h.
| virtual void iLoopDecorator::SetLoopLimit | ( | 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 '$'). |