Skip to content

Commit 46332cc

Browse files
committed
Regenerate the parser bindings
Signed-off-by: Dimitar Dobrev <[email protected]>
1 parent 6b3cdaf commit 46332cc

File tree

4 files changed

+22
-22
lines changed
  • src/CppParser/Bindings

4 files changed

+22
-22
lines changed

src/CppParser/Bindings/CLI/Decl.cpp

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -569,13 +569,13 @@ CppSharp::Parser::AST::DeclarationContext::operator CppSharp::Parser::AST::Decla
569569

570570
System::Collections::Generic::List<CppSharp::Parser::AST::Namespace^>^ CppSharp::Parser::AST::DeclarationContext::Namespaces::get()
571571
{
572-
auto _tmp__Namespaces_ = gcnew System::Collections::Generic::List<CppSharp::Parser::AST::Namespace^>();
572+
auto _tmp__Namespaces = gcnew System::Collections::Generic::List<CppSharp::Parser::AST::Namespace^>();
573573
for(auto _element : ((::CppSharp::CppParser::AST::DeclarationContext*)NativePtr)->Namespaces)
574574
{
575575
auto _marshalElement = (_element == nullptr) ? nullptr : gcnew CppSharp::Parser::AST::Namespace((::CppSharp::CppParser::AST::Namespace*)_element);
576-
_tmp__Namespaces_->Add(_marshalElement);
576+
_tmp__Namespaces->Add(_marshalElement);
577577
}
578-
return _tmp__Namespaces_;
578+
return _tmp__Namespaces;
579579
}
580580

