|
IDL compiler front-end library
|
The common base for Interface and ValueType. More...
#include <IV_Base.h>
Additional Inherited Members | |
Public Types inherited from AST::Item | |
| enum class | Kind { ROOT , INCLUDE , NATIVE , TYPE_DEF , CONSTANT , MODULE , MODULE_ITEMS , INTERFACE_DECL , INTERFACE , OPERATION , PARAMETER , ATTRIBUTE , EXCEPTION , STRUCT_DECL , STRUCT , MEMBER , UNION_DECL , UNION , UNION_ELEMENT , ENUM , ENUM_ITEM , VALUE_TYPE_DECL , VALUE_TYPE , VALUE_BOX , STATE_MEMBER , VALUE_FACTORY } |
| The kind of item. More... | |
Public Member Functions inherited from AST::ItemScope | |
| operator Symbols & () noexcept | |
| operator const Symbols & () const noexcept | |
Public Member Functions inherited from AST::ItemWithId | |
| std::string | repository_id () const |
Public Member Functions inherited from AST::NamedItem | |
| const Identifier & | name () const noexcept |
| const ItemScope * | parent () const noexcept |
| std::string | qualified_name () const |
| ScopedName | scoped_name () const |
| const Symbols * | parent_scope () const noexcept |
Public Member Functions inherited from AST::Item | |
| Kind | kind () const noexcept |
| bool | is_type () const noexcept |
| bool | is_forward_decl () const noexcept |
Public Member Functions inherited from AST::Location | |
| const std::filesystem::path & | file () const noexcept |
| unsigned | line () const noexcept |
Public Member Functions inherited from AST::Container | |
| bool | visit (CodeGen &cg) const |
Public Member Functions inherited from AST::ForwardDeclarable | |
| bool | has_forward_dcl () const |
Static Public Member Functions inherited from AST::ItemScope | |
| static const ItemScope * | cast (const NamedItem *item) noexcept |
| static ItemScope * | cast (NamedItem *item) noexcept |
Static Public Member Functions inherited from AST::ItemWithId | |
| static const ItemWithId * | cast (const NamedItem *item) noexcept |