Inferno  0.2
CPPTree::InheritanceRecord Struct Reference

A record that can inherit from other records and be inherited from. More...

#include <cpptree.hpp>

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

List of all members.

Public Attributes

NODE_FUNCTIONS Collection< Basebases
 contains the InheritanceRecords from which we inherit

Detailed Description

A record that can inherit from other records and be inherited from.

We add in a list of base class declarations.

Definition at line 619 of file cpptree.hpp.


Member Data Documentation

contains the InheritanceRecords from which we inherit

Definition at line 622 of file cpptree.hpp.


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