Go to the first, previous, next, last section, table of contents.
Many structured and unstructured control flow constructs such as FOR,
WHILE and DO loops, IF conditionals and RETURN and GOTO instructions can
be used within the builder. Since there is no mechanism in C++ to
customize any of these operators, they are implemented as static
functions within the block
class. See section Structured and Unstructured Control Flow for
a detailed list of functions available in the builder.
Go to the first, previous, next, last section, table of contents.