gencpp/project/enums/ESpecifier.csv
Ed_ 6ad0ae97bc Added bool type keyword to ETokType, move volatile pos in ESpecifier
volatile can be applied to a function so I moved it there.
2023-11-21 20:05:38 -05:00

676 B

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