gencpp/project/enums/ECode.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

547 B

1Invalid
2Untyped
3Comment
4Access_Private
5Access_Protected
6Access_Public
7PlatformAttributes
8Class
9Class_Fwd
10Class_Body
11Enum
12Enum_Fwd
13Enum_Body
14Enum_Class
15Enum_Class_Fwd
16Execution
17Export_Body
18Extern_Linkage
19Extern_Linkage_Body
20Friend
21Function
22Function_Fwd
23Function_Body
24Global_Body
25Module
26Namespace
27Namespace_Body
28Operator
29Operator_Fwd
30Operator_Member
31Operator_Member_Fwd
32Operator_Cast
33Operator_Cast_Fwd
34Parameters
35Preprocessor_Include
36Specifiers
37Struct
38Struct_Fwd
39Struct_Body
40Template
41Typedef
42Typename
43Union
44Union_Body
45Using
46Using_Namespace
47Variable