gencpp/project/enums/ESpecifier.csv
Ed_ 050b00f28a WIP - Broken Compile : Added pragma once and includes to all files + Parser fixes, and String improvements
Adding the pragma once and includes the files broke compilation, still diagnosing why.

- Some string functions were moved to the cpp, still need to do some more evaluation of it and the containers...
- Added support for forceinline and neverinline to parsing (untested)
- Added support for specifiers in operator cast such as explicit, inline/forceinline/neverinline, etc.
    - Before it only support const.
    - Still need to support volatile.
- Forceinline was not supported at all for tokenization, fixed that.
2023-08-21 20:30:13 -04:00

649 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
20Volatilevolatile
21Virtualvirtual
22Constconst
23Finalfinal
24Overrideoverride
25Pure= 0