Inferno
0.2
|
#include <cpptree.hpp>
Public Attributes | |
NODE_FUNCTIONS_FINAL TreePtr < Expression > | condition |
condition to test | |
TreePtr< Statement > | body |
executes when true | |
TreePtr< Statement > | else_body |
executes when false, can be Nop if no else clause |
If statement.
Definition at line 849 of file cpptree.hpp.
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.