mirror of
https://github.com/Ed94/gencpp.git
synced 2024-11-10 11:04:52 -08:00
2.9 KiB
2.9 KiB
1 | Invalid | __invalid__ |
---|---|---|
2 | Access_Private | private |
3 | Access_Protected | protected |
4 | Access_Public | public |
5 | Access_MemberSymbol | . |
6 | Access_StaticSymbol | :: |
7 | Ampersand | & |
8 | Ampersand_DBL | && |
9 | Assign_Classifer | : |
10 | Attribute_Open | [[ |
11 | Attribute_Close | ]] |
12 | BraceCurly_Open | { |
13 | BraceCurly_Close | } |
14 | BraceSquare_Open | [ |
15 | BraceSquare_Close | ] |
16 | Capture_Start | ( |
17 | Capture_End | ) |
18 | Comment | __comemnt__ |
19 | Char | __character__ |
20 | Comma | , |
21 | Decl_Class | class |
22 | Decl_GNU_Attribute | __attribute__ |
23 | Decl_MSVC_Attribute | __declspec |
24 | Decl_Enum | enum |
25 | Decl_Extern_Linkage | extern |
26 | Decl_Friend | friend |
27 | Decl_Module | module |
28 | Decl_Namespace | namespace |
29 | Decl_Operator | operator |
30 | Decl_Struct | struct |
31 | Decl_Template | template |
32 | Decl_Typedef | typedef |
33 | Decl_Using | using |
34 | Decl_Union | union |
35 | Identifier | __identifier__ |
36 | Module_Import | import |
37 | Module_Export | export |
38 | NewLine | __new_line__ |
39 | Number | __number__ |
40 | Operator | __operator__ |
41 | Preprocess_Define | define |
42 | Preprocess_If | if |
43 | Preprocess_IfDef | ifdef |
44 | Preprocess_IfNotDef | ifndef |
45 | Preprocess_ElIf | elif |
46 | Preprocess_Else | else |
47 | Preprocess_EndIf | endif |
48 | Preprocess_Include | include |
49 | Preprocess_Pragma | pragma |
50 | Preprocess_Content | __macro_content__ |
51 | Preprocess_Macro | __macro__ |
52 | Preprocess_Unsupported | __unsupported__ |
53 | Spec_Alignas | alignas |
54 | Spec_Const | const |
55 | Spec_Consteval | consteval |
56 | Spec_Constexpr | constexpr |
57 | Spec_Constinit | constinit |
58 | Spec_Explicit | explicit |
59 | Spec_Extern | extern |
60 | Spec_Final | final |
61 | Spec_Global | global |
62 | Spec_Inline | inline |
63 | Spec_Internal_Linkage | internal |
64 | Spec_LocalPersist | local_persist |
65 | Spec_Mutable | mutable |
66 | Spec_NeverInline | neverinline |
67 | Spec_Override | override |
68 | Spec_Static | static |
69 | Spec_ThreadLocal | thread_local |
70 | Spec_Volatile | volatile |
71 | Star | * |
72 | Statement_End | ; |
73 | StaticAssert | static_assert |
74 | String | __string__ |
75 | Type_Unsigned | unsigned |
76 | Type_Signed | signed |
77 | Type_Short | short |
78 | Type_Long | long |
79 | Type_char | char |
80 | Type_int | int |
81 | Type_double | double |
82 | Type_MS_int8 | __int8 |
83 | Type_MS_int16 | __int16 |
84 | Type_MS_int32 | __int32 |
85 | Type_MS_int64 | __int64 |
86 | Type_MS_W64 | _W64 |
87 | Varadic_Argument | ... |
88 | __Attributes_Start | __attrib_start__ |