Inferno
0.2
|
Node for the C++ new operator. More...
#include <cpptree.hpp>
Public Attributes | |
NODE_FUNCTIONS_FINAL TreePtr < Type > | type |
Type of object to be constructed. | |
Sequence< Expression > | placement_arguments |
arguments for placement usage | |
Sequence< Expression > | constructor_arguments |
arguments to the constructor | |
TreePtr< Globality > | global |
whether placement is global |
Node for the C++ new operator.
gives all the syntactical elements required for allocation and initialisation
Definition at line 708 of file cpptree.hpp.
arguments to the constructor
Definition at line 713 of file cpptree.hpp.
whether placement is global
Definition at line 714 of file cpptree.hpp.
arguments for placement usage
Definition at line 712 of file cpptree.hpp.
Type of object to be constructed.
Definition at line 711 of file cpptree.hpp.