Inferno
0.2
|
Node for a c-style cast. More...
#include <cpptree.hpp>
Public Attributes | |
NODE_FUNCTIONS_FINAL TreePtr < Expression > | operand |
the expression to cast | |
TreePtr< Type > | type |
the desired new type |
Node for a c-style cast.
Definition at line 738 of file cpptree.hpp.
the expression to cast
Definition at line 741 of file cpptree.hpp.
the desired new type
Definition at line 742 of file cpptree.hpp.