gencpp/project/enums/ESpecifier.csv
Ed_ c5afede7b5 Reorganization of files, refactors, doc updates (WIP)
Removing the gen. namespace from the files for components, dependencies, and file_processors.
They are only necessary if the include directory is transparent, and in my case those are not.

Made a docs directory. I'm offloading information from the main readme to there along with additional informationn I end up elaborating on down the line.
Enum tables were moved to their own directory (project/enums).

Library will not compile for now. Major refactor occuring with parsing related components.
2023-07-29 05:52:06 -04:00

569 B

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