Inferno  0.2
CPPTree::Static Struct Reference

A variable or function with one instance across the entire program. More...

#include <cpptree.hpp>

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

List of all members.

Public Attributes

NODE_FUNCTIONS_FINAL TreePtr
< Constancy
constancy
 is the instance constant (ie compile time value)?

Detailed Description

A variable or function with one instance across the entire program.

This includes extern and static scope for globals, as well as static locals. If a Static variable is Const, then it may be regarded as a compile-time constant. A static constant function may be regarded as idempotent.

Definition at line 345 of file cpptree.hpp.


Member Data Documentation

is the instance constant (ie compile time value)?

Definition at line 348 of file cpptree.hpp.


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