Inferno  0.2
CPPTree::Return Struct Reference

The return statement of a function. More...

#include <cpptree.hpp>

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

List of all members.

Public Attributes

NODE_FUNCTIONS_FINAL TreePtr
< Initialiser
return_value
 return value or Uninitialised

Detailed Description

The return statement of a function.

return_value is an Expression giving the return value or Uninitialised if none is present.

Definition at line 829 of file cpptree.hpp.


Member Data Documentation


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