Inferno  0.2
CPPTree::Loop Struct Reference

Any loop. More...

#include <cpptree.hpp>

Inheritance diagram for CPPTree::Loop:
[legend]
Collaboration diagram for CPPTree::Loop:
[legend]

List of all members.


Detailed Description

Any loop.

A "continue" statement jumps out of the innermost one of these and goes to the bottom of the body. So this is effectively "Continuable". Our body is inherited from Breakable.

Definition at line 872 of file cpptree.hpp.


The documentation for this struct was generated from the following file: