mirror of
https://github.com/Ed94/gencpp.git
synced 2024-11-10 11:04:52 -08:00
Ed_
c5afede7b5
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.
547 B
547 B
1 | Invalid |
---|---|
2 | Untyped |
3 | Comment |
4 | Access_Private |
5 | Access_Protected |
6 | Access_Public |
7 | PlatformAttributes |
8 | Class |
9 | Class_Fwd |
10 | Class_Body |
11 | Enum |
12 | Enum_Fwd |
13 | Enum_Body |
14 | Enum_Class |
15 | Enum_Class_Fwd |
16 | Execution |
17 | Export_Body |
18 | Extern_Linkage |
19 | Extern_Linkage_Body |
20 | Friend |
21 | Function |
22 | Function_Fwd |
23 | Function_Body |
24 | Global_Body |
25 | Module |
26 | Namespace |
27 | Namespace_Body |
28 | Operator |
29 | Operator_Fwd |
30 | Operator_Member |
31 | Operator_Member_Fwd |
32 | Operator_Cast |
33 | Operator_Cast_Fwd |
34 | Parameters |
35 | Preprocessor_Include |
36 | Specifiers |
37 | Struct |
38 | Struct_Fwd |
39 | Struct_Body |
40 | Template |
41 | Typedef |
42 | Typename |
43 | Union |
44 | Union_Body |
45 | Using |
46 | Using_Namespace |
47 | Variable |