|
|
|
@ -253,12 +253,6 @@ namespace CppSharp
@@ -253,12 +253,6 @@ namespace CppSharp
|
|
|
|
|
Internal.ctor_0(__Instance, arg0); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public Type(CppSharp.Parser.AST.Type _0) |
|
|
|
|
{ |
|
|
|
|
__Instance = Marshal.AllocHGlobal(8); |
|
|
|
|
*((Type.Internal*) __Instance) = *((Type.Internal*) _0.__Instance); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public void Dispose() |
|
|
|
|
{ |
|
|
|
|
Dispose(disposing: true); |
|
|
|
@ -338,12 +332,6 @@ namespace CppSharp
@@ -338,12 +332,6 @@ namespace CppSharp
|
|
|
|
|
__Instance = native; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public TypeQualifiers(CppSharp.Parser.AST.TypeQualifiers _0) |
|
|
|
|
{ |
|
|
|
|
__Instance = Marshal.AllocHGlobal(3); |
|
|
|
|
*((TypeQualifiers.Internal*) __Instance) = *((TypeQualifiers.Internal*) _0.__Instance); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public TypeQualifiers() |
|
|
|
|
{ |
|
|
|
|
__Instance = Marshal.AllocHGlobal(3); |
|
|
|
@ -451,12 +439,6 @@ namespace CppSharp
@@ -451,12 +439,6 @@ namespace CppSharp
|
|
|
|
|
Internal.ctor_0(__Instance); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public QualifiedType(CppSharp.Parser.AST.QualifiedType _0) |
|
|
|
|
{ |
|
|
|
|
__Instance = Marshal.AllocHGlobal(8); |
|
|
|
|
*((QualifiedType.Internal*) __Instance) = *((QualifiedType.Internal*) _0.__Instance); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public void Dispose() |
|
|
|
|
{ |
|
|
|
|
Dispose(disposing: true); |
|
|
|
@ -548,13 +530,6 @@ namespace CppSharp
@@ -548,13 +530,6 @@ namespace CppSharp
|
|
|
|
|
Internal.ctor_0(__Instance); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public TagType(CppSharp.Parser.AST.TagType _0) |
|
|
|
|
: this(IntPtr.Zero) |
|
|
|
|
{ |
|
|
|
|
__Instance = Marshal.AllocHGlobal(12); |
|
|
|
|
*((TagType.Internal*) __Instance) = *((TagType.Internal*) _0.__Instance); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
protected override void Dispose(bool disposing) |
|
|
|
|
{ |
|
|
|
|
base.Dispose(disposing); |
|
|
|
@ -637,13 +612,6 @@ namespace CppSharp
@@ -637,13 +612,6 @@ namespace CppSharp
|
|
|
|
|
Internal.ctor_0(__Instance); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public ArrayType(CppSharp.Parser.AST.ArrayType _0) |
|
|
|
|
: this(IntPtr.Zero) |
|
|
|
|
{ |
|
|
|
|
__Instance = Marshal.AllocHGlobal(24); |
|
|
|
|
*((ArrayType.Internal*) __Instance) = *((ArrayType.Internal*) _0.__Instance); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
protected override void Dispose(bool disposing) |
|
|
|
|
{ |
|
|
|
|
base.Dispose(disposing); |
|
|
|
@ -770,14 +738,6 @@ namespace CppSharp
@@ -770,14 +738,6 @@ namespace CppSharp
|
|
|
|
|
Internal.ctor_0(__Instance); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public FunctionType(CppSharp.Parser.AST.FunctionType _0) |
|
|
|
|
: this(IntPtr.Zero) |
|
|
|
|
{ |
|
|
|
|
__Instance = Marshal.AllocHGlobal(32); |
|
|
|
|
var arg0 = _0 == (CppSharp.Parser.AST.FunctionType) null ? global::System.IntPtr.Zero : _0.__Instance; |
|
|
|
|
Internal.cctor_2(__Instance, arg0); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
protected override void Dispose(bool disposing) |
|
|
|
|
{ |
|
|
|
|
base.Dispose(disposing); |
|
|
|
@ -896,13 +856,6 @@ namespace CppSharp
@@ -896,13 +856,6 @@ namespace CppSharp
|
|
|
|
|
Internal.ctor_0(__Instance); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public PointerType(CppSharp.Parser.AST.PointerType _0) |
|
|
|
|
: this(IntPtr.Zero) |
|
|
|
|
{ |
|
|
|
|
__Instance = Marshal.AllocHGlobal(20); |
|
|
|
|
*((PointerType.Internal*) __Instance) = *((PointerType.Internal*) _0.__Instance); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
protected override void Dispose(bool disposing) |
|
|
|
|
{ |
|
|
|
|
base.Dispose(disposing); |
|
|
|
@ -988,13 +941,6 @@ namespace CppSharp
@@ -988,13 +941,6 @@ namespace CppSharp
|
|
|
|
|
Internal.ctor_0(__Instance); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public MemberPointerType(CppSharp.Parser.AST.MemberPointerType _0) |
|
|
|
|
: this(IntPtr.Zero) |
|
|
|
|
{ |
|
|
|
|
__Instance = Marshal.AllocHGlobal(16); |
|
|
|
|
*((MemberPointerType.Internal*) __Instance) = *((MemberPointerType.Internal*) _0.__Instance); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
protected override void Dispose(bool disposing) |
|
|
|
|
{ |
|
|
|
|
base.Dispose(disposing); |
|
|
|
@ -1065,13 +1011,6 @@ namespace CppSharp
@@ -1065,13 +1011,6 @@ namespace CppSharp
|
|
|
|
|
Internal.ctor_0(__Instance); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public TypedefType(CppSharp.Parser.AST.TypedefType _0) |
|
|
|
|
: this(IntPtr.Zero) |
|
|
|
|
{ |
|
|
|
|
__Instance = Marshal.AllocHGlobal(12); |
|
|
|
|
*((TypedefType.Internal*) __Instance) = *((TypedefType.Internal*) _0.__Instance); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
protected override void Dispose(bool disposing) |
|
|
|
|
{ |
|
|
|
|
base.Dispose(disposing); |
|
|
|
@ -1143,13 +1082,6 @@ namespace CppSharp
@@ -1143,13 +1082,6 @@ namespace CppSharp
|
|
|
|
|
Internal.ctor_0(__Instance); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public AttributedType(CppSharp.Parser.AST.AttributedType _0) |
|
|
|
|
: this(IntPtr.Zero) |
|
|
|
|
{ |
|
|
|
|
__Instance = Marshal.AllocHGlobal(24); |
|
|
|
|
*((AttributedType.Internal*) __Instance) = *((AttributedType.Internal*) _0.__Instance); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
protected override void Dispose(bool disposing) |
|
|
|
|
{ |
|
|
|
|
base.Dispose(disposing); |
|
|
|
@ -1243,13 +1175,6 @@ namespace CppSharp
@@ -1243,13 +1175,6 @@ namespace CppSharp
|
|
|
|
|
Internal.ctor_0(__Instance); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public DecayedType(CppSharp.Parser.AST.DecayedType _0) |
|
|
|
|
: this(IntPtr.Zero) |
|
|
|
|
{ |
|
|
|
|
__Instance = Marshal.AllocHGlobal(32); |
|
|
|
|
*((DecayedType.Internal*) __Instance) = *((DecayedType.Internal*) _0.__Instance); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
protected override void Dispose(bool disposing) |
|
|
|
|
{ |
|
|
|
|
base.Dispose(disposing); |
|
|
|
@ -1370,12 +1295,6 @@ namespace CppSharp
@@ -1370,12 +1295,6 @@ namespace CppSharp
|
|
|
|
|
Internal.ctor_0(__Instance); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public TemplateArgument(CppSharp.Parser.AST.TemplateArgument _0) |
|
|
|
|
{ |
|
|
|
|
__Instance = Marshal.AllocHGlobal(20); |
|
|
|
|
*((TemplateArgument.Internal*) __Instance) = *((TemplateArgument.Internal*) _0.__Instance); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public void Dispose() |
|
|
|
|
{ |
|
|
|
|
Dispose(disposing: true); |
|
|
|
@ -1523,14 +1442,6 @@ namespace CppSharp
@@ -1523,14 +1442,6 @@ namespace CppSharp
|
|
|
|
|
Internal.ctor_0(__Instance); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public TemplateSpecializationType(CppSharp.Parser.AST.TemplateSpecializationType _0) |
|
|
|
|
: this(IntPtr.Zero) |
|
|
|
|
{ |
|
|
|
|
__Instance = Marshal.AllocHGlobal(28); |
|
|
|
|
var arg0 = _0 == (CppSharp.Parser.AST.TemplateSpecializationType) null ? global::System.IntPtr.Zero : _0.__Instance; |
|
|
|
|
Internal.cctor_2(__Instance, arg0); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
protected override void Dispose(bool disposing) |
|
|
|
|
{ |
|
|
|
|
base.Dispose(disposing); |
|
|
|
@ -1654,13 +1565,6 @@ namespace CppSharp
@@ -1654,13 +1565,6 @@ namespace CppSharp
|
|
|
|
|
Internal.ctor_1(__Instance); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public TemplateParameter(CppSharp.Parser.AST.TemplateParameter _0) |
|
|
|
|
{ |
|
|
|
|
__Instance = Marshal.AllocHGlobal(12); |
|
|
|
|
var arg0 = _0 == (CppSharp.Parser.AST.TemplateParameter) null ? global::System.IntPtr.Zero : _0.__Instance; |
|
|
|
|
Internal.cctor_2(__Instance, arg0); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public void Dispose() |
|
|
|
|
{ |
|
|
|
|
Dispose(disposing: true); |
|
|
|
@ -1756,14 +1660,6 @@ namespace CppSharp
@@ -1756,14 +1660,6 @@ namespace CppSharp
|
|
|
|
|
Internal.ctor_0(__Instance); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public TemplateParameterType(CppSharp.Parser.AST.TemplateParameterType _0) |
|
|
|
|
: this(IntPtr.Zero) |
|
|
|
|
{ |
|
|
|
|
__Instance = Marshal.AllocHGlobal(20); |
|
|
|
|
var arg0 = _0 == (CppSharp.Parser.AST.TemplateParameterType) null ? global::System.IntPtr.Zero : _0.__Instance; |
|
|
|
|
Internal.cctor_1(__Instance, arg0); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
protected override void Dispose(bool disposing) |
|
|
|
|
{ |
|
|
|
|
base.Dispose(disposing); |
|
|
|
@ -1834,13 +1730,6 @@ namespace CppSharp
@@ -1834,13 +1730,6 @@ namespace CppSharp
|
|
|
|
|
Internal.ctor_0(__Instance); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public TemplateParameterSubstitutionType(CppSharp.Parser.AST.TemplateParameterSubstitutionType _0) |
|
|
|
|
: this(IntPtr.Zero) |
|
|
|
|
{ |
|
|
|
|
__Instance = Marshal.AllocHGlobal(16); |
|
|
|
|
*((TemplateParameterSubstitutionType.Internal*) __Instance) = *((TemplateParameterSubstitutionType.Internal*) _0.__Instance); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
protected override void Dispose(bool disposing) |
|
|
|
|
{ |
|
|
|
|
base.Dispose(disposing); |
|
|
|
@ -1919,14 +1808,6 @@ namespace CppSharp
@@ -1919,14 +1808,6 @@ namespace CppSharp
|
|
|
|
|
Internal.ctor_0(__Instance); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public InjectedClassNameType(CppSharp.Parser.AST.InjectedClassNameType _0) |
|
|
|
|
: this(IntPtr.Zero) |
|
|
|
|
{ |
|
|
|
|
__Instance = Marshal.AllocHGlobal(40); |
|
|
|
|
var arg0 = _0 == (CppSharp.Parser.AST.InjectedClassNameType) null ? global::System.IntPtr.Zero : _0.__Instance; |
|
|
|
|
Internal.cctor_1(__Instance, arg0); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
protected override void Dispose(bool disposing) |
|
|
|
|
{ |
|
|
|
|
base.Dispose(disposing); |
|
|
|
@ -2009,13 +1890,6 @@ namespace CppSharp
@@ -2009,13 +1890,6 @@ namespace CppSharp
|
|
|
|
|
Internal.ctor_0(__Instance); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public DependentNameType(CppSharp.Parser.AST.DependentNameType _0) |
|
|
|
|
: this(IntPtr.Zero) |
|
|
|
|
{ |
|
|
|
|
__Instance = Marshal.AllocHGlobal(8); |
|
|
|
|
*((DependentNameType.Internal*) __Instance) = *((DependentNameType.Internal*) _0.__Instance); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
protected override void Dispose(bool disposing) |
|
|
|
|
{ |
|
|
|
|
base.Dispose(disposing); |
|
|
|
@ -2066,13 +1940,6 @@ namespace CppSharp
@@ -2066,13 +1940,6 @@ namespace CppSharp
|
|
|
|
|
Internal.ctor_0(__Instance); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public PackExpansionType(CppSharp.Parser.AST.PackExpansionType _0) |
|
|
|
|
: this(IntPtr.Zero) |
|
|
|
|
{ |
|
|
|
|
__Instance = Marshal.AllocHGlobal(8); |
|
|
|
|
*((PackExpansionType.Internal*) __Instance) = *((PackExpansionType.Internal*) _0.__Instance); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
protected override void Dispose(bool disposing) |
|
|
|
|
{ |
|
|
|
|
base.Dispose(disposing); |
|
|
|
@ -2126,13 +1993,6 @@ namespace CppSharp
@@ -2126,13 +1993,6 @@ namespace CppSharp
|
|
|
|
|
Internal.ctor_0(__Instance); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public BuiltinType(CppSharp.Parser.AST.BuiltinType _0) |
|
|
|
|
: this(IntPtr.Zero) |
|
|
|
|
{ |
|
|
|
|
__Instance = Marshal.AllocHGlobal(12); |
|
|
|
|
*((BuiltinType.Internal*) __Instance) = *((BuiltinType.Internal*) _0.__Instance); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
protected override void Dispose(bool disposing) |
|
|
|
|
{ |
|
|
|
|
base.Dispose(disposing); |
|
|
|
@ -2202,12 +2062,6 @@ namespace CppSharp
@@ -2202,12 +2062,6 @@ namespace CppSharp
|
|
|
|
|
Internal.ctor_0(__Instance); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public VTableComponent(CppSharp.Parser.AST.VTableComponent _0) |
|
|
|
|
{ |
|
|
|
|
__Instance = Marshal.AllocHGlobal(12); |
|
|
|
|
*((VTableComponent.Internal*) __Instance) = *((VTableComponent.Internal*) _0.__Instance); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public void Dispose() |
|
|
|
|
{ |
|
|
|
|
Dispose(disposing: true); |
|
|
|
@ -2327,13 +2181,6 @@ namespace CppSharp
@@ -2327,13 +2181,6 @@ namespace CppSharp
|
|
|
|
|
Internal.ctor_0(__Instance); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public VTableLayout(CppSharp.Parser.AST.VTableLayout _0) |
|
|
|
|
{ |
|
|
|
|
__Instance = Marshal.AllocHGlobal(12); |
|
|
|
|
var arg0 = _0 == (CppSharp.Parser.AST.VTableLayout) null ? global::System.IntPtr.Zero : _0.__Instance; |
|
|
|
|
Internal.cctor_2(__Instance, arg0); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public void Dispose() |
|
|
|
|
{ |
|
|
|
|
Dispose(disposing: true); |
|
|
|
@ -2427,13 +2274,6 @@ namespace CppSharp
@@ -2427,13 +2274,6 @@ namespace CppSharp
|
|
|
|
|
Internal.ctor_0(__Instance); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public VFTableInfo(CppSharp.Parser.AST.VFTableInfo _0) |
|
|
|
|
{ |
|
|
|
|
__Instance = Marshal.AllocHGlobal(28); |
|
|
|
|
var arg0 = _0 == (CppSharp.Parser.AST.VFTableInfo) null ? global::System.IntPtr.Zero : _0.__Instance; |
|
|
|
|
Internal.cctor_1(__Instance, arg0); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public void Dispose() |
|
|
|
|
{ |
|
|
|
|
Dispose(disposing: true); |
|
|
|
@ -2592,13 +2432,6 @@ namespace CppSharp
@@ -2592,13 +2432,6 @@ namespace CppSharp
|
|
|
|
|
Internal.ctor_0(__Instance); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public ClassLayout(CppSharp.Parser.AST.ClassLayout _0) |
|
|
|
|
{ |
|
|
|
|
__Instance = Marshal.AllocHGlobal(48); |
|
|
|
|
var arg0 = _0 == (CppSharp.Parser.AST.ClassLayout) null ? global::System.IntPtr.Zero : _0.__Instance; |
|
|
|
|
Internal.cctor_2(__Instance, arg0); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public void Dispose() |
|
|
|
|
{ |
|
|
|
|
Dispose(disposing: true); |
|
|
|
@ -2859,13 +2692,6 @@ namespace CppSharp
@@ -2859,13 +2692,6 @@ namespace CppSharp
|
|
|
|
|
Internal.ctor_0(__Instance, arg0); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public Declaration(CppSharp.Parser.AST.Declaration _0) |
|
|
|
|
{ |
|
|
|
|
__Instance = Marshal.AllocHGlobal(68); |
|
|
|
|
var arg0 = _0 == (CppSharp.Parser.AST.Declaration) null ? global::System.IntPtr.Zero : _0.__Instance; |
|
|
|
|
Internal.cctor_2(__Instance, arg0); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public void Dispose() |
|
|
|
|
{ |
|
|
|
|
Dispose(disposing: true); |
|
|
|
@ -3281,14 +3107,6 @@ namespace CppSharp
@@ -3281,14 +3107,6 @@ namespace CppSharp
|
|
|
|
|
Internal.ctor_0(__Instance); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public DeclarationContext(CppSharp.Parser.AST.DeclarationContext _0) |
|
|
|
|
: this(IntPtr.Zero) |
|
|
|
|
{ |
|
|
|
|
__Instance = Marshal.AllocHGlobal(168); |
|
|
|
|
var arg0 = _0 == (CppSharp.Parser.AST.DeclarationContext) null ? global::System.IntPtr.Zero : _0.__Instance; |
|
|
|
|
Internal.cctor_2(__Instance, arg0); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
protected override void Dispose(bool disposing) |
|
|
|
|
{ |
|
|
|
|
base.Dispose(disposing); |
|
|
|
@ -3546,14 +3364,6 @@ namespace CppSharp
@@ -3546,14 +3364,6 @@ namespace CppSharp
|
|
|
|
|
Internal.ctor_0(__Instance); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public TypedefDecl(CppSharp.Parser.AST.TypedefDecl _0) |
|
|
|
|
: this(IntPtr.Zero) |
|
|
|
|
{ |
|
|
|
|
__Instance = Marshal.AllocHGlobal(76); |
|
|
|
|
var arg0 = _0 == (CppSharp.Parser.AST.TypedefDecl) null ? global::System.IntPtr.Zero : _0.__Instance; |
|
|
|
|
Internal.cctor_1(__Instance, arg0); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
protected override void Dispose(bool disposing) |
|
|
|
|
{ |
|
|
|
|
base.Dispose(disposing); |
|
|
|
@ -3665,14 +3475,6 @@ namespace CppSharp
@@ -3665,14 +3475,6 @@ namespace CppSharp
|
|
|
|
|
Internal.ctor_0(__Instance); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public Parameter(CppSharp.Parser.AST.Parameter _0) |
|
|
|
|
: this(IntPtr.Zero) |
|
|
|
|
{ |
|
|
|
|
__Instance = Marshal.AllocHGlobal(80); |
|
|
|
|
var arg0 = _0 == (CppSharp.Parser.AST.Parameter) null ? global::System.IntPtr.Zero : _0.__Instance; |
|
|
|
|
Internal.cctor_1(__Instance, arg0); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
protected override void Dispose(bool disposing) |
|
|
|
|
{ |
|
|
|
|
base.Dispose(disposing); |
|
|
|
@ -3873,14 +3675,6 @@ namespace CppSharp
@@ -3873,14 +3675,6 @@ namespace CppSharp
|
|
|
|
|
Internal.ctor_0(__Instance); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public Function(CppSharp.Parser.AST.Function _0) |
|
|
|
|
: this(IntPtr.Zero) |
|
|
|
|
{ |
|
|
|
|
__Instance = Marshal.AllocHGlobal(128); |
|
|
|
|
var arg0 = _0 == (CppSharp.Parser.AST.Function) null ? global::System.IntPtr.Zero : _0.__Instance; |
|
|
|
|
Internal.cctor_2(__Instance, arg0); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
protected override void Dispose(bool disposing) |
|
|
|
|
{ |
|
|
|
|
base.Dispose(disposing); |
|
|
|
@ -4210,14 +4004,6 @@ namespace CppSharp
@@ -4210,14 +4004,6 @@ namespace CppSharp
|
|
|
|
|
Internal.ctor_0(__Instance); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public Method(CppSharp.Parser.AST.Method _0) |
|
|
|
|
: this(IntPtr.Zero) |
|
|
|
|
{ |
|
|
|
|
__Instance = Marshal.AllocHGlobal(156); |
|
|
|
|
var arg0 = _0 == (CppSharp.Parser.AST.Method) null ? global::System.IntPtr.Zero : _0.__Instance; |
|
|
|
|
Internal.cctor_1(__Instance, arg0); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
protected override void Dispose(bool disposing) |
|
|
|
|
{ |
|
|
|
|
base.Dispose(disposing); |
|
|
|
@ -4578,14 +4364,6 @@ namespace CppSharp
@@ -4578,14 +4364,6 @@ namespace CppSharp
|
|
|
|
|
Internal.ctor_0(__Instance); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public Item(CppSharp.Parser.AST.Enumeration.Item _0) |
|
|
|
|
: this(IntPtr.Zero) |
|
|
|
|
{ |
|
|
|
|
__Instance = Marshal.AllocHGlobal(88); |
|
|
|
|
var arg0 = _0 == (CppSharp.Parser.AST.Enumeration.Item) null ? global::System.IntPtr.Zero : _0.__Instance; |
|
|
|
|
Internal.cctor_2(__Instance, arg0); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
protected override void Dispose(bool disposing) |
|
|
|
|
{ |
|
|
|
|
base.Dispose(disposing); |
|
|
|
@ -4646,14 +4424,6 @@ namespace CppSharp
@@ -4646,14 +4424,6 @@ namespace CppSharp
|
|
|
|
|
Internal.ctor_0(__Instance); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public Enumeration(CppSharp.Parser.AST.Enumeration _0) |
|
|
|
|
: this(IntPtr.Zero) |
|
|
|
|
{ |
|
|
|
|
__Instance = Marshal.AllocHGlobal(92); |
|
|
|
|
var arg0 = _0 == (CppSharp.Parser.AST.Enumeration) null ? global::System.IntPtr.Zero : _0.__Instance; |
|
|
|
|
Internal.cctor_2(__Instance, arg0); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
protected override void Dispose(bool disposing) |
|
|
|
|
{ |
|
|
|
|
base.Dispose(disposing); |
|
|
|
@ -4824,14 +4594,6 @@ namespace CppSharp
@@ -4824,14 +4594,6 @@ namespace CppSharp
|
|
|
|
|
Internal.ctor_0(__Instance); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public Variable(CppSharp.Parser.AST.Variable _0) |
|
|
|
|
: this(IntPtr.Zero) |
|
|
|
|
{ |
|
|
|
|
__Instance = Marshal.AllocHGlobal(88); |
|
|
|
|
var arg0 = _0 == (CppSharp.Parser.AST.Variable) null ? global::System.IntPtr.Zero : _0.__Instance; |
|
|
|
|
Internal.cctor_2(__Instance, arg0); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
protected override void Dispose(bool disposing) |
|
|
|
|
{ |
|
|
|
|
base.Dispose(disposing); |
|
|
|
@ -4920,12 +4682,6 @@ namespace CppSharp
@@ -4920,12 +4682,6 @@ namespace CppSharp
|
|
|
|
|
Internal.ctor_0(__Instance); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public BaseClassSpecifier(CppSharp.Parser.AST.BaseClassSpecifier _0) |
|
|
|
|
{ |
|
|
|
|
__Instance = Marshal.AllocHGlobal(12); |
|
|
|
|
*((BaseClassSpecifier.Internal*) __Instance) = *((BaseClassSpecifier.Internal*) _0.__Instance); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public void Dispose() |
|
|
|
|
{ |
|
|
|
|
Dispose(disposing: true); |
|
|
|
@ -5071,14 +4827,6 @@ namespace CppSharp
@@ -5071,14 +4827,6 @@ namespace CppSharp
|
|
|
|
|
Internal.ctor_0(__Instance); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public Field(CppSharp.Parser.AST.Field _0) |
|
|
|
|
: this(IntPtr.Zero) |
|
|
|
|
{ |
|
|
|
|
__Instance = Marshal.AllocHGlobal(84); |
|
|
|
|
var arg0 = _0 == (CppSharp.Parser.AST.Field) null ? global::System.IntPtr.Zero : _0.__Instance; |
|
|
|
|
Internal.cctor_1(__Instance, arg0); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
protected override void Dispose(bool disposing) |
|
|
|
|
{ |
|
|
|
|
base.Dispose(disposing); |
|
|
|
@ -5211,14 +4959,6 @@ namespace CppSharp
@@ -5211,14 +4959,6 @@ namespace CppSharp
|
|
|
|
|
Internal.ctor_0(__Instance); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public AccessSpecifierDecl(CppSharp.Parser.AST.AccessSpecifierDecl _0) |
|
|
|
|
: this(IntPtr.Zero) |
|
|
|
|
{ |
|
|
|
|
__Instance = Marshal.AllocHGlobal(68); |
|
|
|
|
var arg0 = _0 == (CppSharp.Parser.AST.AccessSpecifierDecl) null ? global::System.IntPtr.Zero : _0.__Instance; |
|
|
|
|
Internal.cctor_1(__Instance, arg0); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
protected override void Dispose(bool disposing) |
|
|
|
|
{ |
|
|
|
|
base.Dispose(disposing); |
|
|
|
@ -5433,14 +5173,6 @@ namespace CppSharp
@@ -5433,14 +5173,6 @@ namespace CppSharp
|
|
|
|
|
Internal.ctor_0(__Instance); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public Class(CppSharp.Parser.AST.Class _0) |
|
|
|
|
: this(IntPtr.Zero) |
|
|
|
|
{ |
|
|
|
|
__Instance = Marshal.AllocHGlobal(232); |
|
|
|
|
var arg0 = _0 == (CppSharp.Parser.AST.Class) null ? global::System.IntPtr.Zero : _0.__Instance; |
|
|
|
|
Internal.cctor_2(__Instance, arg0); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
protected override void Dispose(bool disposing) |
|
|
|
|
{ |
|
|
|
|
base.Dispose(disposing); |
|
|
|
@ -5785,14 +5517,6 @@ namespace CppSharp
@@ -5785,14 +5517,6 @@ namespace CppSharp
|
|
|
|
|
Internal.ctor_0(__Instance); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public Template(CppSharp.Parser.AST.Template _0) |
|
|
|
|
: this(IntPtr.Zero) |
|
|
|
|
{ |
|
|
|
|
__Instance = Marshal.AllocHGlobal(84); |
|
|
|
|
var arg0 = _0 == (CppSharp.Parser.AST.Template) null ? global::System.IntPtr.Zero : _0.__Instance; |
|
|
|
|
Internal.cctor_2(__Instance, arg0); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
protected override void Dispose(bool disposing) |
|
|
|
|
{ |
|
|
|
|
base.Dispose(disposing); |
|
|
|
@ -5961,14 +5685,6 @@ namespace CppSharp
@@ -5961,14 +5685,6 @@ namespace CppSharp
|
|
|
|
|
Internal.ctor_0(__Instance); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public ClassTemplate(CppSharp.Parser.AST.ClassTemplate _0) |
|
|
|
|
: this(IntPtr.Zero) |
|
|
|
|
{ |
|
|
|
|
__Instance = Marshal.AllocHGlobal(96); |
|
|
|
|
var arg0 = _0 == (CppSharp.Parser.AST.ClassTemplate) null ? global::System.IntPtr.Zero : _0.__Instance; |
|
|
|
|
Internal.cctor_2(__Instance, arg0); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
protected override void Dispose(bool disposing) |
|
|
|
|
{ |
|
|
|
|
base.Dispose(disposing); |
|
|
|
@ -6201,14 +5917,6 @@ namespace CppSharp
@@ -6201,14 +5917,6 @@ namespace CppSharp
|
|
|
|
|
Internal.ctor_0(__Instance); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public ClassTemplateSpecialization(CppSharp.Parser.AST.ClassTemplateSpecialization _0) |
|
|
|
|
: this(IntPtr.Zero) |
|
|
|
|
{ |
|
|
|
|
__Instance = Marshal.AllocHGlobal(252); |
|
|
|
|
var arg0 = _0 == (CppSharp.Parser.AST.ClassTemplateSpecialization) null ? global::System.IntPtr.Zero : _0.__Instance; |
|
|
|
|
Internal.cctor_2(__Instance, arg0); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
protected override void Dispose(bool disposing) |
|
|
|
|
{ |
|
|
|
|
base.Dispose(disposing); |
|
|
|
@ -6426,14 +6134,6 @@ namespace CppSharp
@@ -6426,14 +6134,6 @@ namespace CppSharp
|
|
|
|
|
Internal.ctor_0(__Instance); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public ClassTemplatePartialSpecialization(CppSharp.Parser.AST.ClassTemplatePartialSpecialization _0) |
|
|
|
|
: this(IntPtr.Zero) |
|
|
|
|
{ |
|
|
|
|
__Instance = Marshal.AllocHGlobal(252); |
|
|
|
|
var arg0 = _0 == (CppSharp.Parser.AST.ClassTemplatePartialSpecialization) null ? global::System.IntPtr.Zero : _0.__Instance; |
|
|
|
|
Internal.cctor_1(__Instance, arg0); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
protected override void Dispose(bool disposing) |
|
|
|
|
{ |
|
|
|
|
base.Dispose(disposing); |
|
|
|
@ -6525,14 +6225,6 @@ namespace CppSharp
@@ -6525,14 +6225,6 @@ namespace CppSharp
|
|
|
|
|
Internal.ctor_0(__Instance); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public FunctionTemplate(CppSharp.Parser.AST.FunctionTemplate _0) |
|
|
|
|
: this(IntPtr.Zero) |
|
|
|
|
{ |
|
|
|
|
__Instance = Marshal.AllocHGlobal(84); |
|
|
|
|
var arg0 = _0 == (CppSharp.Parser.AST.FunctionTemplate) null ? global::System.IntPtr.Zero : _0.__Instance; |
|
|
|
|
Internal.cctor_1(__Instance, arg0); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
protected override void Dispose(bool disposing) |
|
|
|
|
{ |
|
|
|
|
base.Dispose(disposing); |
|
|
|
@ -6648,14 +6340,6 @@ namespace CppSharp
@@ -6648,14 +6340,6 @@ namespace CppSharp
|
|
|
|
|
Internal.ctor_0(__Instance); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public Namespace(CppSharp.Parser.AST.Namespace _0) |
|
|
|
|
: this(IntPtr.Zero) |
|
|
|
|
{ |
|
|
|
|
__Instance = Marshal.AllocHGlobal(168); |
|
|
|
|
var arg0 = _0 == (CppSharp.Parser.AST.Namespace) null ? global::System.IntPtr.Zero : _0.__Instance; |
|
|
|
|
Internal.cctor_1(__Instance, arg0); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
protected override void Dispose(bool disposing) |
|
|
|
|
{ |
|
|
|
|
base.Dispose(disposing); |
|
|
|
@ -6759,14 +6443,6 @@ namespace CppSharp
@@ -6759,14 +6443,6 @@ namespace CppSharp
|
|
|
|
|
Internal.ctor_0(__Instance); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public PreprocessedEntity(CppSharp.Parser.AST.PreprocessedEntity _0) |
|
|
|
|
: this(IntPtr.Zero) |
|
|
|
|
{ |
|
|
|
|
__Instance = Marshal.AllocHGlobal(72); |
|
|
|
|
var arg0 = _0 == (CppSharp.Parser.AST.PreprocessedEntity) null ? global::System.IntPtr.Zero : _0.__Instance; |
|
|
|
|
Internal.cctor_1(__Instance, arg0); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
protected override void Dispose(bool disposing) |
|
|
|
|
{ |
|
|
|
|
base.Dispose(disposing); |
|
|
|
@ -6883,14 +6559,6 @@ namespace CppSharp
@@ -6883,14 +6559,6 @@ namespace CppSharp
|
|
|
|
|
Internal.ctor_0(__Instance); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public MacroDefinition(CppSharp.Parser.AST.MacroDefinition _0) |
|
|
|
|
: this(IntPtr.Zero) |
|
|
|
|
{ |
|
|
|
|
__Instance = Marshal.AllocHGlobal(84); |
|
|
|
|
var arg0 = _0 == (CppSharp.Parser.AST.MacroDefinition) null ? global::System.IntPtr.Zero : _0.__Instance; |
|
|
|
|
Internal.cctor_2(__Instance, arg0); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
protected override void Dispose(bool disposing) |
|
|
|
|
{ |
|
|
|
|
base.Dispose(disposing); |
|
|
|
@ -7012,14 +6680,6 @@ namespace CppSharp
@@ -7012,14 +6680,6 @@ namespace CppSharp
|
|
|
|
|
Internal.ctor_0(__Instance); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public MacroExpansion(CppSharp.Parser.AST.MacroExpansion _0) |
|
|
|
|
: this(IntPtr.Zero) |
|
|
|
|
{ |
|
|
|
|
__Instance = Marshal.AllocHGlobal(88); |
|
|
|
|
var arg0 = _0 == (CppSharp.Parser.AST.MacroExpansion) null ? global::System.IntPtr.Zero : _0.__Instance; |
|
|
|
|
Internal.cctor_2(__Instance, arg0); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
protected override void Dispose(bool disposing) |
|
|
|
|
{ |
|
|
|
|
base.Dispose(disposing); |
|
|
|
@ -7201,14 +6861,6 @@ namespace CppSharp
@@ -7201,14 +6861,6 @@ namespace CppSharp
|
|
|
|
|
Internal.ctor_0(__Instance); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public TranslationUnit(CppSharp.Parser.AST.TranslationUnit _0) |
|
|
|
|
: this(IntPtr.Zero) |
|
|
|
|
{ |
|
|
|
|
__Instance = Marshal.AllocHGlobal(196); |
|
|
|
|
var arg0 = _0 == (CppSharp.Parser.AST.TranslationUnit) null ? global::System.IntPtr.Zero : _0.__Instance; |
|
|
|
|
Internal.cctor_2(__Instance, arg0); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
protected override void Dispose(bool disposing) |
|
|
|
|
{ |
|
|
|
|
base.Dispose(disposing); |
|
|
|
@ -7344,13 +6996,6 @@ namespace CppSharp
@@ -7344,13 +6996,6 @@ namespace CppSharp
|
|
|
|
|
Internal.ctor_1(__Instance); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public NativeLibrary(CppSharp.Parser.AST.NativeLibrary _0) |
|
|
|
|
{ |
|
|
|
|
__Instance = Marshal.AllocHGlobal(24); |
|
|
|
|
var arg0 = _0 == (CppSharp.Parser.AST.NativeLibrary) null ? global::System.IntPtr.Zero : _0.__Instance; |
|
|
|
|
Internal.cctor_2(__Instance, arg0); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public void Dispose() |
|
|
|
|
{ |
|
|
|
|
Dispose(disposing: true); |
|
|
|
@ -7466,13 +7111,6 @@ namespace CppSharp
@@ -7466,13 +7111,6 @@ namespace CppSharp
|
|
|
|
|
Internal.ctor_0(__Instance); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public ASTContext(CppSharp.Parser.AST.ASTContext _0) |
|
|
|
|
{ |
|
|
|
|
__Instance = Marshal.AllocHGlobal(12); |
|
|
|
|
var arg0 = _0 == (CppSharp.Parser.AST.ASTContext) null ? global::System.IntPtr.Zero : _0.__Instance; |
|
|
|
|
Internal.cctor_2(__Instance, arg0); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public void Dispose() |
|
|
|
|
{ |
|
|
|
|
Dispose(disposing: true); |
|
|
|
@ -7551,12 +7189,6 @@ namespace CppSharp
@@ -7551,12 +7189,6 @@ namespace CppSharp
|
|
|
|
|
Internal.ctor_0(__Instance, arg0); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public Comment(CppSharp.Parser.AST.Comment _0) |
|
|
|
|
{ |
|
|
|
|
__Instance = Marshal.AllocHGlobal(4); |
|
|
|
|
*((Comment.Internal*) __Instance) = *((Comment.Internal*) _0.__Instance); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public void Dispose() |
|
|
|
|
{ |
|
|
|
|
Dispose(disposing: true); |
|
|
|
@ -7625,13 +7257,6 @@ namespace CppSharp
@@ -7625,13 +7257,6 @@ namespace CppSharp
|
|
|
|
|
Internal.ctor_0(__Instance); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public FullComment(CppSharp.Parser.AST.FullComment _0) |
|
|
|
|
: this(IntPtr.Zero) |
|
|
|
|
{ |
|
|
|
|
__Instance = Marshal.AllocHGlobal(4); |
|
|
|
|
*((FullComment.Internal*) __Instance) = *((FullComment.Internal*) _0.__Instance); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
protected override void Dispose(bool disposing) |
|
|
|
|
{ |
|
|
|
|
base.Dispose(disposing); |
|
|
|
@ -7714,13 +7339,6 @@ namespace CppSharp
@@ -7714,13 +7339,6 @@ namespace CppSharp
|
|
|
|
|
Internal.ctor_0(__Instance); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public RawComment(CppSharp.Parser.AST.RawComment _0) |
|
|
|
|
{ |
|
|
|
|
__Instance = Marshal.AllocHGlobal(32); |
|
|
|
|
var arg0 = _0 == (CppSharp.Parser.AST.RawComment) null ? global::System.IntPtr.Zero : _0.__Instance; |
|
|
|
|
Internal.cctor_2(__Instance, arg0); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public void Dispose() |
|
|
|
|
{ |
|
|
|
|
Dispose(disposing: true); |
|
|
|
|