gencpp/project/enums/ETokType.csv
2023-08-04 16:12:13 -04:00

2.9 KiB

1Invalid__invalid__
2Access_Privateprivate
3Access_Protectedprotected
4Access_Publicpublic
5Access_MemberSymbol.
6Access_StaticSymbol::
7Ampersand&
8Ampersand_DBL&&
9Assign_Classifer:
10Attribute_Open[[
11Attribute_Close]]
12BraceCurly_Open{
13BraceCurly_Close}
14BraceSquare_Open[
15BraceSquare_Close]
16Capture_Start(
17Capture_End)
18Comment__comemnt__
19Char__character__
20Comma,
21Decl_Classclass
22Decl_GNU_Attribute__attribute__
23Decl_MSVC_Attribute__declspec
24Decl_Enumenum
25Decl_Extern_Linkageextern
26Decl_Friendfriend
27Decl_Modulemodule
28Decl_Namespacenamespace
29Decl_Operatoroperator
30Decl_Structstruct
31Decl_Templatetemplate
32Decl_Typedeftypedef
33Decl_Usingusing
34Decl_Unionunion
35Identifier__identifier__
36Module_Importimport
37Module_Exportexport
38NewLine__new_line__
39Number__number__
40Operator__operator__
41Preprocess_Definedefine
42Preprocess_Ifif
43Preprocess_IfDefifdef
44Preprocess_IfNotDefifndef
45Preprocess_ElIfelif
46Preprocess_Elseelse
47Preprocess_EndIfendif
48Preprocess_Includeinclude
49Preprocess_Pragmapragma
50Preprocess_Content__macro_content__
51Preprocess_Macro__macro__
52Preprocess_Unsupported__unsupported__
53Spec_Alignasalignas
54Spec_Constconst
55Spec_Constevalconsteval
56Spec_Constexprconstexpr
57Spec_Constinitconstinit
58Spec_Explicitexplicit
59Spec_Externextern
60Spec_Finalfinal
61Spec_Globalglobal
62Spec_Inlineinline
63Spec_Internal_Linkageinternal
64Spec_LocalPersistlocal_persist
65Spec_Mutablemutable
66Spec_NeverInlineneverinline
67Spec_Overrideoverride
68Spec_Staticstatic
69Spec_ThreadLocalthread_local
70Spec_Volatilevolatile
71Star*
72Statement_End;
73StaticAssertstatic_assert
74String__string__
75Type_Unsignedunsigned
76Type_Signedsigned
77Type_Shortshort
78Type_Longlong
79Type_charchar
80Type_intint
81Type_doubledouble
82Type_MS_int8__int8
83Type_MS_int16__int16
84Type_MS_int32__int32
85Type_MS_int64__int64
86Type_MS_W64_W64
87Varadic_Argument...
88__Attributes_Start__attrib_start__