Inferno
0.2
|
A record that can inherit from other records and be inherited from. More...
#include <cpptree.hpp>
Public Attributes | |
NODE_FUNCTIONS Collection< Base > | bases |
contains the InheritanceRecords from which we inherit |
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.
contains the InheritanceRecords from which we inherit
Definition at line 622 of file cpptree.hpp.