Inferno  0.2
CPPTree::While Struct Reference

While loop. More...

#include <cpptree.hpp>

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

List of all members.

Public Attributes

NODE_FUNCTIONS_FINAL TreePtr
< Expression
condition
 Tested before each iteration; false terminates immediately.

Detailed Description

While loop.

Definition at line 875 of file cpptree.hpp.


Member Data Documentation

Tested before each iteration; false terminates immediately.

Definition at line 878 of file cpptree.hpp.


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