il::while_loop Class Reference

A while loop construct. More...

#include <while_loop.h>

Inheritance diagram for il::while_loop:
il::control_statement il::statement il::node

List of all members.

Public Member Functions

 while_loop (expression *continue_cond, statement *body)
expressionget_continuation_cond ()
statementget_body ()
void print ()

Friends

class boost::serialization::access

Detailed Description

A while loop construct.

Since GCC converts all looping constructs to goto's during parsing, this is currently not used.


The documentation for this class was generated from the following files:
Generated on Sun Oct 17 14:01:30 2010 by  doxygen 1.6.3