|
|
|
|
@ -714,6 +714,11 @@ namespace CppSharp
@@ -714,6 +714,11 @@ namespace CppSharp
|
|
|
|
|
EntryPoint="_ZN8CppSharp9CppParser3AST12FunctionType13addParametersERPNS1_9ParameterE")] |
|
|
|
|
internal static extern void addParameters_0(global::System.IntPtr instance, global::System.IntPtr s); |
|
|
|
|
|
|
|
|
|
[SuppressUnmanagedCodeSecurity] |
|
|
|
|
[DllImport("CppSharp.CppParser.dll", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.Cdecl, |
|
|
|
|
EntryPoint="_ZN8CppSharp9CppParser3AST12FunctionType15clearParametersEv")] |
|
|
|
|
internal static extern void clearParameters_0(global::System.IntPtr instance); |
|
|
|
|
|
|
|
|
|
[SuppressUnmanagedCodeSecurity] |
|
|
|
|
[DllImport("CppSharp.CppParser.dll", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.Cdecl, |
|
|
|
|
EntryPoint="_ZN8CppSharp9CppParser3AST12FunctionType18getParametersCountEv")] |
|
|
|
|
@ -760,6 +765,11 @@ namespace CppSharp
@@ -760,6 +765,11 @@ namespace CppSharp
|
|
|
|
|
Internal.addParameters_0(__Instance, arg0); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public void clearParameters() |
|
|
|
|
{ |
|
|
|
|
Internal.clearParameters_0(__Instance); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public uint ParametersCount |
|
|
|
|
{ |
|
|
|
|
get |
|
|
|
|
@ -1415,6 +1425,11 @@ namespace CppSharp
@@ -1415,6 +1425,11 @@ namespace CppSharp
|
|
|
|
|
EntryPoint="_ZN8CppSharp9CppParser3AST26TemplateSpecializationType12addArgumentsERNS1_16TemplateArgumentE")] |
|
|
|
|
internal static extern void addArguments_0(global::System.IntPtr instance, global::System.IntPtr s); |
|
|
|
|
|
|
|
|
|
[SuppressUnmanagedCodeSecurity] |
|
|
|
|
[DllImport("CppSharp.CppParser.dll", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.Cdecl, |
|
|
|
|
EntryPoint="_ZN8CppSharp9CppParser3AST26TemplateSpecializationType14clearArgumentsEv")] |
|
|
|
|
internal static extern void clearArguments_0(global::System.IntPtr instance); |
|
|
|
|
|
|
|
|
|
[SuppressUnmanagedCodeSecurity] |
|
|
|
|
[DllImport("CppSharp.CppParser.dll", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.Cdecl, |
|
|
|
|
EntryPoint="_ZN8CppSharp9CppParser3AST26TemplateSpecializationType17getArgumentsCountEv")] |
|
|
|
|
@ -1463,6 +1478,11 @@ namespace CppSharp
@@ -1463,6 +1478,11 @@ namespace CppSharp
|
|
|
|
|
Internal.addArguments_0(__Instance, arg0); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public void clearArguments() |
|
|
|
|
{ |
|
|
|
|
Internal.clearArguments_0(__Instance); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public uint ArgumentsCount |
|
|
|
|
{ |
|
|
|
|
get |
|
|
|
|
@ -2212,6 +2232,11 @@ namespace CppSharp
@@ -2212,6 +2232,11 @@ namespace CppSharp
|
|
|
|
|
EntryPoint="_ZN8CppSharp9CppParser3AST12VTableLayout13addComponentsERNS1_15VTableComponentE")] |
|
|
|
|
internal static extern void addComponents_0(global::System.IntPtr instance, global::System.IntPtr s); |
|
|
|
|
|
|
|
|
|
[SuppressUnmanagedCodeSecurity] |
|
|
|
|
[DllImport("CppSharp.CppParser.dll", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.Cdecl, |
|
|
|
|
EntryPoint="_ZN8CppSharp9CppParser3AST12VTableLayout15clearComponentsEv")] |
|
|
|
|
internal static extern void clearComponents_0(global::System.IntPtr instance); |
|
|
|
|
|
|
|
|
|
[SuppressUnmanagedCodeSecurity] |
|
|
|
|
[DllImport("CppSharp.CppParser.dll", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.Cdecl, |
|
|
|
|
EntryPoint="_ZN8CppSharp9CppParser3AST12VTableLayout18getComponentsCountEv")] |
|
|
|
|
@ -2268,6 +2293,11 @@ namespace CppSharp
@@ -2268,6 +2293,11 @@ namespace CppSharp
|
|
|
|
|
Internal.addComponents_0(__Instance, arg0); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public void clearComponents() |
|
|
|
|
{ |
|
|
|
|
Internal.clearComponents_0(__Instance); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public uint ComponentsCount |
|
|
|
|
{ |
|
|
|
|
get |
|
|
|
|
@ -2460,6 +2490,11 @@ namespace CppSharp
@@ -2460,6 +2490,11 @@ namespace CppSharp
|
|
|
|
|
EntryPoint="_ZN8CppSharp9CppParser3AST11ClassLayout11addVFTablesERNS1_11VFTableInfoE")] |
|
|
|
|
internal static extern void addVFTables_0(global::System.IntPtr instance, global::System.IntPtr s); |
|
|
|
|
|
|
|
|
|
[SuppressUnmanagedCodeSecurity] |
|
|
|
|
[DllImport("CppSharp.CppParser.dll", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.Cdecl, |
|
|
|
|
EntryPoint="_ZN8CppSharp9CppParser3AST11ClassLayout13clearVFTablesEv")] |
|
|
|
|
internal static extern void clearVFTables_0(global::System.IntPtr instance); |
|
|
|
|
|
|
|
|
|
[SuppressUnmanagedCodeSecurity] |
|
|
|
|
[DllImport("CppSharp.CppParser.dll", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.Cdecl, |
|
|
|
|
EntryPoint="_ZN8CppSharp9CppParser3AST11ClassLayout16getVFTablesCountEv")] |
|
|
|
|
@ -2516,6 +2551,11 @@ namespace CppSharp
@@ -2516,6 +2551,11 @@ namespace CppSharp
|
|
|
|
|
Internal.addVFTables_0(__Instance, arg0); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public void clearVFTables() |
|
|
|
|
{ |
|
|
|
|
Internal.clearVFTables_0(__Instance); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public uint VFTablesCount |
|
|
|
|
{ |
|
|
|
|
get |
|
|
|
|
@ -2693,6 +2733,11 @@ namespace CppSharp
@@ -2693,6 +2733,11 @@ namespace CppSharp
|
|
|
|
|
EntryPoint="_ZN8CppSharp9CppParser3AST11Declaration23addPreprocessedEntitiesERPNS1_18PreprocessedEntityE")] |
|
|
|
|
internal static extern void addPreprocessedEntities_0(global::System.IntPtr instance, global::System.IntPtr s); |
|
|
|
|
|
|
|
|
|
[SuppressUnmanagedCodeSecurity] |
|
|
|
|
[DllImport("CppSharp.CppParser.dll", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.Cdecl, |
|
|
|
|
EntryPoint="_ZN8CppSharp9CppParser3AST11Declaration25clearPreprocessedEntitiesEv")] |
|
|
|
|
internal static extern void clearPreprocessedEntities_0(global::System.IntPtr instance); |
|
|
|
|
|
|
|
|
|
[SuppressUnmanagedCodeSecurity] |
|
|
|
|
[DllImport("CppSharp.CppParser.dll", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.Cdecl, |
|
|
|
|
EntryPoint="_ZN8CppSharp9CppParser3AST11Declaration7getNameEv")] |
|
|
|
|
@ -2768,6 +2813,11 @@ namespace CppSharp
@@ -2768,6 +2813,11 @@ namespace CppSharp
|
|
|
|
|
Internal.addPreprocessedEntities_0(__Instance, arg0); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public void clearPreprocessedEntities() |
|
|
|
|
{ |
|
|
|
|
Internal.clearPreprocessedEntities_0(__Instance); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public string Name |
|
|
|
|
{ |
|
|
|
|
get |
|
|
|
|
@ -3025,6 +3075,11 @@ namespace CppSharp
@@ -3025,6 +3075,11 @@ namespace CppSharp
|
|
|
|
|
EntryPoint="_ZN8CppSharp9CppParser3AST18DeclarationContext13addNamespacesERPNS1_9NamespaceE")] |
|
|
|
|
internal static extern void addNamespaces_0(global::System.IntPtr instance, global::System.IntPtr s); |
|
|
|
|
|
|
|
|
|
[SuppressUnmanagedCodeSecurity] |
|
|
|
|
[DllImport("CppSharp.CppParser.dll", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.Cdecl, |
|
|
|
|
EntryPoint="_ZN8CppSharp9CppParser3AST18DeclarationContext15clearNamespacesEv")] |
|
|
|
|
internal static extern void clearNamespaces_0(global::System.IntPtr instance); |
|
|
|
|
|
|
|
|
|
[SuppressUnmanagedCodeSecurity] |
|
|
|
|
[DllImport("CppSharp.CppParser.dll", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.Cdecl, |
|
|
|
|
EntryPoint="_ZN8CppSharp9CppParser3AST18DeclarationContext8getEnumsEj")] |
|
|
|
|
@ -3035,6 +3090,11 @@ namespace CppSharp
@@ -3035,6 +3090,11 @@ namespace CppSharp
|
|
|
|
|
EntryPoint="_ZN8CppSharp9CppParser3AST18DeclarationContext8addEnumsERPNS1_11EnumerationE")] |
|
|
|
|
internal static extern void addEnums_0(global::System.IntPtr instance, global::System.IntPtr s); |
|
|
|
|
|
|
|
|
|
[SuppressUnmanagedCodeSecurity] |
|
|
|
|
[DllImport("CppSharp.CppParser.dll", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.Cdecl, |
|
|
|
|
EntryPoint="_ZN8CppSharp9CppParser3AST18DeclarationContext10clearEnumsEv")] |
|
|
|
|
internal static extern void clearEnums_0(global::System.IntPtr instance); |
|
|
|
|
|
|
|
|
|
[SuppressUnmanagedCodeSecurity] |
|
|
|
|
[DllImport("CppSharp.CppParser.dll", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.Cdecl, |
|
|
|
|
EntryPoint="_ZN8CppSharp9CppParser3AST18DeclarationContext12getFunctionsEj")] |
|
|
|
|
@ -3045,6 +3105,11 @@ namespace CppSharp
@@ -3045,6 +3105,11 @@ namespace CppSharp
|
|
|
|
|
EntryPoint="_ZN8CppSharp9CppParser3AST18DeclarationContext12addFunctionsERPNS1_8FunctionE")] |
|
|
|
|
internal static extern void addFunctions_0(global::System.IntPtr instance, global::System.IntPtr s); |
|
|
|
|
|
|
|
|
|
[SuppressUnmanagedCodeSecurity] |
|
|
|
|
[DllImport("CppSharp.CppParser.dll", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.Cdecl, |
|
|
|
|
EntryPoint="_ZN8CppSharp9CppParser3AST18DeclarationContext14clearFunctionsEv")] |
|
|
|
|
internal static extern void clearFunctions_0(global::System.IntPtr instance); |
|
|
|
|
|
|
|
|
|
[SuppressUnmanagedCodeSecurity] |
|
|
|
|
[DllImport("CppSharp.CppParser.dll", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.Cdecl, |
|
|
|
|
EntryPoint="_ZN8CppSharp9CppParser3AST18DeclarationContext10getClassesEj")] |
|
|
|
|
@ -3055,6 +3120,11 @@ namespace CppSharp
@@ -3055,6 +3120,11 @@ namespace CppSharp
|
|
|
|
|
EntryPoint="_ZN8CppSharp9CppParser3AST18DeclarationContext10addClassesERPNS1_5ClassE")] |
|
|
|
|
internal static extern void addClasses_0(global::System.IntPtr instance, global::System.IntPtr s); |
|
|
|
|
|
|
|
|
|
[SuppressUnmanagedCodeSecurity] |
|
|
|
|
[DllImport("CppSharp.CppParser.dll", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.Cdecl, |
|
|
|
|
EntryPoint="_ZN8CppSharp9CppParser3AST18DeclarationContext12clearClassesEv")] |
|
|
|
|
internal static extern void clearClasses_0(global::System.IntPtr instance); |
|
|
|
|
|
|
|
|
|
[SuppressUnmanagedCodeSecurity] |
|
|
|
|
[DllImport("CppSharp.CppParser.dll", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.Cdecl, |
|
|
|
|
EntryPoint="_ZN8CppSharp9CppParser3AST18DeclarationContext12getTemplatesEj")] |
|
|
|
|
@ -3065,6 +3135,11 @@ namespace CppSharp
@@ -3065,6 +3135,11 @@ namespace CppSharp
|
|
|
|
|
EntryPoint="_ZN8CppSharp9CppParser3AST18DeclarationContext12addTemplatesERPNS1_8TemplateE")] |
|
|
|
|
internal static extern void addTemplates_0(global::System.IntPtr instance, global::System.IntPtr s); |
|
|
|
|
|
|
|
|
|
[SuppressUnmanagedCodeSecurity] |
|
|
|
|
[DllImport("CppSharp.CppParser.dll", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.Cdecl, |
|
|
|
|
EntryPoint="_ZN8CppSharp9CppParser3AST18DeclarationContext14clearTemplatesEv")] |
|
|
|
|
internal static extern void clearTemplates_0(global::System.IntPtr instance); |
|
|
|
|
|
|
|
|
|
[SuppressUnmanagedCodeSecurity] |
|
|
|
|
[DllImport("CppSharp.CppParser.dll", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.Cdecl, |
|
|
|
|
EntryPoint="_ZN8CppSharp9CppParser3AST18DeclarationContext11getTypedefsEj")] |
|
|
|
|
@ -3075,6 +3150,11 @@ namespace CppSharp
@@ -3075,6 +3150,11 @@ namespace CppSharp
|
|
|
|
|
EntryPoint="_ZN8CppSharp9CppParser3AST18DeclarationContext11addTypedefsERPNS1_11TypedefDeclE")] |
|
|
|
|
internal static extern void addTypedefs_0(global::System.IntPtr instance, global::System.IntPtr s); |
|
|
|
|
|
|
|
|
|
[SuppressUnmanagedCodeSecurity] |
|
|
|
|
[DllImport("CppSharp.CppParser.dll", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.Cdecl, |
|
|
|
|
EntryPoint="_ZN8CppSharp9CppParser3AST18DeclarationContext13clearTypedefsEv")] |
|
|
|
|
internal static extern void clearTypedefs_0(global::System.IntPtr instance); |
|
|
|
|
|
|
|
|
|
[SuppressUnmanagedCodeSecurity] |
|
|
|
|
[DllImport("CppSharp.CppParser.dll", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.Cdecl, |
|
|
|
|
EntryPoint="_ZN8CppSharp9CppParser3AST18DeclarationContext12getVariablesEj")] |
|
|
|
|
@ -3085,6 +3165,11 @@ namespace CppSharp
@@ -3085,6 +3165,11 @@ namespace CppSharp
|
|
|
|
|
EntryPoint="_ZN8CppSharp9CppParser3AST18DeclarationContext12addVariablesERPNS1_8VariableE")] |
|
|
|
|
internal static extern void addVariables_0(global::System.IntPtr instance, global::System.IntPtr s); |
|
|
|
|
|
|
|
|
|
[SuppressUnmanagedCodeSecurity] |
|
|
|
|
[DllImport("CppSharp.CppParser.dll", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.Cdecl, |
|
|
|
|
EntryPoint="_ZN8CppSharp9CppParser3AST18DeclarationContext14clearVariablesEv")] |
|
|
|
|
internal static extern void clearVariables_0(global::System.IntPtr instance); |
|
|
|
|
|
|
|
|
|
[SuppressUnmanagedCodeSecurity] |
|
|
|
|
[DllImport("CppSharp.CppParser.dll", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.Cdecl, |
|
|
|
|
EntryPoint="_ZN8CppSharp9CppParser3AST18DeclarationContext18getNamespacesCountEv")] |
|
|
|
|
@ -3162,6 +3247,11 @@ namespace CppSharp
@@ -3162,6 +3247,11 @@ namespace CppSharp
|
|
|
|
|
Internal.addNamespaces_0(__Instance, arg0); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public void clearNamespaces() |
|
|
|
|
{ |
|
|
|
|
Internal.clearNamespaces_0(__Instance); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public CppSharp.Parser.AST.Enumeration getEnums(uint i) |
|
|
|
|
{ |
|
|
|
|
var __ret = Internal.getEnums_0(__Instance, i); |
|
|
|
|
@ -3175,6 +3265,11 @@ namespace CppSharp
@@ -3175,6 +3265,11 @@ namespace CppSharp
|
|
|
|
|
Internal.addEnums_0(__Instance, arg0); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public void clearEnums() |
|
|
|
|
{ |
|
|
|
|
Internal.clearEnums_0(__Instance); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public CppSharp.Parser.AST.Function getFunctions(uint i) |
|
|
|
|
{ |
|
|
|
|
var __ret = Internal.getFunctions_0(__Instance, i); |
|
|
|
|
@ -3188,6 +3283,11 @@ namespace CppSharp
@@ -3188,6 +3283,11 @@ namespace CppSharp
|
|
|
|
|
Internal.addFunctions_0(__Instance, arg0); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public void clearFunctions() |
|
|
|
|
{ |
|
|
|
|
Internal.clearFunctions_0(__Instance); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public CppSharp.Parser.AST.Class getClasses(uint i) |
|
|
|
|
{ |
|
|
|
|
var __ret = Internal.getClasses_0(__Instance, i); |
|
|
|
|
@ -3201,6 +3301,11 @@ namespace CppSharp
@@ -3201,6 +3301,11 @@ namespace CppSharp
|
|
|
|
|
Internal.addClasses_0(__Instance, arg0); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public void clearClasses() |
|
|
|
|
{ |
|
|
|
|
Internal.clearClasses_0(__Instance); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public CppSharp.Parser.AST.Template getTemplates(uint i) |
|
|
|
|
{ |
|
|
|
|
var __ret = Internal.getTemplates_0(__Instance, i); |
|
|
|
|
@ -3214,6 +3319,11 @@ namespace CppSharp
@@ -3214,6 +3319,11 @@ namespace CppSharp
|
|
|
|
|
Internal.addTemplates_0(__Instance, arg0); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public void clearTemplates() |
|
|
|
|
{ |
|
|
|
|
Internal.clearTemplates_0(__Instance); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public CppSharp.Parser.AST.TypedefDecl getTypedefs(uint i) |
|
|
|
|
{ |
|
|
|
|
var __ret = Internal.getTypedefs_0(__Instance, i); |
|
|
|
|
@ -3227,6 +3337,11 @@ namespace CppSharp
@@ -3227,6 +3337,11 @@ namespace CppSharp
|
|
|
|
|
Internal.addTypedefs_0(__Instance, arg0); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public void clearTypedefs() |
|
|
|
|
{ |
|
|
|
|
Internal.clearTypedefs_0(__Instance); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public CppSharp.Parser.AST.Variable getVariables(uint i) |
|
|
|
|
{ |
|
|
|
|
var __ret = Internal.getVariables_0(__Instance, i); |
|
|
|
|
@ -3240,6 +3355,11 @@ namespace CppSharp
@@ -3240,6 +3355,11 @@ namespace CppSharp
|
|
|
|
|
Internal.addVariables_0(__Instance, arg0); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public void clearVariables() |
|
|
|
|
{ |
|
|
|
|
Internal.clearVariables_0(__Instance); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public uint NamespacesCount |
|
|
|
|
{ |
|
|
|
|
get |
|
|
|
|
@ -3838,6 +3958,11 @@ namespace CppSharp
@@ -3838,6 +3958,11 @@ namespace CppSharp
|
|
|
|
|
EntryPoint="_ZN8CppSharp9CppParser3AST8Function13addParametersERPNS1_9ParameterE")] |
|
|
|
|
internal static extern void addParameters_0(global::System.IntPtr instance, global::System.IntPtr s); |
|
|
|
|
|
|
|
|
|
[SuppressUnmanagedCodeSecurity] |
|
|
|
|
[DllImport("CppSharp.CppParser.dll", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.Cdecl, |
|
|
|
|
EntryPoint="_ZN8CppSharp9CppParser3AST8Function15clearParametersEv")] |
|
|
|
|
internal static extern void clearParameters_0(global::System.IntPtr instance); |
|
|
|
|
|
|
|
|
|
[SuppressUnmanagedCodeSecurity] |
|
|
|
|
[DllImport("CppSharp.CppParser.dll", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.Cdecl, |
|
|
|
|
EntryPoint="_ZN8CppSharp9CppParser3AST8Function10getMangledEv")] |
|
|
|
|
@ -3904,6 +4029,11 @@ namespace CppSharp
@@ -3904,6 +4029,11 @@ namespace CppSharp
|
|
|
|
|
Internal.addParameters_0(__Instance, arg0); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public void clearParameters() |
|
|
|
|
{ |
|
|
|
|
Internal.clearParameters_0(__Instance); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public string Mangled |
|
|
|
|
{ |
|
|
|
|
get |
|
|
|
|
@ -4481,6 +4611,11 @@ namespace CppSharp
@@ -4481,6 +4611,11 @@ namespace CppSharp
|
|
|
|
|
EntryPoint="_ZN8CppSharp9CppParser3AST11Enumeration8addItemsERNS2_4ItemE")] |
|
|
|
|
internal static extern void addItems_0(global::System.IntPtr instance, global::System.IntPtr s); |
|
|
|
|
|
|
|
|
|
[SuppressUnmanagedCodeSecurity] |
|
|
|
|
[DllImport("CppSharp.CppParser.dll", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.Cdecl, |
|
|
|
|
EntryPoint="_ZN8CppSharp9CppParser3AST11Enumeration10clearItemsEv")] |
|
|
|
|
internal static extern void clearItems_0(global::System.IntPtr instance); |
|
|
|
|
|
|
|
|
|
[SuppressUnmanagedCodeSecurity] |
|
|
|
|
[DllImport("CppSharp.CppParser.dll", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.Cdecl, |
|
|
|
|
EntryPoint="_ZN8CppSharp9CppParser3AST11Enumeration13getItemsCountEv")] |
|
|
|
|
@ -4661,6 +4796,11 @@ namespace CppSharp
@@ -4661,6 +4796,11 @@ namespace CppSharp
|
|
|
|
|
Internal.addItems_0(__Instance, arg0); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public void clearItems() |
|
|
|
|
{ |
|
|
|
|
Internal.clearItems_0(__Instance); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public uint ItemsCount |
|
|
|
|
{ |
|
|
|
|
get |
|
|
|
|
@ -5254,6 +5394,11 @@ namespace CppSharp
@@ -5254,6 +5394,11 @@ namespace CppSharp
|
|
|
|
|
EntryPoint="_ZN8CppSharp9CppParser3AST5Class8addBasesERPNS1_18BaseClassSpecifierE")] |
|
|
|
|
internal static extern void addBases_0(global::System.IntPtr instance, global::System.IntPtr s); |
|
|
|
|
|
|
|
|
|
[SuppressUnmanagedCodeSecurity] |
|
|
|
|
[DllImport("CppSharp.CppParser.dll", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.Cdecl, |
|
|
|
|
EntryPoint="_ZN8CppSharp9CppParser3AST5Class10clearBasesEv")] |
|
|
|
|
internal static extern void clearBases_0(global::System.IntPtr instance); |
|
|
|
|
|
|
|
|
|
[SuppressUnmanagedCodeSecurity] |
|
|
|
|
[DllImport("CppSharp.CppParser.dll", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.Cdecl, |
|
|
|
|
EntryPoint="_ZN8CppSharp9CppParser3AST5Class9getFieldsEj")] |
|
|
|
|
@ -5264,6 +5409,11 @@ namespace CppSharp
@@ -5264,6 +5409,11 @@ namespace CppSharp
|
|
|
|
|
EntryPoint="_ZN8CppSharp9CppParser3AST5Class9addFieldsERPNS1_5FieldE")] |
|
|
|
|
internal static extern void addFields_0(global::System.IntPtr instance, global::System.IntPtr s); |
|
|
|
|
|
|
|
|
|
[SuppressUnmanagedCodeSecurity] |
|
|
|
|
[DllImport("CppSharp.CppParser.dll", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.Cdecl, |
|
|
|
|
EntryPoint="_ZN8CppSharp9CppParser3AST5Class11clearFieldsEv")] |
|
|
|
|
internal static extern void clearFields_0(global::System.IntPtr instance); |
|
|
|
|
|
|
|
|
|
[SuppressUnmanagedCodeSecurity] |
|
|
|
|
[DllImport("CppSharp.CppParser.dll", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.Cdecl, |
|
|
|
|
EntryPoint="_ZN8CppSharp9CppParser3AST5Class10getMethodsEj")] |
|
|
|
|
@ -5274,6 +5424,11 @@ namespace CppSharp
@@ -5274,6 +5424,11 @@ namespace CppSharp
|
|
|
|
|
EntryPoint="_ZN8CppSharp9CppParser3AST5Class10addMethodsERPNS1_6MethodE")] |
|
|
|
|
internal static extern void addMethods_0(global::System.IntPtr instance, global::System.IntPtr s); |
|
|
|
|
|
|
|
|
|
[SuppressUnmanagedCodeSecurity] |
|
|
|
|
[DllImport("CppSharp.CppParser.dll", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.Cdecl, |
|
|
|
|
EntryPoint="_ZN8CppSharp9CppParser3AST5Class12clearMethodsEv")] |
|
|
|
|
internal static extern void clearMethods_0(global::System.IntPtr instance); |
|
|
|
|
|
|
|
|
|
[SuppressUnmanagedCodeSecurity] |
|
|
|
|
[DllImport("CppSharp.CppParser.dll", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.Cdecl, |
|
|
|
|
EntryPoint="_ZN8CppSharp9CppParser3AST5Class13getSpecifiersEj")] |
|
|
|
|
@ -5284,6 +5439,11 @@ namespace CppSharp
@@ -5284,6 +5439,11 @@ namespace CppSharp
|
|
|
|
|
EntryPoint="_ZN8CppSharp9CppParser3AST5Class13addSpecifiersERPNS1_19AccessSpecifierDeclE")] |
|
|
|
|
internal static extern void addSpecifiers_0(global::System.IntPtr instance, global::System.IntPtr s); |
|
|
|
|
|
|
|
|
|
[SuppressUnmanagedCodeSecurity] |
|
|
|
|
[DllImport("CppSharp.CppParser.dll", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.Cdecl, |
|
|
|
|
EntryPoint="_ZN8CppSharp9CppParser3AST5Class15clearSpecifiersEv")] |
|
|
|
|
internal static extern void clearSpecifiers_0(global::System.IntPtr instance); |
|
|
|
|
|
|
|
|
|
[SuppressUnmanagedCodeSecurity] |
|
|
|
|
[DllImport("CppSharp.CppParser.dll", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.Cdecl, |
|
|
|
|
EntryPoint="_ZN8CppSharp9CppParser3AST5Class13getBasesCountEv")] |
|
|
|
|
@ -5345,6 +5505,11 @@ namespace CppSharp
@@ -5345,6 +5505,11 @@ namespace CppSharp
|
|
|
|
|
Internal.addBases_0(__Instance, arg0); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public void clearBases() |
|
|
|
|
{ |
|
|
|
|
Internal.clearBases_0(__Instance); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public CppSharp.Parser.AST.Field getFields(uint i) |
|
|
|
|
{ |
|
|
|
|
var __ret = Internal.getFields_0(__Instance, i); |
|
|
|
|
@ -5358,6 +5523,11 @@ namespace CppSharp
@@ -5358,6 +5523,11 @@ namespace CppSharp
|
|
|
|
|
Internal.addFields_0(__Instance, arg0); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public void clearFields() |
|
|
|
|
{ |
|
|
|
|
Internal.clearFields_0(__Instance); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public CppSharp.Parser.AST.Method getMethods(uint i) |
|
|
|
|
{ |
|
|
|
|
var __ret = Internal.getMethods_0(__Instance, i); |
|
|
|
|
@ -5371,6 +5541,11 @@ namespace CppSharp
@@ -5371,6 +5541,11 @@ namespace CppSharp
|
|
|
|
|
Internal.addMethods_0(__Instance, arg0); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public void clearMethods() |
|
|
|
|
{ |
|
|
|
|
Internal.clearMethods_0(__Instance); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public CppSharp.Parser.AST.AccessSpecifierDecl getSpecifiers(uint i) |
|
|
|
|
{ |
|
|
|
|
var __ret = Internal.getSpecifiers_0(__Instance, i); |
|
|
|
|
@ -5384,6 +5559,11 @@ namespace CppSharp
@@ -5384,6 +5559,11 @@ namespace CppSharp
|
|
|
|
|
Internal.addSpecifiers_0(__Instance, arg0); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public void clearSpecifiers() |
|
|
|
|
{ |
|
|
|
|
Internal.clearSpecifiers_0(__Instance); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public uint BasesCount |
|
|
|
|
{ |
|
|
|
|
get |
|
|
|
|
@ -5639,6 +5819,11 @@ namespace CppSharp
@@ -5639,6 +5819,11 @@ namespace CppSharp
|
|
|
|
|
EntryPoint="_ZN8CppSharp9CppParser3AST8Template13addParametersERNS1_17TemplateParameterE")] |
|
|
|
|
internal static extern void addParameters_0(global::System.IntPtr instance, global::System.IntPtr s); |
|
|
|
|
|
|
|
|
|
[SuppressUnmanagedCodeSecurity] |
|
|
|
|
[DllImport("CppSharp.CppParser.dll", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.Cdecl, |
|
|
|
|
EntryPoint="_ZN8CppSharp9CppParser3AST8Template15clearParametersEv")] |
|
|
|
|
internal static extern void clearParameters_0(global::System.IntPtr instance); |
|
|
|
|
|
|
|
|
|
[SuppressUnmanagedCodeSecurity] |
|
|
|
|
[DllImport("CppSharp.CppParser.dll", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.Cdecl, |
|
|
|
|
EntryPoint="_ZN8CppSharp9CppParser3AST8Template18getParametersCountEv")] |
|
|
|
|
@ -5695,6 +5880,11 @@ namespace CppSharp
@@ -5695,6 +5880,11 @@ namespace CppSharp
|
|
|
|
|
Internal.addParameters_0(__Instance, arg0); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public void clearParameters() |
|
|
|
|
{ |
|
|
|
|
Internal.clearParameters_0(__Instance); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public uint ParametersCount |
|
|
|
|
{ |
|
|
|
|
get |
|
|
|
|
@ -5783,6 +5973,11 @@ namespace CppSharp
@@ -5783,6 +5973,11 @@ namespace CppSharp
|
|
|
|
|
EntryPoint="_ZN8CppSharp9CppParser3AST13ClassTemplate18addSpecializationsERPNS1_27ClassTemplateSpecializationE")] |
|
|
|
|
internal static extern void addSpecializations_0(global::System.IntPtr instance, global::System.IntPtr s); |
|
|
|
|
|
|
|
|
|
[SuppressUnmanagedCodeSecurity] |
|
|
|
|
[DllImport("CppSharp.CppParser.dll", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.Cdecl, |
|
|
|
|
EntryPoint="_ZN8CppSharp9CppParser3AST13ClassTemplate20clearSpecializationsEv")] |
|
|
|
|
internal static extern void clearSpecializations_0(global::System.IntPtr instance); |
|
|
|
|
|
|
|
|
|
[SuppressUnmanagedCodeSecurity] |
|
|
|
|
[DllImport("CppSharp.CppParser.dll", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.Cdecl, |
|
|
|
|
EntryPoint="_ZN8CppSharp9CppParser3AST13ClassTemplate23getSpecializationsCountEv")] |
|
|
|
|
@ -5829,6 +6024,11 @@ namespace CppSharp
@@ -5829,6 +6024,11 @@ namespace CppSharp
|
|
|
|
|
Internal.addSpecializations_0(__Instance, arg0); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public void clearSpecializations() |
|
|
|
|
{ |
|
|
|
|
Internal.clearSpecializations_0(__Instance); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public uint SpecializationsCount |
|
|
|
|
{ |
|
|
|
|
get |
|
|
|
|
@ -5938,6 +6138,11 @@ namespace CppSharp
@@ -5938,6 +6138,11 @@ namespace CppSharp
|
|
|
|
|
EntryPoint="_ZN8CppSharp9CppParser3AST27ClassTemplateSpecialization12addArgumentsERNS1_16TemplateArgumentE")] |
|
|
|
|
internal static extern void addArguments_0(global::System.IntPtr instance, global::System.IntPtr s); |
|
|
|
|
|
|
|
|
|
[SuppressUnmanagedCodeSecurity] |
|
|
|
|
[DllImport("CppSharp.CppParser.dll", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.Cdecl, |
|
|
|
|
EntryPoint="_ZN8CppSharp9CppParser3AST27ClassTemplateSpecialization14clearArgumentsEv")] |
|
|
|
|
internal static extern void clearArguments_0(global::System.IntPtr instance); |
|
|
|
|
|
|
|
|
|
[SuppressUnmanagedCodeSecurity] |
|
|
|
|
[DllImport("CppSharp.CppParser.dll", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.Cdecl, |
|
|
|
|
EntryPoint="_ZN8CppSharp9CppParser3AST27ClassTemplateSpecialization17getArgumentsCountEv")] |
|
|
|
|
@ -5986,6 +6191,11 @@ namespace CppSharp
@@ -5986,6 +6191,11 @@ namespace CppSharp
|
|
|
|
|
Internal.addArguments_0(__Instance, arg0); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public void clearArguments() |
|
|
|
|
{ |
|
|
|
|
Internal.clearArguments_0(__Instance); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public uint ArgumentsCount |
|
|
|
|
{ |
|
|
|
|
get |
|
|
|
|
@ -6207,6 +6417,11 @@ namespace CppSharp
@@ -6207,6 +6417,11 @@ namespace CppSharp
|
|
|
|
|
EntryPoint="_ZN8CppSharp9CppParser3AST16FunctionTemplate18addSpecializationsERPNS1_30FunctionTemplateSpecializationE")] |
|
|
|
|
internal static extern void addSpecializations_0(global::System.IntPtr instance, global::System.IntPtr s); |
|
|
|
|
|
|
|
|
|
[SuppressUnmanagedCodeSecurity] |
|
|
|
|
[DllImport("CppSharp.CppParser.dll", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.Cdecl, |
|
|
|
|
EntryPoint="_ZN8CppSharp9CppParser3AST16FunctionTemplate20clearSpecializationsEv")] |
|
|
|
|
internal static extern void clearSpecializations_0(global::System.IntPtr instance); |
|
|
|
|
|
|
|
|
|
[SuppressUnmanagedCodeSecurity] |
|
|
|
|
[DllImport("CppSharp.CppParser.dll", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.Cdecl, |
|
|
|
|
EntryPoint="_ZN8CppSharp9CppParser3AST16FunctionTemplate23getSpecializationsCountEv")] |
|
|
|
|
@ -6253,6 +6468,11 @@ namespace CppSharp
@@ -6253,6 +6468,11 @@ namespace CppSharp
|
|
|
|
|
Internal.addSpecializations_0(__Instance, arg0); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public void clearSpecializations() |
|
|
|
|
{ |
|
|
|
|
Internal.clearSpecializations_0(__Instance); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public uint SpecializationsCount |
|
|
|
|
{ |
|
|
|
|
get |
|
|
|
|
@ -6302,6 +6522,11 @@ namespace CppSharp
@@ -6302,6 +6522,11 @@ namespace CppSharp
|
|
|
|
|
EntryPoint="_ZN8CppSharp9CppParser3AST30FunctionTemplateSpecialization12addArgumentsERNS1_16TemplateArgumentE")] |
|
|
|
|
internal static extern void addArguments_0(global::System.IntPtr instance, global::System.IntPtr s); |
|
|
|
|
|
|
|
|
|
[SuppressUnmanagedCodeSecurity] |
|
|
|
|
[DllImport("CppSharp.CppParser.dll", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.Cdecl, |
|
|
|
|
EntryPoint="_ZN8CppSharp9CppParser3AST30FunctionTemplateSpecialization14clearArgumentsEv")] |
|
|
|
|
internal static extern void clearArguments_0(global::System.IntPtr instance); |
|
|
|
|
|
|
|
|
|
[SuppressUnmanagedCodeSecurity] |
|
|
|
|
[DllImport("CppSharp.CppParser.dll", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.Cdecl, |
|
|
|
|
EntryPoint="_ZN8CppSharp9CppParser3AST30FunctionTemplateSpecialization17getArgumentsCountEv")] |
|
|
|
|
@ -6358,6 +6583,11 @@ namespace CppSharp
@@ -6358,6 +6583,11 @@ namespace CppSharp
|
|
|
|
|
Internal.addArguments_0(__Instance, arg0); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public void clearArguments() |
|
|
|
|
{ |
|
|
|
|
Internal.clearArguments_0(__Instance); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public uint ArgumentsCount |
|
|
|
|
{ |
|
|
|
|
get |
|
|
|
|
@ -6915,6 +7145,11 @@ namespace CppSharp
@@ -6915,6 +7145,11 @@ namespace CppSharp
|
|
|
|
|
EntryPoint="_ZN8CppSharp9CppParser3AST15TranslationUnit9addMacrosERPNS1_15MacroDefinitionE")] |
|
|
|
|
internal static extern void addMacros_0(global::System.IntPtr instance, global::System.IntPtr s); |
|
|
|
|
|
|
|
|
|
[SuppressUnmanagedCodeSecurity] |
|
|
|
|
[DllImport("CppSharp.CppParser.dll", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.Cdecl, |
|
|
|
|
EntryPoint="_ZN8CppSharp9CppParser3AST15TranslationUnit11clearMacrosEv")] |
|
|
|
|
internal static extern void clearMacros_0(global::System.IntPtr instance); |
|
|
|
|
|
|
|
|
|
[SuppressUnmanagedCodeSecurity] |
|
|
|
|
[DllImport("CppSharp.CppParser.dll", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.Cdecl, |
|
|
|
|
EntryPoint="_ZN8CppSharp9CppParser3AST15TranslationUnit11getFileNameEv")] |
|
|
|
|
@ -6971,6 +7206,11 @@ namespace CppSharp
@@ -6971,6 +7206,11 @@ namespace CppSharp
|
|
|
|
|
Internal.addMacros_0(__Instance, arg0); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public void clearMacros() |
|
|
|
|
{ |
|
|
|
|
Internal.clearMacros_0(__Instance); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public string FileName |
|
|
|
|
{ |
|
|
|
|
get |
|
|
|
|
@ -7043,6 +7283,11 @@ namespace CppSharp
@@ -7043,6 +7283,11 @@ namespace CppSharp
|
|
|
|
|
EntryPoint="_ZN8CppSharp9CppParser3AST13NativeLibrary10addSymbolsEPKc")] |
|
|
|
|
internal static extern void addSymbols_0(global::System.IntPtr instance, global::System.IntPtr s); |
|
|
|
|
|
|
|
|
|
[SuppressUnmanagedCodeSecurity] |
|
|
|
|
[DllImport("CppSharp.CppParser.dll", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.Cdecl, |
|
|
|
|
EntryPoint="_ZN8CppSharp9CppParser3AST13NativeLibrary12clearSymbolsEv")] |
|
|
|
|
internal static extern void clearSymbols_0(global::System.IntPtr instance); |
|
|
|
|
|
|
|
|
|
[SuppressUnmanagedCodeSecurity] |
|
|
|
|
[DllImport("CppSharp.CppParser.dll", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.Cdecl, |
|
|
|
|
EntryPoint="_ZN8CppSharp9CppParser3AST13NativeLibrary11getFileNameEv")] |
|
|
|
|
@ -7108,6 +7353,11 @@ namespace CppSharp
@@ -7108,6 +7353,11 @@ namespace CppSharp
|
|
|
|
|
Marshal.FreeHGlobal(arg0); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public void clearSymbols() |
|
|
|
|
{ |
|
|
|
|
Internal.clearSymbols_0(__Instance); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public string FileName |
|
|
|
|
{ |
|
|
|
|
get |
|
|
|
|
@ -7165,6 +7415,11 @@ namespace CppSharp
@@ -7165,6 +7415,11 @@ namespace CppSharp
|
|
|
|
|
EntryPoint="_ZN8CppSharp9CppParser3AST10ASTContext19addTranslationUnitsERPNS1_15TranslationUnitE")] |
|
|
|
|
internal static extern void addTranslationUnits_0(global::System.IntPtr instance, global::System.IntPtr s); |
|
|
|
|
|
|
|
|
|
[SuppressUnmanagedCodeSecurity] |
|
|
|
|
[DllImport("CppSharp.CppParser.dll", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.Cdecl, |
|
|
|
|
EntryPoint="_ZN8CppSharp9CppParser3AST10ASTContext21clearTranslationUnitsEv")] |
|
|
|
|
internal static extern void clearTranslationUnits_0(global::System.IntPtr instance); |
|
|
|
|
|
|
|
|
|
[SuppressUnmanagedCodeSecurity] |
|
|
|
|
[DllImport("CppSharp.CppParser.dll", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.Cdecl, |
|
|
|
|
EntryPoint="_ZN8CppSharp9CppParser3AST10ASTContext24getTranslationUnitsCountEv")] |
|
|
|
|
@ -7219,6 +7474,11 @@ namespace CppSharp
@@ -7219,6 +7474,11 @@ namespace CppSharp
|
|
|
|
|
Internal.addTranslationUnits_0(__Instance, arg0); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public void clearTranslationUnits() |
|
|
|
|
{ |
|
|
|
|
Internal.clearTranslationUnits_0(__Instance); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public uint TranslationUnitsCount |
|
|
|
|
{ |
|
|
|
|
get |
|
|
|
|
|