Inferno  0.2
CPPTree::Scope Struct Reference

A scope is any space in a program where declarations may appear. Declarations. More...

#include <cpptree.hpp>

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

List of all members.

Public Attributes

NODE_FUNCTIONS Collection
< Declaration
members

Detailed Description

A scope is any space in a program where declarations may appear. Declarations.

in the collection are associated with the scope node but unordered. Scopes are used for name resolution during parse.

Definition at line 64 of file cpptree.hpp.


Member Data Documentation


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