Inferno
0.2
|
Property for any access spec. More...
#include <cpptree.hpp>
Property for any access spec.
Property for C++ access specifiers public, protected and private. AccessSpec represents any access spec, the subsequent empty nodes specify particular access specs. Inferno uses access specs for all Instance. Declaration in Record are as specified, Function parameters and external Declaration are Public, all others Private. It is anticipated that the access spec will control generated high-level interfaces. Note that we only specify access for physical things like instances. Abstract stuff like TypeDef are always considered Public.
Definition at line 299 of file cpptree.hpp.