mirror of
https://github.com/Ed94/gencpp.git
synced 2024-11-10 11:04:52 -08:00
2.2 KiB
2.2 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 | __comment__ |
19 | Char | __char__ |
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 | Number | number |
39 | Operator | operator |
40 | Preprocessor_Directive | # |
41 | Preprocessor_Include | include |
42 | Spec_Alignas | alignas |
43 | Spec_Const | const |
44 | Spec_Consteval | consteval |
45 | Spec_Constexpr | constexpr |
46 | Spec_Constinit | constinit |
47 | Spec_Explicit | explicit |
48 | Spec_Extern | extern |
49 | Spec_Final | final |
50 | Spec_Global | global |
51 | Spec_Inline | inline |
52 | Spec_Internal_Linkage | internal |
53 | Spec_LocalPersist | local_persist |
54 | Spec_Mutable | mutable |
55 | Spec_Override | override |
56 | Spec_Static | static |
57 | Spec_ThreadLocal | thread_local |
58 | Spec_Volatile | volatile |
59 | Star | * |
60 | Statement_End | ; |
61 | String | __string__ |
62 | Type_Unsigned | unsigned |
63 | Type_Signed | signed |
64 | Type_Short | short |
65 | Type_Long | long |
66 | Type_char | char |
67 | Type_int | int |
68 | Type_double | double |
69 | Varadic_Argument | ... |
70 | Attributes_Start | __attrib_start__ |