gencpp/project/enums/ETokType.csv

2.7 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_Operator__operator__
30Decl_Structstruct
31Decl_Templatetemplate
32Decl_Typedeftypedef
33Decl_Usingusing
34Decl_Unionunion
35Identifier__identifier__
36Module_Importimport
37Module_Exportexport
38Number__number__
39Operator__operator__
40Preprocess_Definedefine
41Preprocess_Ifif
42Preprocess_IfDefifdef
43Preprocess_IfNotDefifndef
44Preprocess_ElIfelif
45Preprocess_Elseelse
46Preprocess_EndIfendif
47Preprocess_Includeinclude
48Preprocess_Pragmapragma
49Preprocess_Macro__macro__
50Preprocess_Unsupported__unsupported__
51Spec_Alignasalignas
52Spec_Constconst
53Spec_Constevalconsteval
54Spec_Constexprconstexpr
55Spec_Constinitconstinit
56Spec_Explicitexplicit
57Spec_Externextern
58Spec_Finalfinal
59Spec_Globalglobal
60Spec_Inlineinline
61Spec_Internal_Linkageinternal
62Spec_LocalPersistlocal_persist
63Spec_Mutablemutable
64Spec_Overrideoverride
65Spec_Staticstatic
66Spec_ThreadLocalthread_local
67Spec_Volatilevolatile
68Star*
69Statement_End;
70StaticAssertstatic_assert
71String__string__
72Type_Unsignedunsigned
73Type_Signedsigned
74Type_Shortshort
75Type_Longlong
76Type_charchar
77Type_intint
78Type_doubledouble
79Type_MS_int8__int8
80Type_MS_int16__int16
81Type_MS_int32__int32
82Type_MS_int64__int64
83Type_MS_W64_W64
84Varadic_Argument...
85__Attributes_Start__attrib_start__