A while loop construct. More...
#include <while_loop.h>
Public Member Functions | |
while_loop (expression *continue_cond, statement *body) | |
expression * | get_continuation_cond () |
statement * | get_body () |
void | print () |
Friends | |
class | boost::serialization::access |
A while loop construct.
Since GCC converts all looping constructs to goto's during parsing, this is currently not used.