Inferno  0.2
CPPTree::AccessSpec Struct Reference

Property for any access spec. More...

#include <cpptree.hpp>

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

List of all members.


Detailed Description

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.


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