Browse Source

Re-generated the parser bindings for 32-bit Darwin/OSX.

pull/155/merge
triton 12 years ago
parent
commit
1301268656
  1. 12
      src/CppParser/Bindings/CSharp/i686-apple-darwin12.4.0/AST.cs
  2. 4
      src/CppParser/Bindings/CSharp/i686-apple-darwin12.4.0/CppParser.cs

12
src/CppParser/Bindings/CSharp/i686-apple-darwin12.4.0/AST.cs

@ -319,7 +319,7 @@ namespace CppSharp
[SuppressUnmanagedCodeSecurity] [SuppressUnmanagedCodeSecurity]
[DllImport("CppSharp.CppParser.dll", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.Cdecl, [DllImport("CppSharp.CppParser.dll", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.Cdecl,
EntryPoint="_ZN8CppSharp9CppParser3AST14TypeQualifiersC2ERKS2_")] EntryPoint="_ZN8CppSharp9CppParser3AST14TypeQualifiersC2ERKS2_")]
internal static extern void ctor_1(global::System.IntPtr instance, global::System.IntPtr _0); internal static extern void ctor_0(global::System.IntPtr instance, global::System.IntPtr _0);
} }
public global::System.IntPtr __Instance { get; protected set; } public global::System.IntPtr __Instance { get; protected set; }
@ -2122,7 +2122,7 @@ namespace CppSharp
[SuppressUnmanagedCodeSecurity] [SuppressUnmanagedCodeSecurity]
[DllImport("CppSharp.CppParser.dll", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.Cdecl, [DllImport("CppSharp.CppParser.dll", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.Cdecl,
EntryPoint="_ZN8CppSharp9CppParser3AST10RawCommentC2Ev")] EntryPoint="_ZN8CppSharp9CppParser3AST10RawCommentC2Ev")]
internal static extern void ctor_1(global::System.IntPtr instance); internal static extern void ctor_0(global::System.IntPtr instance);
[SuppressUnmanagedCodeSecurity] [SuppressUnmanagedCodeSecurity]
[DllImport("CppSharp.CppParser.dll", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.Cdecl, [DllImport("CppSharp.CppParser.dll", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.Cdecl,
@ -2188,7 +2188,7 @@ namespace CppSharp
public RawComment() public RawComment()
{ {
__Instance = Marshal.AllocHGlobal(32); __Instance = Marshal.AllocHGlobal(32);
Internal.ctor_1(__Instance); Internal.ctor_0(__Instance);
} }
public void Dispose() public void Dispose()
@ -4568,6 +4568,11 @@ namespace CppSharp
[FieldOffset(8)] [FieldOffset(8)]
public global::System.IntPtr Type; public global::System.IntPtr Type;
[SuppressUnmanagedCodeSecurity]
[DllImport("CppSharp.CppParser.dll", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.Cdecl,
EntryPoint="_ZN8CppSharp9CppParser3AST18BaseClassSpecifierC2Ev")]
internal static extern void ctor_0(global::System.IntPtr instance);
[SuppressUnmanagedCodeSecurity] [SuppressUnmanagedCodeSecurity]
[DllImport("CppSharp.CppParser.dll", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.Cdecl, [DllImport("CppSharp.CppParser.dll", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.Cdecl,
EntryPoint="_ZN8CppSharp9CppParser3AST18BaseClassSpecifierC2ERKS2_")] EntryPoint="_ZN8CppSharp9CppParser3AST18BaseClassSpecifierC2ERKS2_")]
@ -4607,6 +4612,7 @@ namespace CppSharp
public BaseClassSpecifier() public BaseClassSpecifier()
{ {
__Instance = Marshal.AllocHGlobal(12); __Instance = Marshal.AllocHGlobal(12);
Internal.ctor_0(__Instance);
} }
public void Dispose() public void Dispose()

4
src/CppParser/Bindings/CSharp/i686-apple-darwin12.4.0/CppParser.cs

@ -633,7 +633,7 @@ namespace CppSharp
[SuppressUnmanagedCodeSecurity] [SuppressUnmanagedCodeSecurity]
[DllImport("CppSharp.CppParser.dll", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.Cdecl, [DllImport("CppSharp.CppParser.dll", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.Cdecl,
EntryPoint="_ZN8CppSharp9CppParser12ParserResultC2Ev")] EntryPoint="_ZN8CppSharp9CppParser12ParserResultC2Ev")]
internal static extern void ctor_1(global::System.IntPtr instance); internal static extern void ctor_0(global::System.IntPtr instance);
[SuppressUnmanagedCodeSecurity] [SuppressUnmanagedCodeSecurity]
[DllImport("CppSharp.CppParser.dll", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.Cdecl, [DllImport("CppSharp.CppParser.dll", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.Cdecl,
@ -694,7 +694,7 @@ namespace CppSharp
public ParserResult() public ParserResult()
{ {
__Instance = Marshal.AllocHGlobal(24); __Instance = Marshal.AllocHGlobal(24);
Internal.ctor_1(__Instance); Internal.ctor_0(__Instance);
} }
public void Dispose() public void Dispose()

Loading…
Cancel
Save