@@ -211,7 +211,7 @@ CppSharp::Parser::AST::Comment::operator CppSharp::Parser::AST::Comment^(CppShar
211
211
auto __arg0 = (::CppSharp::CppParser::AST::CommentKind)kind;
212
212
auto __ret = (::CppSharp::CppParser::AST::Comment) __arg0;
213
213
auto ____ret = new ::CppSharp::CppParser::AST::Comment (__ret);
214
- return (____ret == nullptr ) ? nullptr : gcnew CppSharp::Parser::AST::Comment ((::CppSharp::CppParser::AST::Comment*)____ret, true );
214
+ return (____ret == nullptr ) ? nullptr : gcnew :: CppSharp::Parser::AST::Comment ((::CppSharp::CppParser::AST::Comment*)____ret, true );
215
215
}
216
216
217
217
System::IntPtr CppSharp::Parser::AST::Comment::__Instance::get ()
@@ -282,7 +282,7 @@ CppSharp::Parser::AST::BlockContentComment::operator CppSharp::Parser::AST::Bloc
282
282
auto __arg0 = (::CppSharp::CppParser::AST::CommentKind)Kind;
283
283
auto __ret = (::CppSharp::CppParser::AST::BlockContentComment) __arg0;
284
284
auto ____ret = new ::CppSharp::CppParser::AST::BlockContentComment (__ret);
285
- return (____ret == nullptr ) ? nullptr : gcnew CppSharp::Parser::AST::BlockContentComment ((::CppSharp::CppParser::AST::BlockContentComment*)____ret, true );
285
+ return (____ret == nullptr ) ? nullptr : gcnew :: CppSharp::Parser::AST::BlockContentComment ((::CppSharp::CppParser::AST::BlockContentComment*)____ret, true );
286
286
}
287
287
288
288
CppSharp::Parser::AST::FullComment::FullComment (::CppSharp::CppParser::AST::FullComment* native)
@@ -320,7 +320,7 @@ CppSharp::Parser::AST::BlockContentComment^ CppSharp::Parser::AST::FullComment::
320
320
{
321
321
auto __ret = ((::CppSharp::CppParser::AST::FullComment*)NativePtr)->getBlocks (i);
322
322
if (__ret == nullptr ) return nullptr ;
323
- return (__ret == nullptr ) ? nullptr : gcnew CppSharp::Parser::AST::BlockContentComment ((::CppSharp::CppParser::AST::BlockContentComment*)__ret);
323
+ return (__ret == nullptr ) ? nullptr : gcnew :: CppSharp::Parser::AST::BlockContentComment ((::CppSharp::CppParser::AST::BlockContentComment*)__ret);
324
324
}
325
325
326
326
void CppSharp::Parser::AST::FullComment::AddBlocks (CppSharp::Parser::AST::BlockContentComment^ s)
@@ -351,7 +351,7 @@ System::Collections::Generic::List<CppSharp::Parser::AST::BlockContentComment^>^
351
351
auto _tmp__Blocks = gcnew System::Collections::Generic::List<CppSharp::Parser::AST::BlockContentComment^>();
352
352
for (auto _element : ((::CppSharp::CppParser::AST::FullComment*)NativePtr)->Blocks )
353
353
{
354
- auto _marshalElement = (_element == nullptr ) ? nullptr : gcnew CppSharp::Parser::AST::BlockContentComment ((::CppSharp::CppParser::AST::BlockContentComment*)_element);
354
+ auto _marshalElement = (_element == nullptr ) ? nullptr : gcnew :: CppSharp::Parser::AST::BlockContentComment ((::CppSharp::CppParser::AST::BlockContentComment*)_element);
355
355
_tmp__Blocks->Add (_marshalElement);
356
356
}
357
357
return _tmp__Blocks;
@@ -422,7 +422,7 @@ CppSharp::Parser::AST::InlineContentComment::operator CppSharp::Parser::AST::Inl
422
422
auto __arg0 = (::CppSharp::CppParser::AST::CommentKind)Kind;
423
423
auto __ret = (::CppSharp::CppParser::AST::InlineContentComment) __arg0;
424
424
auto ____ret = new ::CppSharp::CppParser::AST::InlineContentComment (__ret);
425
- return (____ret == nullptr ) ? nullptr : gcnew CppSharp::Parser::AST::InlineContentComment ((::CppSharp::CppParser::AST::InlineContentComment*)____ret, true );
425
+ return (____ret == nullptr ) ? nullptr : gcnew :: CppSharp::Parser::AST::InlineContentComment ((::CppSharp::CppParser::AST::InlineContentComment*)____ret, true );
426
426
}
427
427
428
428
bool CppSharp::Parser::AST::InlineContentComment::HasTrailingNewline::get ()
@@ -470,7 +470,7 @@ CppSharp::Parser::AST::InlineContentComment^ CppSharp::Parser::AST::ParagraphCom
470
470
{
471
471
auto __ret = ((::CppSharp::CppParser::AST::ParagraphComment*)NativePtr)->getContent (i);
472
472
if (__ret == nullptr ) return nullptr ;
473
- return (__ret == nullptr ) ? nullptr : gcnew CppSharp::Parser::AST::InlineContentComment ((::CppSharp::CppParser::AST::InlineContentComment*)__ret);
473
+ return (__ret == nullptr ) ? nullptr : gcnew :: CppSharp::Parser::AST::InlineContentComment ((::CppSharp::CppParser::AST::InlineContentComment*)__ret);
474
474
}
475
475
476
476
void CppSharp::Parser::AST::ParagraphComment::AddContent (CppSharp::Parser::AST::InlineContentComment^ s)
@@ -511,7 +511,7 @@ System::Collections::Generic::List<CppSharp::Parser::AST::InlineContentComment^>
511
511
auto _tmp__Content = gcnew System::Collections::Generic::List<CppSharp::Parser::AST::InlineContentComment^>();
512
512
for (auto _element : ((::CppSharp::CppParser::AST::ParagraphComment*)NativePtr)->Content )
513
513
{
514
- auto _marshalElement = (_element == nullptr ) ? nullptr : gcnew CppSharp::Parser::AST::InlineContentComment ((::CppSharp::CppParser::AST::InlineContentComment*)_element);
514
+ auto _marshalElement = (_element == nullptr ) ? nullptr : gcnew :: CppSharp::Parser::AST::InlineContentComment ((::CppSharp::CppParser::AST::InlineContentComment*)_element);
515
515
_tmp__Content->Add (_marshalElement);
516
516
}
517
517
return _tmp__Content;
@@ -633,7 +633,7 @@ CppSharp::Parser::AST::BlockCommandComment::Argument^ CppSharp::Parser::AST::Blo
633
633
{
634
634
auto __ret = ((::CppSharp::CppParser::AST::BlockCommandComment*)NativePtr)->getArguments (i);
635
635
auto ____ret = new ::CppSharp::CppParser::AST::BlockCommandComment::Argument (__ret);
636
- return (____ret == nullptr ) ? nullptr : gcnew CppSharp::Parser::AST::BlockCommandComment::Argument ((::CppSharp::CppParser::AST::BlockCommandComment::Argument*)____ret, true );
636
+ return (____ret == nullptr ) ? nullptr : gcnew :: CppSharp::Parser::AST::BlockCommandComment::Argument ((::CppSharp::CppParser::AST::BlockCommandComment::Argument*)____ret, true );
637
637
}
638
638
639
639
void CppSharp::Parser::AST::BlockCommandComment::AddArguments (CppSharp::Parser::AST::BlockCommandComment::Argument^ s)
@@ -664,7 +664,7 @@ CppSharp::Parser::AST::BlockCommandComment::operator CppSharp::Parser::AST::Bloc
664
664
auto __arg0 = (::CppSharp::CppParser::AST::CommentKind)Kind;
665
665
auto __ret = (::CppSharp::CppParser::AST::BlockCommandComment) __arg0;
666
666
auto ____ret = new ::CppSharp::CppParser::AST::BlockCommandComment (__ret);
667
- return (____ret == nullptr ) ? nullptr : gcnew CppSharp::Parser::AST::BlockCommandComment ((::CppSharp::CppParser::AST::BlockCommandComment*)____ret, true );
667
+ return (____ret == nullptr ) ? nullptr : gcnew :: CppSharp::Parser::AST::BlockCommandComment ((::CppSharp::CppParser::AST::BlockCommandComment*)____ret, true );
668
668
}
669
669
670
670
unsigned int CppSharp::Parser::AST::BlockCommandComment::CommandId::get ()
@@ -679,7 +679,7 @@ void CppSharp::Parser::AST::BlockCommandComment::CommandId::set(unsigned int val
679
679
680
680
CppSharp::Parser::AST::ParagraphComment^ CppSharp::Parser::AST::BlockCommandComment::ParagraphComment::get()
681
681
{
682
- return (((::CppSharp::CppParser::AST::BlockCommandComment*)NativePtr)->paragraphComment == nullptr ) ? nullptr : gcnew CppSharp::Parser::AST::ParagraphComment ((::CppSharp::CppParser::AST::ParagraphComment*)((::CppSharp::CppParser::AST::BlockCommandComment*)NativePtr)->paragraphComment );
682
+ return (((::CppSharp::CppParser::AST::BlockCommandComment*)NativePtr)->paragraphComment == nullptr ) ? nullptr : gcnew :: CppSharp::Parser::AST::ParagraphComment ((::CppSharp::CppParser::AST::ParagraphComment*)((::CppSharp::CppParser::AST::BlockCommandComment*)NativePtr)->paragraphComment );
683
683
}
684
684
685
685
void CppSharp::Parser::AST::BlockCommandComment::ParagraphComment::set (CppSharp::Parser::AST::ParagraphComment^ value)
@@ -693,7 +693,7 @@ System::Collections::Generic::List<CppSharp::Parser::AST::BlockCommandComment::A
693
693
for (auto _element : ((::CppSharp::CppParser::AST::BlockCommandComment*)NativePtr)->Arguments )
694
694
{
695
695
auto ___element = new ::CppSharp::CppParser::AST::BlockCommandComment::Argument (_element);
696
- auto _marshalElement = (___element == nullptr ) ? nullptr : gcnew CppSharp::Parser::AST::BlockCommandComment::Argument ((::CppSharp::CppParser::AST::BlockCommandComment::Argument*)___element, true );
696
+ auto _marshalElement = (___element == nullptr ) ? nullptr : gcnew :: CppSharp::Parser::AST::BlockCommandComment::Argument ((::CppSharp::CppParser::AST::BlockCommandComment::Argument*)___element, true );
697
697
_tmp__Arguments->Add (_marshalElement);
698
698
}
699
699
return _tmp__Arguments;
@@ -952,7 +952,7 @@ CppSharp::Parser::AST::VerbatimBlockLineComment^ CppSharp::Parser::AST::Verbatim
952
952
{
953
953
auto __ret = ((::CppSharp::CppParser::AST::VerbatimBlockComment*)NativePtr)->getLines (i);
954
954
if (__ret == nullptr ) return nullptr ;
955
- return (__ret == nullptr ) ? nullptr : gcnew CppSharp::Parser::AST::VerbatimBlockLineComment ((::CppSharp::CppParser::AST::VerbatimBlockLineComment*)__ret);
955
+ return (__ret == nullptr ) ? nullptr : gcnew :: CppSharp::Parser::AST::VerbatimBlockLineComment ((::CppSharp::CppParser::AST::VerbatimBlockLineComment*)__ret);
956
956
}
957
957
958
958
void CppSharp::Parser::AST::VerbatimBlockComment::AddLines (CppSharp::Parser::AST::VerbatimBlockLineComment^ s)
@@ -983,7 +983,7 @@ System::Collections::Generic::List<CppSharp::Parser::AST::VerbatimBlockLineComme
983
983
auto _tmp__Lines = gcnew System::Collections::Generic::List<CppSharp::Parser::AST::VerbatimBlockLineComment^>();
984
984
for (auto _element : ((::CppSharp::CppParser::AST::VerbatimBlockComment*)NativePtr)->Lines )
985
985
{
986
- auto _marshalElement = (_element == nullptr ) ? nullptr : gcnew CppSharp::Parser::AST::VerbatimBlockLineComment ((::CppSharp::CppParser::AST::VerbatimBlockLineComment*)_element);
986
+ auto _marshalElement = (_element == nullptr ) ? nullptr : gcnew :: CppSharp::Parser::AST::VerbatimBlockLineComment ((::CppSharp::CppParser::AST::VerbatimBlockLineComment*)_element);
987
987
_tmp__Lines->Add (_marshalElement);
988
988
}
989
989
return _tmp__Lines;
@@ -1148,7 +1148,7 @@ CppSharp::Parser::AST::InlineCommandComment::Argument^ CppSharp::Parser::AST::In
1148
1148
{
1149
1149
auto __ret = ((::CppSharp::CppParser::AST::InlineCommandComment*)NativePtr)->getArguments (i);
1150
1150
auto ____ret = new ::CppSharp::CppParser::AST::InlineCommandComment::Argument (__ret);
1151
- return (____ret == nullptr ) ? nullptr : gcnew CppSharp::Parser::AST::InlineCommandComment::Argument ((::CppSharp::CppParser::AST::InlineCommandComment::Argument*)____ret, true );
1151
+ return (____ret == nullptr ) ? nullptr : gcnew :: CppSharp::Parser::AST::InlineCommandComment::Argument ((::CppSharp::CppParser::AST::InlineCommandComment::Argument*)____ret, true );
1152
1152
}
1153
1153
1154
1154
void CppSharp::Parser::AST::InlineCommandComment::AddArguments (CppSharp::Parser::AST::InlineCommandComment::Argument^ s)
@@ -1200,7 +1200,7 @@ System::Collections::Generic::List<CppSharp::Parser::AST::InlineCommandComment::
1200
1200
for (auto _element : ((::CppSharp::CppParser::AST::InlineCommandComment*)NativePtr)->Arguments )
1201
1201
{
1202
1202
auto ___element = new ::CppSharp::CppParser::AST::InlineCommandComment::Argument (_element);
1203
- auto _marshalElement = (___element == nullptr ) ? nullptr : gcnew CppSharp::Parser::AST::InlineCommandComment::Argument ((::CppSharp::CppParser::AST::InlineCommandComment::Argument*)___element, true );
1203
+ auto _marshalElement = (___element == nullptr ) ? nullptr : gcnew :: CppSharp::Parser::AST::InlineCommandComment::Argument ((::CppSharp::CppParser::AST::InlineCommandComment::Argument*)___element, true );
1204
1204
_tmp__Arguments->Add (_marshalElement);
1205
1205
}
1206
1206
return _tmp__Arguments;
@@ -1273,7 +1273,7 @@ CppSharp::Parser::AST::HTMLTagComment::operator CppSharp::Parser::AST::HTMLTagCo
1273
1273
auto __arg0 = (::CppSharp::CppParser::AST::CommentKind)Kind;
1274
1274
auto __ret = (::CppSharp::CppParser::AST::HTMLTagComment) __arg0;
1275
1275
auto ____ret = new ::CppSharp::CppParser::AST::HTMLTagComment (__ret);
1276
- return (____ret == nullptr ) ? nullptr : gcnew CppSharp::Parser::AST::HTMLTagComment ((::CppSharp::CppParser::AST::HTMLTagComment*)____ret, true );
1276
+ return (____ret == nullptr ) ? nullptr : gcnew :: CppSharp::Parser::AST::HTMLTagComment ((::CppSharp::CppParser::AST::HTMLTagComment*)____ret, true );
1277
1277
}
1278
1278
1279
1279
CppSharp::Parser::AST::HTMLStartTagComment::Attribute::Attribute (::CppSharp::CppParser::AST::HTMLStartTagComment::Attribute* native)
@@ -1377,7 +1377,7 @@ CppSharp::Parser::AST::HTMLStartTagComment::Attribute^ CppSharp::Parser::AST::HT
1377
1377
{
1378
1378
auto __ret = ((::CppSharp::CppParser::AST::HTMLStartTagComment*)NativePtr)->getAttributes (i);
1379
1379
auto ____ret = new ::CppSharp::CppParser::AST::HTMLStartTagComment::Attribute (__ret);
1380
- return (____ret == nullptr ) ? nullptr : gcnew CppSharp::Parser::AST::HTMLStartTagComment::Attribute ((::CppSharp::CppParser::AST::HTMLStartTagComment::Attribute*)____ret, true );
1380
+ return (____ret == nullptr ) ? nullptr : gcnew :: CppSharp::Parser::AST::HTMLStartTagComment::Attribute ((::CppSharp::CppParser::AST::HTMLStartTagComment::Attribute*)____ret, true );
1381
1381
}
1382
1382
1383
1383
void CppSharp::Parser::AST::HTMLStartTagComment::AddAttributes (CppSharp::Parser::AST::HTMLStartTagComment::Attribute^ s)
@@ -1419,7 +1419,7 @@ System::Collections::Generic::List<CppSharp::Parser::AST::HTMLStartTagComment::A
1419
1419
for (auto _element : ((::CppSharp::CppParser::AST::HTMLStartTagComment*)NativePtr)->Attributes )
1420
1420
{
1421
1421
auto ___element = new ::CppSharp::CppParser::AST::HTMLStartTagComment::Attribute (_element);
1422
- auto _marshalElement = (___element == nullptr ) ? nullptr : gcnew CppSharp::Parser::AST::HTMLStartTagComment::Attribute ((::CppSharp::CppParser::AST::HTMLStartTagComment::Attribute*)___element, true );
1422
+ auto _marshalElement = (___element == nullptr ) ? nullptr : gcnew :: CppSharp::Parser::AST::HTMLStartTagComment::Attribute ((::CppSharp::CppParser::AST::HTMLStartTagComment::Attribute*)___element, true );
1423
1423
_tmp__Attributes->Add (_marshalElement);
1424
1424
}
1425
1425
return _tmp__Attributes;
@@ -1624,7 +1624,7 @@ void CppSharp::Parser::AST::RawComment::BriefText::set(System::String^ value)
1624
1624
1625
1625
CppSharp::Parser::AST::FullComment^ CppSharp::Parser::AST::RawComment::FullCommentBlock::get()
1626
1626
{
1627
- return (((::CppSharp::CppParser::AST::RawComment*)NativePtr)->fullCommentBlock == nullptr ) ? nullptr : gcnew CppSharp::Parser::AST::FullComment ((::CppSharp::CppParser::AST::FullComment*)((::CppSharp::CppParser::AST::RawComment*)NativePtr)->fullCommentBlock );
1627
+ return (((::CppSharp::CppParser::AST::RawComment*)NativePtr)->fullCommentBlock == nullptr ) ? nullptr : gcnew :: CppSharp::Parser::AST::FullComment ((::CppSharp::CppParser::AST::FullComment*)((::CppSharp::CppParser::AST::RawComment*)NativePtr)->fullCommentBlock );
1628
1628
}
1629
1629
1630
1630
void CppSharp::Parser::AST::RawComment::FullCommentBlock::set (CppSharp::Parser::AST::FullComment^ value)
0 commit comments