Inferno  0.2
CPPTree::Cast Struct Reference

Node for a c-style cast. More...

#include <cpptree.hpp>

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

List of all members.

Public Attributes

NODE_FUNCTIONS_FINAL TreePtr
< Expression
operand
 the expression to cast
TreePtr< Typetype
 the desired new type

Detailed Description

Node for a c-style cast.

Definition at line 738 of file cpptree.hpp.


Member Data Documentation

the expression to cast

Definition at line 741 of file cpptree.hpp.

the desired new type

Definition at line 742 of file cpptree.hpp.


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