|
IDL compiler front-end library
|
Go to the source code of this file.
Classes | |
| class | AST::SimpleDeclarator |
| The IDL simple declarator. More... | |
| class | AST::Declarator |
| The IDL declarator. More... | |
Namespaces | |
| namespace | AST |
| Abstract Syntax Tree namespace. | |
Typedefs | |
| typedef std::forward_list< SimpleDeclarator > | AST::SimpleDeclarators |
| The IDL simple declarators. | |
| typedef std::forward_list< unsigned > | AST::FixedArraySizes |
| Array dimensions. | |
| typedef std::forward_list< Declarator > | AST::Declarators |
| The IDL declarators. | |