Inferno  0.2
CPPTree::Temporary Struct Reference

A local temp variable not preserved across function calls. More...

#include <cpptree.hpp>

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

List of all members.


Detailed Description

A local temp variable not preserved across function calls.

A local variable with unspecified storage which may be used within a function but is not preserved across recursion or between calls (such a variable could safely be implemented as any of Static, Field or Automatic since it supports only those guarantees common to all).

Definition at line 384 of file cpptree.hpp.


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