mirror of
https://github.com/Ed94/gencpp.git
synced 2024-11-10 02:54:53 -08:00
2.0 KiB
2.0 KiB
1 | Invalid |
---|---|
2 | Untyped |
3 | NewLine |
4 | Comment |
5 | Access_Private |
6 | Access_Protected |
7 | Access_Public |
8 | PlatformAttributes |
9 | Class |
10 | Class_Fwd |
11 | Class_Body |
12 | Constructor |
13 | Constructor_Fwd |
14 | Destructor |
15 | Destructor_Fwd |
16 | Enum |
17 | Enum_Fwd |
18 | Enum_Body |
19 | Enum_Class |
20 | Enum_Class_Fwd |
21 | Execution |
22 | Expression |
23 | Expr_Identifier |
24 | Expr_NumericLiteral |
25 | Expr_StringLiteral |
26 | Expr_Alignof |
27 | Expr_ProcCall |
28 | Expr_Assign_Add |
29 | Expr_Assign_Subtract |
30 | Expr_Assign_Multiply |
31 | Expr_Assign_Divide |
32 | Expr_Assign_Modulo |
33 | Expr_Assign_Bitwise_And |
34 | Expr_Assign_Bitwise_Or |
35 | Expr_Assign_Bitwise_XOr |
36 | Expr_Assign_LeftShift |
37 | Expr_Assign_RightShift |
38 | Expr_CStyleCast |
39 | Expr_FunctionalCast |
40 | Expr_ConstCast |
41 | Expr_DynamicCast |
42 | Expr_ReinterpretCast |
43 | Expr_StaticCast |
44 | Expr_Unary_Add |
45 | Expr_Unary_Minus |
46 | Expr_Unary_Not |
47 | Expr_Unary_Increment |
48 | Expr_Unary_Decrement |
49 | Expr_Indirection |
50 | Expr_UnaryPost_Increment |
51 | Expr_UnaryPost_Decrement |
52 | Expr_Subscript |
53 | Expr_Binary_Add |
54 | Expr_Binary_Subtract |
55 | Expr_Binary_Multiply |
56 | Expr_Binary_Divide |
57 | Expr_Binary_Modulo |
58 | Expr_Binary_Bitwise_And |
59 | Expr_Binary_Bitwise_Or |
60 | Expr_Binary_Bitwise_XOr |
61 | Expr_Binary_Bitwise_LeftShift |
62 | Expr_Binary_Bitwise_RightShift |
63 | Expr_Binary_Logical_Not |
64 | Expr_Binary_Logical_And |
65 | Expr_Binary_Logical_Or |
66 | Expr_Binary_Equal |
67 | Expr_Binary_NotEqual |
68 | Expr_Binary_Lesser |
69 | Expr_Binary_Greater |
70 | Expr_Binary_LesserEqual |
71 | Expr_Binary_GreaterEqual |
72 | Export_Body |
73 | Extern_Linkage |
74 | Extern_Linkage_Body |
75 | Friend |
76 | Function |
77 | Function_Fwd |
78 | Function_Body |
79 | Global_Body |
80 | Module |
81 | Namespace |
82 | Namespace_Body |
83 | Operator |
84 | Operator_Fwd |
85 | Operator_Member |
86 | Operator_Member_Fwd |
87 | Operator_Cast |
88 | Operator_Cast_Fwd |
89 | Parameters |
90 | Preprocess_Define |
91 | Preprocess_Include |
92 | Preprocess_If |
93 | Preprocess_IfDef |
94 | Preprocess_IfNotDef |
95 | Preprocess_ElIf |
96 | Preprocess_Else |
97 | Preprocess_EndIf |
98 | Preprocess_Pragma |
99 | Specifiers |
100 | Statement |
101 | Stmt_Break |
102 | Stmt_Case |
103 | Stmt_Continue |
104 | Stmt_Declaration |
105 | Stmt_Do |
106 | Stmt_Expr |
107 | Stmt_Else |
108 | Stmt_If |
109 | Stmt_For |
110 | Stmt_Goto |
111 | Stmt_Label |
112 | Stmt_Switch |
113 | Stmt_Switch |
114 | Stmt_While |
115 | Struct |
116 | Struct_Fwd |
117 | Struct_Body |
118 | Template |
119 | Typedef |
120 | Typename |
121 | Union |
122 | Union_Body |
123 | Using |
124 | Using_Namespace |
125 | Variable |