Inferno  0.2
CPPTree::CompoundExpression Struct Reference

GCC extension for compound statements that return a value. More...

#include <cpptree.hpp>

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

List of all members.


Detailed Description

GCC extension for compound statements that return a value.

The returned value is that returned by the last statement if it is an expresison. Otherwise evaluates to void < Local declarations go in here (preferably)

Definition at line 820 of file cpptree.hpp.


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