IDL compiler front-end library
|
The kind of interface. More...
#include <Interface.h>
Public Types | |
enum | Kind { UNCONSTRAINED , ABSTRACT , LOCAL , PSEUDO } |
The kind of interface. More... | |
Public Member Functions | |
Kind | interface_kind () const noexcept |
The kind of interface.
Enumerator | |
---|---|
UNCONSTRAINED |
|
ABSTRACT |
|
LOCAL |
|
PSEUDO |
|
Definition at line 43 of file Interface.h.
|
inlinenoexcept |