Enum EDefinitionSupport#
Defined in File definition_entity.h
Enum Documentation#
-
enum class EDefinitionSupport : uint32_t#
Support flags for the content of a definition (the part between the curly brackets ‘{…}’).
Values:
-
enumerator support_variable#
Support variable declarations.
-
enumerator support_const_variable#
Support const variable declarations.
-
enumerator support_case_declaration#
Support case declarations.
-
enumerator support_enum_entry#
Support enumerator entry.
-
enumerator support_module#
Support module definitions.
-
enumerator support_typedef#
Support typedef declarations.
-
enumerator support_interface#
Support interface definitions.
-
enumerator support_struct#
Support struct definitions.
-
enumerator support_union#
Support union definitions.
-
enumerator support_enum#
Support enum definitions.
-
enumerator support_exception#
Support exception definitions.
-
enumerator support_attribute#
Support attribute declarations.
-
enumerator support_operation#
Support operation declarations.
-
enumerator support_variable#