Inferno  0.2
CPPTree::RangeCase Struct Reference

Case label, supporting range extension in case useful for optimisation. More...

#include <cpptree.hpp>

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

List of all members.

Public Attributes

NODE_FUNCTIONS_FINAL TreePtr
< Expression
value_lo
 start of range, inclusive
TreePtr< Expressionvalue_hi
 end of range, inclusive

Detailed Description

Case label, supporting range extension in case useful for optimisation.

Definition at line 912 of file cpptree.hpp.


Member Data Documentation

end of range, inclusive

Definition at line 917 of file cpptree.hpp.

start of range, inclusive

Definition at line 916 of file cpptree.hpp.


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