|
|
|
@ -6113,6 +6113,17 @@ namespace CppSharp
@@ -6113,6 +6113,17 @@ namespace CppSharp
|
|
|
|
|
Public = 2 |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public enum Linkage |
|
|
|
|
{ |
|
|
|
|
NoLinkage = 0, |
|
|
|
|
InternalLinkage = 1, |
|
|
|
|
UniqueExternalLinkage = 2, |
|
|
|
|
VisibleNoLinkage = 3, |
|
|
|
|
ModuleInternalLinkage = 4, |
|
|
|
|
ModuleLinkage = 5, |
|
|
|
|
ExternalLinkage = 6 |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public enum MacroLocation |
|
|
|
|
{ |
|
|
|
|
Unknown = 0, |
|
|
|
@ -6272,6 +6283,9 @@ namespace CppSharp
@@ -6272,6 +6283,9 @@ namespace CppSharp
|
|
|
|
|
[FieldOffset(8)] |
|
|
|
|
internal global::CppSharp.Parser.AST.AccessSpecifier access; |
|
|
|
|
|
|
|
|
|
[FieldOffset(12)] |
|
|
|
|
internal global::CppSharp.Parser.AST.Linkage linkage; |
|
|
|
|
|
|
|
|
|
[FieldOffset(16)] |
|
|
|
|
internal global::System.IntPtr _namespace; |
|
|
|
|
|
|
|
|
@ -6550,6 +6564,19 @@ namespace CppSharp
@@ -6550,6 +6564,19 @@ namespace CppSharp
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public global::CppSharp.Parser.AST.Linkage Linkage |
|
|
|
|
{ |
|
|
|
|
get |
|
|
|
|
{ |
|
|
|
|
return ((global::CppSharp.Parser.AST.Declaration.__Internal*) __Instance)->linkage; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
set |
|
|
|
|
{ |
|
|
|
|
((global::CppSharp.Parser.AST.Declaration.__Internal*)__Instance)->linkage = value; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public global::CppSharp.Parser.AST.DeclarationContext Namespace |
|
|
|
|
{ |
|
|
|
|
get |
|
|
|
@ -6809,6 +6836,9 @@ namespace CppSharp
@@ -6809,6 +6836,9 @@ namespace CppSharp
|
|
|
|
|
[FieldOffset(8)] |
|
|
|
|
internal global::CppSharp.Parser.AST.AccessSpecifier access; |
|
|
|
|
|
|
|
|
|
[FieldOffset(12)] |
|
|
|
|
internal global::CppSharp.Parser.AST.Linkage linkage; |
|
|
|
|
|
|
|
|
|
[FieldOffset(16)] |
|
|
|
|
internal global::System.IntPtr _namespace; |
|
|
|
|
|
|
|
|
@ -7494,6 +7524,9 @@ namespace CppSharp
@@ -7494,6 +7524,9 @@ namespace CppSharp
|
|
|
|
|
[FieldOffset(8)] |
|
|
|
|
internal global::CppSharp.Parser.AST.AccessSpecifier access; |
|
|
|
|
|
|
|
|
|
[FieldOffset(12)] |
|
|
|
|
internal global::CppSharp.Parser.AST.Linkage linkage; |
|
|
|
|
|
|
|
|
|
[FieldOffset(16)] |
|
|
|
|
internal global::System.IntPtr _namespace; |
|
|
|
|
|
|
|
|
@ -7665,6 +7698,9 @@ namespace CppSharp
@@ -7665,6 +7698,9 @@ namespace CppSharp
|
|
|
|
|
[FieldOffset(8)] |
|
|
|
|
internal global::CppSharp.Parser.AST.AccessSpecifier access; |
|
|
|
|
|
|
|
|
|
[FieldOffset(12)] |
|
|
|
|
internal global::CppSharp.Parser.AST.Linkage linkage; |
|
|
|
|
|
|
|
|
|
[FieldOffset(16)] |
|
|
|
|
internal global::System.IntPtr _namespace; |
|
|
|
|
|
|
|
|
@ -7816,6 +7852,9 @@ namespace CppSharp
@@ -7816,6 +7852,9 @@ namespace CppSharp
|
|
|
|
|
[FieldOffset(8)] |
|
|
|
|
internal global::CppSharp.Parser.AST.AccessSpecifier access; |
|
|
|
|
|
|
|
|
|
[FieldOffset(12)] |
|
|
|
|
internal global::CppSharp.Parser.AST.Linkage linkage; |
|
|
|
|
|
|
|
|
|
[FieldOffset(16)] |
|
|
|
|
internal global::System.IntPtr _namespace; |
|
|
|
|
|
|
|
|
@ -7988,6 +8027,9 @@ namespace CppSharp
@@ -7988,6 +8027,9 @@ namespace CppSharp
|
|
|
|
|
[FieldOffset(8)] |
|
|
|
|
internal global::CppSharp.Parser.AST.AccessSpecifier access; |
|
|
|
|
|
|
|
|
|
[FieldOffset(12)] |
|
|
|
|
internal global::CppSharp.Parser.AST.Linkage linkage; |
|
|
|
|
|
|
|
|
|
[FieldOffset(16)] |
|
|
|
|
internal global::System.IntPtr _namespace; |
|
|
|
|
|
|
|
|
@ -8886,6 +8928,9 @@ namespace CppSharp
@@ -8886,6 +8928,9 @@ namespace CppSharp
|
|
|
|
|
[FieldOffset(8)] |
|
|
|
|
internal global::CppSharp.Parser.AST.AccessSpecifier access; |
|
|
|
|
|
|
|
|
|
[FieldOffset(12)] |
|
|
|
|
internal global::CppSharp.Parser.AST.Linkage linkage; |
|
|
|
|
|
|
|
|
|
[FieldOffset(16)] |
|
|
|
|
internal global::System.IntPtr _namespace; |
|
|
|
|
|
|
|
|
@ -9142,6 +9187,9 @@ namespace CppSharp
@@ -9142,6 +9187,9 @@ namespace CppSharp
|
|
|
|
|
[FieldOffset(8)] |
|
|
|
|
internal global::CppSharp.Parser.AST.AccessSpecifier access; |
|
|
|
|
|
|
|
|
|
[FieldOffset(12)] |
|
|
|
|
internal global::CppSharp.Parser.AST.Linkage linkage; |
|
|
|
|
|
|
|
|
|
[FieldOffset(16)] |
|
|
|
|
internal global::System.IntPtr _namespace; |
|
|
|
|
|
|
|
|
@ -9706,6 +9754,9 @@ namespace CppSharp
@@ -9706,6 +9754,9 @@ namespace CppSharp
|
|
|
|
|
[FieldOffset(8)] |
|
|
|
|
internal global::CppSharp.Parser.AST.AccessSpecifier access; |
|
|
|
|
|
|
|
|
|
[FieldOffset(12)] |
|
|
|
|
internal global::CppSharp.Parser.AST.Linkage linkage; |
|
|
|
|
|
|
|
|
|
[FieldOffset(16)] |
|
|
|
|
internal global::System.IntPtr _namespace; |
|
|
|
|
|
|
|
|
@ -10166,6 +10217,9 @@ namespace CppSharp
@@ -10166,6 +10217,9 @@ namespace CppSharp
|
|
|
|
|
[FieldOffset(8)] |
|
|
|
|
internal global::CppSharp.Parser.AST.AccessSpecifier access; |
|
|
|
|
|
|
|
|
|
[FieldOffset(12)] |
|
|
|
|
internal global::CppSharp.Parser.AST.Linkage linkage; |
|
|
|
|
|
|
|
|
|
[FieldOffset(16)] |
|
|
|
|
internal global::System.IntPtr _namespace; |
|
|
|
|
|
|
|
|
@ -10328,6 +10382,9 @@ namespace CppSharp
@@ -10328,6 +10382,9 @@ namespace CppSharp
|
|
|
|
|
[FieldOffset(8)] |
|
|
|
|
internal global::CppSharp.Parser.AST.AccessSpecifier access; |
|
|
|
|
|
|
|
|
|
[FieldOffset(12)] |
|
|
|
|
internal global::CppSharp.Parser.AST.Linkage linkage; |
|
|
|
|
|
|
|
|
|
[FieldOffset(16)] |
|
|
|
|
internal global::System.IntPtr _namespace; |
|
|
|
|
|
|
|
|
@ -10671,6 +10728,9 @@ namespace CppSharp
@@ -10671,6 +10728,9 @@ namespace CppSharp
|
|
|
|
|
[FieldOffset(8)] |
|
|
|
|
internal global::CppSharp.Parser.AST.AccessSpecifier access; |
|
|
|
|
|
|
|
|
|
[FieldOffset(12)] |
|
|
|
|
internal global::CppSharp.Parser.AST.Linkage linkage; |
|
|
|
|
|
|
|
|
|
[FieldOffset(16)] |
|
|
|
|
internal global::System.IntPtr _namespace; |
|
|
|
|
|
|
|
|
@ -11009,6 +11069,9 @@ namespace CppSharp
@@ -11009,6 +11069,9 @@ namespace CppSharp
|
|
|
|
|
[FieldOffset(8)] |
|
|
|
|
internal global::CppSharp.Parser.AST.AccessSpecifier access; |
|
|
|
|
|
|
|
|
|
[FieldOffset(12)] |
|
|
|
|
internal global::CppSharp.Parser.AST.Linkage linkage; |
|
|
|
|
|
|
|
|
|
[FieldOffset(16)] |
|
|
|
|
internal global::System.IntPtr _namespace; |
|
|
|
|
|
|
|
|
@ -11228,6 +11291,9 @@ namespace CppSharp
@@ -11228,6 +11291,9 @@ namespace CppSharp
|
|
|
|
|
[FieldOffset(8)] |
|
|
|
|
internal global::CppSharp.Parser.AST.AccessSpecifier access; |
|
|
|
|
|
|
|
|
|
[FieldOffset(12)] |
|
|
|
|
internal global::CppSharp.Parser.AST.Linkage linkage; |
|
|
|
|
|
|
|
|
|
[FieldOffset(16)] |
|
|
|
|
internal global::System.IntPtr _namespace; |
|
|
|
|
|
|
|
|
@ -12502,6 +12568,9 @@ namespace CppSharp
@@ -12502,6 +12568,9 @@ namespace CppSharp
|
|
|
|
|
[FieldOffset(8)] |
|
|
|
|
internal global::CppSharp.Parser.AST.AccessSpecifier access; |
|
|
|
|
|
|
|
|
|
[FieldOffset(12)] |
|
|
|
|
internal global::CppSharp.Parser.AST.Linkage linkage; |
|
|
|
|
|
|
|
|
|
[FieldOffset(16)] |
|
|
|
|
internal global::System.IntPtr _namespace; |
|
|
|
|
|
|
|
|
@ -13092,6 +13161,9 @@ namespace CppSharp
@@ -13092,6 +13161,9 @@ namespace CppSharp
|
|
|
|
|
[FieldOffset(8)] |
|
|
|
|
internal global::CppSharp.Parser.AST.AccessSpecifier access; |
|
|
|
|
|
|
|
|
|
[FieldOffset(12)] |
|
|
|
|
internal global::CppSharp.Parser.AST.Linkage linkage; |
|
|
|
|
|
|
|
|
|
[FieldOffset(16)] |
|
|
|
|
internal global::System.IntPtr _namespace; |
|
|
|
|
|
|
|
|
@ -13337,6 +13409,9 @@ namespace CppSharp
@@ -13337,6 +13409,9 @@ namespace CppSharp
|
|
|
|
|
[FieldOffset(8)] |
|
|
|
|
internal global::CppSharp.Parser.AST.AccessSpecifier access; |
|
|
|
|
|
|
|
|
|
[FieldOffset(12)] |
|
|
|
|
internal global::CppSharp.Parser.AST.Linkage linkage; |
|
|
|
|
|
|
|
|
|
[FieldOffset(16)] |
|
|
|
|
internal global::System.IntPtr _namespace; |
|
|
|
|
|
|
|
|
@ -13491,6 +13566,9 @@ namespace CppSharp
@@ -13491,6 +13566,9 @@ namespace CppSharp
|
|
|
|
|
[FieldOffset(8)] |
|
|
|
|
internal global::CppSharp.Parser.AST.AccessSpecifier access; |
|
|
|
|
|
|
|
|
|
[FieldOffset(12)] |
|
|
|
|
internal global::CppSharp.Parser.AST.Linkage linkage; |
|
|
|
|
|
|
|
|
|
[FieldOffset(16)] |
|
|
|
|
internal global::System.IntPtr _namespace; |
|
|
|
|
|
|
|
|
@ -13692,6 +13770,9 @@ namespace CppSharp
@@ -13692,6 +13770,9 @@ namespace CppSharp
|
|
|
|
|
[FieldOffset(8)] |
|
|
|
|
internal global::CppSharp.Parser.AST.AccessSpecifier access; |
|
|
|
|
|
|
|
|
|
[FieldOffset(12)] |
|
|
|
|
internal global::CppSharp.Parser.AST.Linkage linkage; |
|
|
|
|
|
|
|
|
|
[FieldOffset(16)] |
|
|
|
|
internal global::System.IntPtr _namespace; |
|
|
|
|
|
|
|
|
@ -13894,6 +13975,9 @@ namespace CppSharp
@@ -13894,6 +13975,9 @@ namespace CppSharp
|
|
|
|
|
[FieldOffset(8)] |
|
|
|
|
internal global::CppSharp.Parser.AST.AccessSpecifier access; |
|
|
|
|
|
|
|
|
|
[FieldOffset(12)] |
|
|
|
|
internal global::CppSharp.Parser.AST.Linkage linkage; |
|
|
|
|
|
|
|
|
|
[FieldOffset(16)] |
|
|
|
|
internal global::System.IntPtr _namespace; |
|
|
|
|
|
|
|
|
@ -14069,6 +14153,9 @@ namespace CppSharp
@@ -14069,6 +14153,9 @@ namespace CppSharp
|
|
|
|
|
[FieldOffset(8)] |
|
|
|
|
internal global::CppSharp.Parser.AST.AccessSpecifier access; |
|
|
|
|
|
|
|
|
|
[FieldOffset(12)] |
|
|
|
|
internal global::CppSharp.Parser.AST.Linkage linkage; |
|
|
|
|
|
|
|
|
|
[FieldOffset(16)] |
|
|
|
|
internal global::System.IntPtr _namespace; |
|
|
|
|
|
|
|
|
@ -14316,6 +14403,9 @@ namespace CppSharp
@@ -14316,6 +14403,9 @@ namespace CppSharp
|
|
|
|
|
[FieldOffset(8)] |
|
|
|
|
internal global::CppSharp.Parser.AST.AccessSpecifier access; |
|
|
|
|
|
|
|
|
|
[FieldOffset(12)] |
|
|
|
|
internal global::CppSharp.Parser.AST.Linkage linkage; |
|
|
|
|
|
|
|
|
|
[FieldOffset(16)] |
|
|
|
|
internal global::System.IntPtr _namespace; |
|
|
|
|
|
|
|
|
@ -14567,6 +14657,9 @@ namespace CppSharp
@@ -14567,6 +14657,9 @@ namespace CppSharp
|
|
|
|
|
[FieldOffset(8)] |
|
|
|
|
internal global::CppSharp.Parser.AST.AccessSpecifier access; |
|
|
|
|
|
|
|
|
|
[FieldOffset(12)] |
|
|
|
|
internal global::CppSharp.Parser.AST.Linkage linkage; |
|
|
|
|
|
|
|
|
|
[FieldOffset(16)] |
|
|
|
|
internal global::System.IntPtr _namespace; |
|
|
|
|
|
|
|
|
@ -14882,6 +14975,9 @@ namespace CppSharp
@@ -14882,6 +14975,9 @@ namespace CppSharp
|
|
|
|
|
[FieldOffset(8)] |
|
|
|
|
internal global::CppSharp.Parser.AST.AccessSpecifier access; |
|
|
|
|
|
|
|
|
|
[FieldOffset(12)] |
|
|
|
|
internal global::CppSharp.Parser.AST.Linkage linkage; |
|
|
|
|
|
|
|
|
|
[FieldOffset(16)] |
|
|
|
|
internal global::System.IntPtr _namespace; |
|
|
|
|
|
|
|
|
@ -15117,6 +15213,9 @@ namespace CppSharp
@@ -15117,6 +15213,9 @@ namespace CppSharp
|
|
|
|
|
[FieldOffset(8)] |
|
|
|
|
internal global::CppSharp.Parser.AST.AccessSpecifier access; |
|
|
|
|
|
|
|
|
|
[FieldOffset(12)] |
|
|
|
|
internal global::CppSharp.Parser.AST.Linkage linkage; |
|
|
|
|
|
|
|
|
|
[FieldOffset(16)] |
|
|
|
|
internal global::System.IntPtr _namespace; |
|
|
|
|
|
|
|
|
@ -15554,6 +15653,9 @@ namespace CppSharp
@@ -15554,6 +15653,9 @@ namespace CppSharp
|
|
|
|
|
[FieldOffset(8)] |
|
|
|
|
internal global::CppSharp.Parser.AST.AccessSpecifier access; |
|
|
|
|
|
|
|
|
|
[FieldOffset(12)] |
|
|
|
|
internal global::CppSharp.Parser.AST.Linkage linkage; |
|
|
|
|
|
|
|
|
|
[FieldOffset(16)] |
|
|
|
|
internal global::System.IntPtr _namespace; |
|
|
|
|
|
|
|
|
@ -15805,6 +15907,9 @@ namespace CppSharp
@@ -15805,6 +15907,9 @@ namespace CppSharp
|
|
|
|
|
[FieldOffset(8)] |
|
|
|
|
internal global::CppSharp.Parser.AST.AccessSpecifier access; |
|
|
|
|
|
|
|
|
|
[FieldOffset(12)] |
|
|
|
|
internal global::CppSharp.Parser.AST.Linkage linkage; |
|
|
|
|
|
|
|
|
|
[FieldOffset(16)] |
|
|
|
|
internal global::System.IntPtr _namespace; |
|
|
|
|
|
|
|
|
@ -16048,6 +16153,9 @@ namespace CppSharp
@@ -16048,6 +16153,9 @@ namespace CppSharp
|
|
|
|
|
[FieldOffset(8)] |
|
|
|
|
internal global::CppSharp.Parser.AST.AccessSpecifier access; |
|
|
|
|
|
|
|
|
|
[FieldOffset(12)] |
|
|
|
|
internal global::CppSharp.Parser.AST.Linkage linkage; |
|
|
|
|
|
|
|
|
|
[FieldOffset(16)] |
|
|
|
|
internal global::System.IntPtr _namespace; |
|
|
|
|
|
|
|
|
@ -16211,6 +16319,9 @@ namespace CppSharp
@@ -16211,6 +16319,9 @@ namespace CppSharp
|
|
|
|
|
[FieldOffset(8)] |
|
|
|
|
internal global::CppSharp.Parser.AST.AccessSpecifier access; |
|
|
|
|
|
|
|
|
|
[FieldOffset(12)] |
|
|
|
|
internal global::CppSharp.Parser.AST.Linkage linkage; |
|
|
|
|
|
|
|
|
|
[FieldOffset(16)] |
|
|
|
|
internal global::System.IntPtr _namespace; |
|
|
|
|
|
|
|
|
@ -16359,6 +16470,9 @@ namespace CppSharp
@@ -16359,6 +16470,9 @@ namespace CppSharp
|
|
|
|
|
[FieldOffset(8)] |
|
|
|
|
internal global::CppSharp.Parser.AST.AccessSpecifier access; |
|
|
|
|
|
|
|
|
|
[FieldOffset(12)] |
|
|
|
|
internal global::CppSharp.Parser.AST.Linkage linkage; |
|
|
|
|
|
|
|
|
|
[FieldOffset(16)] |
|
|
|
|
internal global::System.IntPtr _namespace; |
|
|
|
|
|
|
|
|
@ -16999,6 +17113,9 @@ namespace CppSharp
@@ -16999,6 +17113,9 @@ namespace CppSharp
|
|
|
|
|
[FieldOffset(8)] |
|
|
|
|
internal global::CppSharp.Parser.AST.AccessSpecifier access; |
|
|
|
|
|
|
|
|
|
[FieldOffset(12)] |
|
|
|
|
internal global::CppSharp.Parser.AST.Linkage linkage; |
|
|
|
|
|
|
|
|
|
[FieldOffset(16)] |
|
|
|
|
internal global::System.IntPtr _namespace; |
|
|
|
|
|
|
|
|
|