Inferno  0.2
CPPTree::If Struct Reference

If statement. More...

#include <cpptree.hpp>

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

List of all members.

Public Attributes

NODE_FUNCTIONS_FINAL TreePtr
< Expression
condition
 condition to test
TreePtr< Statementbody
 executes when true
TreePtr< Statementelse_body
 executes when false, can be Nop if no else clause

Detailed Description

If statement.

Definition at line 849 of file cpptree.hpp.


Member Data Documentation

executes when true

Definition at line 853 of file cpptree.hpp.

condition to test

Definition at line 852 of file cpptree.hpp.

executes when false, can be Nop if no else clause

Definition at line 854 of file cpptree.hpp.


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