Inferno  0.2
CPPTree::Automatic Struct Reference

A local variable with automatic allocation. More...

#include <cpptree.hpp>

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

List of all members.


Detailed Description

A local variable with automatic allocation.

A variable with one instance for each *invocation* of a function, ie non-static locals. Safe across recursion. Note that static locals are Static, not Automatic.

Definition at line 375 of file cpptree.hpp.


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