Inferno  0.2
CPPTree::Initialiser Struct Reference

Variable initialiser or function body. More...

#include <cpptree.hpp>

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

List of all members.


Detailed Description

Variable initialiser or function body.

This intermediate is used for an initial value for for a variable/object in which case it will be an Expression, or for the implementation of a Callable in which case it will be a Compound. For an uninitialised variable/object or a function declaration, it will be Uninitialised.

Definition at line 35 of file cpptree.hpp.


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