gencpp/base/enums/ESpecifier.csv
Ed_ 16bc66c80e Backporting changes done on UnrealGencpp repo
Commits:
ec77e8b - Fixes while parsing EditorEngine.h
5017429 - parse_complicated_definition fix when parsing Controller.h
aac0dd5 - Add  IRISCORE_API
049b59c - Support for attributes retated to an operator or function between the return type and the identifier/op (Thanks World.h...)
97d7e6d - Fix for attributes after name in using statements
9f204e7 - Support for final specifier on class & struct definitions
f0698cc - Added support for Spec_Delete (= delete on functions and operators) [Part 3]
1f6650a - Added support for Spec_Delete (= delete on functions and operators) [Part 2]
06ac8da - Added support for Spec_Delete (= delete on functions and operators)
2025-01-30 13:25:56 -05:00

730 B

1InvalidINVALID
2Constevalconsteval
3Constexprconstexpr
4Constinitconstinit
5Explicitexplicit
6External_Linkageextern
7ForceInlineforceinline
8Globalglobal
9Inlineinline
10Internal_Linkageinternal
11Local_Persistlocal_persist
12Mutablemutable
13NeverInlineneverinline
14Ptr*
15Ref&
16Registerregister
17Restrictrestrict
18RValue&&
19Staticstatic
20Thread_Localthread_local
21Virtualvirtual
22Constconst
23Finalfinal
24NoExceptionsnoexcept
25Overrideoverride
26Pure= 0
27Delete= delete
28Volatilevolatile