gencpp/project/enums/ECodeTypes.csv
2024-12-07 17:17:02 -05:00

1.8 KiB

1Invalid__NA__
2Untyped__NA__
3NewLine__NA__
4Comment//
5Access_Privateprivate
6Access_Protectedprotected
7Access_Publicpublic
8PlatformAttributes__NA__
9Classclass
10Class_Fwdclsss
11Class_Body__NA__
12Constructor__NA__
13Constructor_Fwd__NA__
14Destructor__NA__
15Destructor_Fwd__NA__
16Enumenum
17Enum_Fwdenum
18Enum_Body__NA__
19Enum_Classenum class
20Enum_Class_Fwdenum class
21Execution__NA__
22Export_Body__NA__
23Extern_Linkageextern
24Extern_Linkage_Bodyextern
25Friendfriend
26Function__NA__
27Function_Fwd__NA__
28Function_Body__NA__
29Global_Body__NA__
30Modulemodule
31Namespacenamespace
32Namespace_Body__NA__
33Operatoroperator
34Operator_Fwdoperator
35Operator_Memberoperator
36Operator_Member_Fwdoperator
37Operator_Castoperator
38Operator_Cast_Fwdoperator
39Parameters__NA__
40Preprocess_Definedefine
41Preprocess_Includeinclude
42Preprocess_Ifif
43Preprocess_IfDefifdef
44Preprocess_IfNotDefifndef
45Preprocess_ElIfelif
46Preprocess_Elseelse
47Preprocess_EndIfendif
48Preprocess_Pragmapragma
49Specifiers__NA__
50Structstruct
51Struct_Fwdstruct
52Struct_Body__NA__
53Templatetemplate
54Typedeftypedef
55Typename__NA__
56Unionunion
57Union_Fwdunion
58Union_Body__NA__
59Usingusing
60Using_Namespaceusing namespace
61Variable__NA__