@@ -569,13 +569,13 @@ CppSharp::Parser::AST::DeclarationContext::operator CppSharp::Parser::AST::Decla
569
569
570
570
System::Collections::Generic::List<CppSharp::Parser::AST::Namespace^>^ CppSharp::Parser::AST::DeclarationContext::Namespaces::get()
571
571
{
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^>();
573
573
for (auto _element : ((::CppSharp::CppParser::AST::DeclarationContext*)NativePtr)->Namespaces )
574
574
{
575
575
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);
577
577
}
578
- return _tmp__Namespaces_ ;
578
+ return _tmp__Namespaces ;
579
579
}
580
580
581
581
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
591
591
592
592
System::Collections::Generic::List<CppSharp::Parser::AST::Enumeration^>^ CppSharp::Parser::AST::DeclarationContext::Enums::get()
593
593
{
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^>();
595
595
for (auto _element : ((::CppSharp::CppParser::AST::DeclarationContext*)NativePtr)->Enums )
596
596
{
597
597
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);
599
599
}
600
- return _tmp__Enums_ ;
600
+ return _tmp__Enums ;
601
601
}
602
602
603
603
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::
613
613
614
614
System::Collections::Generic::List<CppSharp::Parser::AST::Function^>^ CppSharp::Parser::AST::DeclarationContext::Functions::get()
615
615
{
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^>();
617
617
for (auto _element : ((::CppSharp::CppParser::AST::DeclarationContext*)NativePtr)->Functions )
618
618
{
619
619
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);
621
621
}
622
- return _tmp__Functions_ ;
622
+ return _tmp__Functions ;
623
623
}
624
624
625
625
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
635
635
636
636
System::Collections::Generic::List<CppSharp::Parser::AST::Class^>^ CppSharp::Parser::AST::DeclarationContext::Classes::get()
637
637
{
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^>();
639
639
for (auto _element : ((::CppSharp::CppParser::AST::DeclarationContext*)NativePtr)->Classes )
640
640
{
641
641
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);
643
643
}
644
- return _tmp__Classes_ ;
644
+ return _tmp__Classes ;
645
645
}
646
646
647
647
void CppSharp::Parser::AST::DeclarationContext::Classes::set (System::Collections::Generic::List<CppSharp::Parser::AST::Class^>^ value)
0 commit comments