Inferno
0.2
|
Node for a base class within a class declaration, specifies another class from which to inherit. More...
#include <cpptree.hpp>
Public Attributes | |
NODE_FUNCTIONS_FINAL TreePtr < AccessSpec > | access |
Can inherited members be accessed? | |
TreePtr< TypeIdentifier > | record |
what do we inherit? must refer to InheritanceRecord |
Node for a base class within a class declaration, specifies another class from which to inherit.
Definition at line 390 of file cpptree.hpp.
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.