Inferno  0.2
CPPTree::Do Struct Reference

Do loop (first iteration always runs) More...

#include <cpptree.hpp>

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

List of all members.

Public Attributes

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

Detailed Description

Do loop (first iteration always runs)

Definition at line 882 of file cpptree.hpp.


Member Data Documentation

Tested after each iteration; false terminates immediately.

Definition at line 885 of file cpptree.hpp.


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