Inferno  0.2
CPPTree::Base Struct Reference

Node for a base class within a class declaration, specifies another class from which to inherit. More...

#include <cpptree.hpp>

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

List of all members.

Public Attributes

NODE_FUNCTIONS_FINAL TreePtr
< AccessSpec
access
 Can inherited members be accessed?
TreePtr< TypeIdentifierrecord
 what do we inherit? must refer to InheritanceRecord

Detailed Description

Node for a base class within a class declaration, specifies another class from which to inherit.

Definition at line 390 of file cpptree.hpp.


Member Data Documentation

Can inherited members be accessed?

Definition at line 393 of file cpptree.hpp.

what do we inherit? must refer to InheritanceRecord

Definition at line 394 of file cpptree.hpp.


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