A do while loop construct. More...
#include <do_while_loop.h>
Public Member Functions | |
do_while_loop (expression *continue_cond, statement *body) | |
expression * | get_continuation_cond () |
statement * | get_body () |
void | print () |
Friends | |
class | boost::serialization::access |
A do while loop construct.
Since GCC replaces looping constructs with goto's during parsing, this instruction currently does not appear in SAIL.