iExecutionLimitDecorator Struct Reference
This interface is implemented by the decorator that limits the number of times its child is executed. More...
#include <tools/decorators.h>
Inheritance diagram for iExecutionLimitDecorator:

Public Member Functions | |
| virtual void | SetExecutionLimit (const char *limit)=0 |
| Set the number of times to execute child. | |
Detailed Description
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.
Member Function Documentation
| virtual void iExecutionLimitDecorator::SetExecutionLimit | ( | const char * | limit | ) | [pure virtual] |
Set the number of times to execute child.
- Parameters:
-
limit is the value of the limit or a parameter (starts with '$').
The documentation for this struct was generated from the following file:
- tools/decorators.h
Generated for CEL: Crystal Entity Layer 2.0 by doxygen 1.6.1
