#include <stilloop.h>
Inheritance diagram for STILLoop:

Public Member Functions | |
| STILLoop () | |
| STILLoop (STILEntity::Type t) | |
| STILLoop (const STILLoop &) | |
| virtual | ~STILLoop () |
| STILLoop & | operator= (const STILLoop &) |
| void | init () |
| virtual void | write (FILE *pOutFile, LONG indentation=0) const |
| void | setCount (unsigned int times) |
| unsigned int | getCount () |
The STILLoop Class is the interface for STIL Loop block
|
|
Default Constructor for a STILLoop object.
|
|
|
Constructor from some given entity type.
|
|
|
Constructor a STILLoop object from another STILLoop.
|
|
|
Destructor for a STILLoop object.
|
|
|
|
|
|
Initialize the STILLoop object.
Reimplemented from STILPatternBlock. |
|
|
Assignment operator.
|
|
|
|
|
||||||||||||
|
Write the STILLoop object to a FILE.
Reimplemented from STILBlock. |