581581
void CppSharp::Parser::AST::DeclarationContext::Namespaces::set(System::Collections::Generic::List<CppSharp::Parser::AST::Namespace^>^ value)
@@ -591,13 +591,13 @@ void CppSharp::Parser::AST::DeclarationContext::Namespaces::set(System::Collecti
591591

592592
System::Collections::Generic::List<CppSharp::Parser::AST::Enumeration^>^ CppSharp::Parser::AST::DeclarationContext::Enums::get()
593593
{
594-
auto _tmp__Enums_ = gcnew System::Collections::Generic::List<CppSharp::Parser::AST::Enumeration^>();
594+
auto _tmp__Enums = gcnew System::Collections::Generic::List<CppSharp::Parser::AST::Enumeration^>();
595595
for(auto _element : ((::CppSharp::CppParser::AST::DeclarationContext*)NativePtr)->Enums)
596596
{
597597
auto _marshalElement = (_element == nullptr) ? nullptr : gcnew CppSharp::Parser::AST::Enumeration((::CppSharp::CppParser::AST::Enumeration*)_element);
598-
_tmp__Enums_->Add(_marshalElement);
598+
_tmp__Enums->Add(_marshalElement);
599599
}
600-
return _tmp__Enums_;
600+
return _tmp__Enums;
601601
}
602602

603603
void CppSharp::Parser::AST::DeclarationContext::Enums::set(System::Collections::Generic::List<CppSharp::Parser::AST::Enumeration^>^ value)
@@ -613,13 +613,13 @@ void CppSharp::Parser::AST::DeclarationContext::Enums::set(System::Collections::
613613

614614
System::Collections::Generic::List<CppSharp::Parser::AST::Function^>^ CppSharp::Parser::AST::DeclarationContext::Functions::get()
615615
{
616-
auto _tmp__Functions_ = gcnew System::Collections::Generic::List<CppSharp::Parser::AST::Function^>();
616+
auto _tmp__Functions = gcnew System::Collections::Generic::List<CppSharp::Parser::AST::Function^>();
617617
for(auto _element : ((::CppSharp::CppParser::AST::DeclarationContext*)NativePtr)->Functions)
618618
{
619619
auto _marshalElement = (_element == nullptr) ? nullptr : gcnew CppSharp::Parser::AST::Function((::CppSharp::CppParser::AST::Function*)_element);
620-
_tmp__Functions_->Add(_marshalElement);
620+
_tmp__Functions->Add(_marshalElement);
621621
}
622-
return _tmp__Functions_;
622+
return _tmp__Functions;
623623
}
624624

625625
void CppSharp::Parser::AST::DeclarationContext::Functions::set(System::Collections::Generic::List<CppSharp::Parser::AST::Function^>^ value)
@@ -635,13 +635,13 @@ void CppSharp::Parser::AST::DeclarationContext::Functions::set(System::Collectio
635635

636636
System::Collections::Generic::List<CppSharp::Parser::AST::Class^>^ CppSharp::Parser::AST::DeclarationContext::Classes::get()
637637
{
638-
auto _tmp__Classes_ = gcnew System::Collections::Generic::List<CppSharp::Parser::AST::Class^>();
638+
auto _tmp__Classes = gcnew System::Collections::Generic::List<CppSharp::Parser::AST::Class^>();
639639
for(auto _element : ((::CppSharp::CppParser::AST::DeclarationContext*)NativePtr)->Classes)
640640
{
641641
auto _marshalElement = (_element == nullptr) ? nullptr : gcnew CppSharp::Parser::AST::Class((::CppSharp::CppParser::AST::Class*)_element);
642-
_tmp__Classes_->Add(_marshalElement);
642+
_tmp__Classes->Add(_marshalElement);
643643
}
644-
return _tmp__Classes_;
644+
return _tmp__Classes;
645645
}
646646

647647
void CppSharp::Parser::AST::DeclarationContext::Classes::set(System::Collections::Generic::List<CppSharp::Parser::AST::Class^>^ value)

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -699,10 +699,10 @@ namespace Rep
699699
public unsafe partial struct __Internalc__N_std_N___1_S_basic_string__C___N_std_N___1_S_char_traits__C___N_std_N___1_S_allocator__C
700700
{
701701
[FieldOffset(0)]
702-
internal global::Std.BasicString.Rep._.__Internal _;
702+
internal global::Std.BasicString.Rep._4.__Internal _0;
703703
}
704704

705-
namespace _
705+
namespace _4
706706
{
707707
[StructLayout(LayoutKind.Explicit, Size = 12)]
708708
public unsafe partial struct __Internal
@@ -744,13 +744,13 @@ namespace Short
744744
public unsafe partial struct __Internalc__N_std_N___1_S_basic_string__C___N_std_N___1_S_char_traits__C___N_std_N___1_S_allocator__C
745745
{
746746
[FieldOffset(0)]
747-
internal global::Std.BasicString.Short._.__Internal _;
747+
internal global::Std.BasicString.Short._4.__Internal _0;
748748

749749
[FieldOffset(1)]
750750
internal fixed sbyte __data_[11];
751751
}
752752

753-
namespace _
753+
namespace _4
754754
{
755755
[StructLayout(LayoutKind.Explicit, Size = 1)]
756756
public unsafe partial struct __Internal

src/CppParser/Bindings/CSharp/x86_64-apple-darwin12.4.0/Std.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -699,10 +699,10 @@ namespace Rep
699699
public unsafe partial struct __Internalc__N_std_N___1_S_basic_string__C___N_std_N___1_S_char_traits__C___N_std_N___1_S_allocator__C
700700
{
701701
[FieldOffset(0)]
702-
internal global::Std.BasicString.Rep._.__Internal _;
702+
internal global::Std.BasicString.Rep._4.__Internal _0;
703703
}
704704

705-
namespace _
705+
namespace _4
706706
{
707707
[StructLayout(LayoutKind.Explicit, Size = 24)]
708708
public unsafe partial struct __Internal
@@ -744,13 +744,13 @@ namespace Short
744744
public unsafe partial struct __Internalc__N_std_N___1_S_basic_string__C___N_std_N___1_S_char_traits__C___N_std_N___1_S_allocator__C
745745
{
746746
[FieldOffset(0)]
747-
internal global::Std.BasicString.Short._.__Internal _;
747+
internal global::Std.BasicString.Short._4.__Internal _0;
748748

749749
[FieldOffset(1)]
750750
internal fixed sbyte __data_[23];
751751
}
752752

753-
namespace _
753+
namespace _4
754754
{
755755
[StructLayout(LayoutKind.Explicit, Size = 1)]
756756
public unsafe partial struct __Internal

src/CppParser/Bindings/CSharp/x86_64-linux-gnu-cxx11abi/Std.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -835,7 +835,7 @@ public unsafe partial struct __Internalc__N_std_N___cxx11_S_basic_string__C___N_
835835
internal ulong _M_string_length;
836836

837837
[FieldOffset(16)]
838-
internal global::Std.BasicString._.__Internalc__N_std_N___cxx11_S_basic_string__C___N_std_S_char_traits__C___N_std_S_allocator__C _;
838+
internal global::Std.BasicString._3.__Internalc__N_std_N___cxx11_S_basic_string__C___N_std_S_char_traits__C___N_std_S_allocator__C _0;
839839

840840
[SuppressUnmanagedCodeSecurity]
841841
[DllImport("Std-symbols", CallingConvention = global::System.Runtime.InteropServices.CallingConvention.Cdecl,
@@ -864,7 +864,7 @@ public unsafe partial struct __Internal
864864

865865
}
866866

867-
namespace _
867+
namespace _3
868868
{
869869
[StructLayout(LayoutKind.Explicit, Size = 16)]
870870
public unsafe partial struct __Internalc__N_std_N___cxx11_S_basic_string__C___N_std_S_char_traits__C___N_std_S_allocator__C

0 commit comments

Comments
 (0)