class VsWhile : public VsStatement

While statement.

Inheritance:


Public Methods

virtual VsStatement::Status1 execute(VsFunctionCall *)
Execute statements repeatedly until terminate expression is true.
VsWhile(VsExpr *condition, VsStatementList *body)
virtual ~VsWhile()

Private Fields

VsStatementList* body
VsExpr* condition

Inherited from VsStatement:

Public Classes

enum Status1

Public

enum Status1

Documentation

While statement.
VsWhile(VsExpr *condition, VsStatementList *body)

virtual ~VsWhile()

virtual VsStatement::Status1 execute(VsFunctionCall *)
Execute statements repeatedly until terminate expression is true.

VsExpr* condition

VsStatementList* body


This class has no child classes.

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de