Inferno  0.2
CPPTree::New Struct Reference

Node for the C++ new operator. More...

#include <cpptree.hpp>

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

List of all members.

Public Attributes

NODE_FUNCTIONS_FINAL TreePtr
< Type
type
 Type of object to be constructed.
Sequence< Expressionplacement_arguments
 arguments for placement usage
Sequence< Expressionconstructor_arguments
 arguments to the constructor
TreePtr< Globalityglobal
 whether placement is global

Detailed Description

Node for the C++ new operator.

gives all the syntactical elements required for allocation and initialisation

Definition at line 708 of file cpptree.hpp.


Member Data Documentation

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.


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