Inferno  0.2
CPPTree::Globality Struct Reference

Property indicating whether a New/Delete is global. More...

#include <cpptree.hpp>

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

List of all members.


Detailed Description

Property indicating whether a New/Delete is global.

New/Delete is global if it has :: in front of it. This differentiates when placement args are given as follows: Global: must be one placement arg, it is address to construct at NonGlobal: all placement args go to a corresponding operator new which returns address to construct at TODO bring these in line with Call etc

Definition at line 688 of file cpptree.hpp.


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