IDL compiler front-end library
|
Interface forward declaration. More...
#include <Interface.h>
Additional Inherited Members | |
![]() | |
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... | |
![]() | |
enum | Kind { UNCONSTRAINED , ABSTRACT , LOCAL , PSEUDO } |
The kind of interface. More... | |
![]() | |
std::string | repository_id () const |
![]() | |
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 |
![]() | |
Kind | kind () const noexcept |
bool | is_type () const noexcept |
bool | is_forward_decl () const noexcept |
![]() | |
const std::filesystem::path & | file () const noexcept |
unsigned | line () const noexcept |
![]() | |
Kind | interface_kind () const noexcept |
![]() | |
static const ItemWithId * | cast (const NamedItem *item) noexcept |
Interface forward declaration.
Definition at line 135 of file Interface.h.