|
|
|
@ -24,7 +24,7 @@ CppSharp::Parser::AST::Expr::Classification^ CppSharp::Parser::AST::Expr::Classi
@@ -24,7 +24,7 @@ CppSharp::Parser::AST::Expr::Classification^ CppSharp::Parser::AST::Expr::Classi
|
|
|
|
|
return gcnew ::CppSharp::Parser::AST::Expr::Classification((::CppSharp::CppParser::AST::Expr::Classification*) native.ToPointer()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
CppSharp::Parser::AST::Expr::Classification::Classification(::CppSharp::CppParser::AST::Expr::Classification* native, const bool ownNativeInstance) |
|
|
|
|
CppSharp::Parser::AST::Expr::Classification::Classification(::CppSharp::CppParser::AST::Expr::Classification* native, bool ownNativeInstance) |
|
|
|
|
: __ownsNativeInstance(ownNativeInstance) |
|
|
|
|
{ |
|
|
|
|
NativePtr = native; |
|
|
|
@ -155,7 +155,7 @@ CppSharp::Parser::AST::Expr^ CppSharp::Parser::AST::Expr::__CreateInstance(::Sys
@@ -155,7 +155,7 @@ CppSharp::Parser::AST::Expr^ CppSharp::Parser::AST::Expr::__CreateInstance(::Sys
|
|
|
|
|
return gcnew ::CppSharp::Parser::AST::Expr((::CppSharp::CppParser::AST::Expr*) native.ToPointer()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
CppSharp::Parser::AST::Expr::Expr(::CppSharp::CppParser::AST::Expr* native, const bool ownNativeInstance) |
|
|
|
|
CppSharp::Parser::AST::Expr::Expr(::CppSharp::CppParser::AST::Expr* native, bool ownNativeInstance) |
|
|
|
|
: CppSharp::Parser::AST::Stmt((::CppSharp::CppParser::AST::Stmt*)native, ownNativeInstance) |
|
|
|
|
{ |
|
|
|
|
} |
|
|
|
@ -356,7 +356,7 @@ CppSharp::Parser::AST::FullExpr^ CppSharp::Parser::AST::FullExpr::__CreateInstan
@@ -356,7 +356,7 @@ CppSharp::Parser::AST::FullExpr^ CppSharp::Parser::AST::FullExpr::__CreateInstan
|
|
|
|
|
return gcnew ::CppSharp::Parser::AST::FullExpr((::CppSharp::CppParser::AST::FullExpr*) native.ToPointer()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
CppSharp::Parser::AST::FullExpr::FullExpr(::CppSharp::CppParser::AST::FullExpr* native, const bool ownNativeInstance) |
|
|
|
|
CppSharp::Parser::AST::FullExpr::FullExpr(::CppSharp::CppParser::AST::FullExpr* native, bool ownNativeInstance) |
|
|
|
|
: CppSharp::Parser::AST::Expr((::CppSharp::CppParser::AST::Expr*)native, ownNativeInstance) |
|
|
|
|
{ |
|
|
|
|
} |
|
|
|
@ -423,7 +423,7 @@ CppSharp::Parser::AST::ConstantExpr^ CppSharp::Parser::AST::ConstantExpr::__Crea
@@ -423,7 +423,7 @@ CppSharp::Parser::AST::ConstantExpr^ CppSharp::Parser::AST::ConstantExpr::__Crea
|
|
|
|
|
return gcnew ::CppSharp::Parser::AST::ConstantExpr((::CppSharp::CppParser::AST::ConstantExpr*) native.ToPointer()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
CppSharp::Parser::AST::ConstantExpr::ConstantExpr(::CppSharp::CppParser::AST::ConstantExpr* native, const bool ownNativeInstance) |
|
|
|
|
CppSharp::Parser::AST::ConstantExpr::ConstantExpr(::CppSharp::CppParser::AST::ConstantExpr* native, bool ownNativeInstance) |
|
|
|
|
: CppSharp::Parser::AST::FullExpr((::CppSharp::CppParser::AST::FullExpr*)native, ownNativeInstance) |
|
|
|
|
{ |
|
|
|
|
} |
|
|
|
@ -464,7 +464,7 @@ CppSharp::Parser::AST::OpaqueValueExpr^ CppSharp::Parser::AST::OpaqueValueExpr::
@@ -464,7 +464,7 @@ CppSharp::Parser::AST::OpaqueValueExpr^ CppSharp::Parser::AST::OpaqueValueExpr::
|
|
|
|
|
return gcnew ::CppSharp::Parser::AST::OpaqueValueExpr((::CppSharp::CppParser::AST::OpaqueValueExpr*) native.ToPointer()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
CppSharp::Parser::AST::OpaqueValueExpr::OpaqueValueExpr(::CppSharp::CppParser::AST::OpaqueValueExpr* native, const bool ownNativeInstance) |
|
|
|
|
CppSharp::Parser::AST::OpaqueValueExpr::OpaqueValueExpr(::CppSharp::CppParser::AST::OpaqueValueExpr* native, bool ownNativeInstance) |
|
|
|
|
: CppSharp::Parser::AST::Expr((::CppSharp::CppParser::AST::Expr*)native, ownNativeInstance) |
|
|
|
|
{ |
|
|
|
|
} |
|
|
|
@ -537,7 +537,7 @@ CppSharp::Parser::AST::DeclRefExpr^ CppSharp::Parser::AST::DeclRefExpr::__Create
@@ -537,7 +537,7 @@ CppSharp::Parser::AST::DeclRefExpr^ CppSharp::Parser::AST::DeclRefExpr::__Create
|
|
|
|
|
return gcnew ::CppSharp::Parser::AST::DeclRefExpr((::CppSharp::CppParser::AST::DeclRefExpr*) native.ToPointer()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
CppSharp::Parser::AST::DeclRefExpr::DeclRefExpr(::CppSharp::CppParser::AST::DeclRefExpr* native, const bool ownNativeInstance) |
|
|
|
|
CppSharp::Parser::AST::DeclRefExpr::DeclRefExpr(::CppSharp::CppParser::AST::DeclRefExpr* native, bool ownNativeInstance) |
|
|
|
|
: CppSharp::Parser::AST::Expr((::CppSharp::CppParser::AST::Expr*)native, ownNativeInstance) |
|
|
|
|
{ |
|
|
|
|
} |
|
|
|
@ -706,7 +706,7 @@ CppSharp::Parser::AST::IntegerLiteral^ CppSharp::Parser::AST::IntegerLiteral::__
@@ -706,7 +706,7 @@ CppSharp::Parser::AST::IntegerLiteral^ CppSharp::Parser::AST::IntegerLiteral::__
|
|
|
|
|
return gcnew ::CppSharp::Parser::AST::IntegerLiteral((::CppSharp::CppParser::AST::IntegerLiteral*) native.ToPointer()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
CppSharp::Parser::AST::IntegerLiteral::IntegerLiteral(::CppSharp::CppParser::AST::IntegerLiteral* native, const bool ownNativeInstance) |
|
|
|
|
CppSharp::Parser::AST::IntegerLiteral::IntegerLiteral(::CppSharp::CppParser::AST::IntegerLiteral* native, bool ownNativeInstance) |
|
|
|
|
: CppSharp::Parser::AST::Expr((::CppSharp::CppParser::AST::Expr*)native, ownNativeInstance) |
|
|
|
|
{ |
|
|
|
|
} |
|
|
|
@ -769,7 +769,7 @@ CppSharp::Parser::AST::FixedPointLiteral^ CppSharp::Parser::AST::FixedPointLiter
@@ -769,7 +769,7 @@ CppSharp::Parser::AST::FixedPointLiteral^ CppSharp::Parser::AST::FixedPointLiter
|
|
|
|
|
return gcnew ::CppSharp::Parser::AST::FixedPointLiteral((::CppSharp::CppParser::AST::FixedPointLiteral*) native.ToPointer()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
CppSharp::Parser::AST::FixedPointLiteral::FixedPointLiteral(::CppSharp::CppParser::AST::FixedPointLiteral* native, const bool ownNativeInstance) |
|
|
|
|
CppSharp::Parser::AST::FixedPointLiteral::FixedPointLiteral(::CppSharp::CppParser::AST::FixedPointLiteral* native, bool ownNativeInstance) |
|
|
|
|
: CppSharp::Parser::AST::Expr((::CppSharp::CppParser::AST::Expr*)native, ownNativeInstance) |
|
|
|
|
{ |
|
|
|
|
} |
|
|
|
@ -832,7 +832,7 @@ CppSharp::Parser::AST::CharacterLiteral^ CppSharp::Parser::AST::CharacterLiteral
@@ -832,7 +832,7 @@ CppSharp::Parser::AST::CharacterLiteral^ CppSharp::Parser::AST::CharacterLiteral
|
|
|
|
|
return gcnew ::CppSharp::Parser::AST::CharacterLiteral((::CppSharp::CppParser::AST::CharacterLiteral*) native.ToPointer()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
CppSharp::Parser::AST::CharacterLiteral::CharacterLiteral(::CppSharp::CppParser::AST::CharacterLiteral* native, const bool ownNativeInstance) |
|
|
|
|
CppSharp::Parser::AST::CharacterLiteral::CharacterLiteral(::CppSharp::CppParser::AST::CharacterLiteral* native, bool ownNativeInstance) |
|
|
|
|
: CppSharp::Parser::AST::Expr((::CppSharp::CppParser::AST::Expr*)native, ownNativeInstance) |
|
|
|
|
{ |
|
|
|
|
} |
|
|
|
@ -905,7 +905,7 @@ CppSharp::Parser::AST::FloatingLiteral^ CppSharp::Parser::AST::FloatingLiteral::
@@ -905,7 +905,7 @@ CppSharp::Parser::AST::FloatingLiteral^ CppSharp::Parser::AST::FloatingLiteral::
|
|
|
|
|
return gcnew ::CppSharp::Parser::AST::FloatingLiteral((::CppSharp::CppParser::AST::FloatingLiteral*) native.ToPointer()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
CppSharp::Parser::AST::FloatingLiteral::FloatingLiteral(::CppSharp::CppParser::AST::FloatingLiteral* native, const bool ownNativeInstance) |
|
|
|
|
CppSharp::Parser::AST::FloatingLiteral::FloatingLiteral(::CppSharp::CppParser::AST::FloatingLiteral* native, bool ownNativeInstance) |
|
|
|
|
: CppSharp::Parser::AST::Expr((::CppSharp::CppParser::AST::Expr*)native, ownNativeInstance) |
|
|
|
|
{ |
|
|
|
|
} |
|
|
|
@ -978,7 +978,7 @@ CppSharp::Parser::AST::ImaginaryLiteral^ CppSharp::Parser::AST::ImaginaryLiteral
@@ -978,7 +978,7 @@ CppSharp::Parser::AST::ImaginaryLiteral^ CppSharp::Parser::AST::ImaginaryLiteral
|
|
|
|
|
return gcnew ::CppSharp::Parser::AST::ImaginaryLiteral((::CppSharp::CppParser::AST::ImaginaryLiteral*) native.ToPointer()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
CppSharp::Parser::AST::ImaginaryLiteral::ImaginaryLiteral(::CppSharp::CppParser::AST::ImaginaryLiteral* native, const bool ownNativeInstance) |
|
|
|
|
CppSharp::Parser::AST::ImaginaryLiteral::ImaginaryLiteral(::CppSharp::CppParser::AST::ImaginaryLiteral* native, bool ownNativeInstance) |
|
|
|
|
: CppSharp::Parser::AST::Expr((::CppSharp::CppParser::AST::Expr*)native, ownNativeInstance) |
|
|
|
|
{ |
|
|
|
|
} |
|
|
|
@ -1029,7 +1029,7 @@ CppSharp::Parser::AST::StringLiteral^ CppSharp::Parser::AST::StringLiteral::__Cr
@@ -1029,7 +1029,7 @@ CppSharp::Parser::AST::StringLiteral^ CppSharp::Parser::AST::StringLiteral::__Cr
|
|
|
|
|
return gcnew ::CppSharp::Parser::AST::StringLiteral((::CppSharp::CppParser::AST::StringLiteral*) native.ToPointer()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
CppSharp::Parser::AST::StringLiteral::StringLiteral(::CppSharp::CppParser::AST::StringLiteral* native, const bool ownNativeInstance) |
|
|
|
|
CppSharp::Parser::AST::StringLiteral::StringLiteral(::CppSharp::CppParser::AST::StringLiteral* native, bool ownNativeInstance) |
|
|
|
|
: CppSharp::Parser::AST::Expr((::CppSharp::CppParser::AST::Expr*)native, ownNativeInstance) |
|
|
|
|
{ |
|
|
|
|
} |
|
|
|
@ -1226,7 +1226,7 @@ CppSharp::Parser::AST::PredefinedExpr^ CppSharp::Parser::AST::PredefinedExpr::__
@@ -1226,7 +1226,7 @@ CppSharp::Parser::AST::PredefinedExpr^ CppSharp::Parser::AST::PredefinedExpr::__
|
|
|
|
|
return gcnew ::CppSharp::Parser::AST::PredefinedExpr((::CppSharp::CppParser::AST::PredefinedExpr*) native.ToPointer()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
CppSharp::Parser::AST::PredefinedExpr::PredefinedExpr(::CppSharp::CppParser::AST::PredefinedExpr* native, const bool ownNativeInstance) |
|
|
|
|
CppSharp::Parser::AST::PredefinedExpr::PredefinedExpr(::CppSharp::CppParser::AST::PredefinedExpr* native, bool ownNativeInstance) |
|
|
|
|
: CppSharp::Parser::AST::Expr((::CppSharp::CppParser::AST::Expr*)native, ownNativeInstance) |
|
|
|
|
{ |
|
|
|
|
} |
|
|
|
@ -1289,7 +1289,7 @@ CppSharp::Parser::AST::ParenExpr^ CppSharp::Parser::AST::ParenExpr::__CreateInst
@@ -1289,7 +1289,7 @@ CppSharp::Parser::AST::ParenExpr^ CppSharp::Parser::AST::ParenExpr::__CreateInst
|
|
|
|
|
return gcnew ::CppSharp::Parser::AST::ParenExpr((::CppSharp::CppParser::AST::ParenExpr*) native.ToPointer()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
CppSharp::Parser::AST::ParenExpr::ParenExpr(::CppSharp::CppParser::AST::ParenExpr* native, const bool ownNativeInstance) |
|
|
|
|
CppSharp::Parser::AST::ParenExpr::ParenExpr(::CppSharp::CppParser::AST::ParenExpr* native, bool ownNativeInstance) |
|
|
|
|
: CppSharp::Parser::AST::Expr((::CppSharp::CppParser::AST::Expr*)native, ownNativeInstance) |
|
|
|
|
{ |
|
|
|
|
} |
|
|
|
@ -1364,7 +1364,7 @@ CppSharp::Parser::AST::UnaryOperator^ CppSharp::Parser::AST::UnaryOperator::__Cr
@@ -1364,7 +1364,7 @@ CppSharp::Parser::AST::UnaryOperator^ CppSharp::Parser::AST::UnaryOperator::__Cr
|
|
|
|
|
return gcnew ::CppSharp::Parser::AST::UnaryOperator((::CppSharp::CppParser::AST::UnaryOperator*) native.ToPointer()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
CppSharp::Parser::AST::UnaryOperator::UnaryOperator(::CppSharp::CppParser::AST::UnaryOperator* native, const bool ownNativeInstance) |
|
|
|
|
CppSharp::Parser::AST::UnaryOperator::UnaryOperator(::CppSharp::CppParser::AST::UnaryOperator* native, bool ownNativeInstance) |
|
|
|
|
: CppSharp::Parser::AST::Expr((::CppSharp::CppParser::AST::Expr*)native, ownNativeInstance) |
|
|
|
|
{ |
|
|
|
|
} |
|
|
|
@ -1517,7 +1517,7 @@ CppSharp::Parser::AST::OffsetOfExpr^ CppSharp::Parser::AST::OffsetOfExpr::__Crea
@@ -1517,7 +1517,7 @@ CppSharp::Parser::AST::OffsetOfExpr^ CppSharp::Parser::AST::OffsetOfExpr::__Crea
|
|
|
|
|
return gcnew ::CppSharp::Parser::AST::OffsetOfExpr((::CppSharp::CppParser::AST::OffsetOfExpr*) native.ToPointer()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
CppSharp::Parser::AST::OffsetOfExpr::OffsetOfExpr(::CppSharp::CppParser::AST::OffsetOfExpr* native, const bool ownNativeInstance) |
|
|
|
|
CppSharp::Parser::AST::OffsetOfExpr::OffsetOfExpr(::CppSharp::CppParser::AST::OffsetOfExpr* native, bool ownNativeInstance) |
|
|
|
|
: CppSharp::Parser::AST::Expr((::CppSharp::CppParser::AST::Expr*)native, ownNativeInstance) |
|
|
|
|
{ |
|
|
|
|
} |
|
|
|
@ -1602,7 +1602,7 @@ CppSharp::Parser::AST::UnaryExprOrTypeTraitExpr^ CppSharp::Parser::AST::UnaryExp
@@ -1602,7 +1602,7 @@ CppSharp::Parser::AST::UnaryExprOrTypeTraitExpr^ CppSharp::Parser::AST::UnaryExp
|
|
|
|
|
return gcnew ::CppSharp::Parser::AST::UnaryExprOrTypeTraitExpr((::CppSharp::CppParser::AST::UnaryExprOrTypeTraitExpr*) native.ToPointer()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
CppSharp::Parser::AST::UnaryExprOrTypeTraitExpr::UnaryExprOrTypeTraitExpr(::CppSharp::CppParser::AST::UnaryExprOrTypeTraitExpr* native, const bool ownNativeInstance) |
|
|
|
|
CppSharp::Parser::AST::UnaryExprOrTypeTraitExpr::UnaryExprOrTypeTraitExpr(::CppSharp::CppParser::AST::UnaryExprOrTypeTraitExpr* native, bool ownNativeInstance) |
|
|
|
|
: CppSharp::Parser::AST::Expr((::CppSharp::CppParser::AST::Expr*)native, ownNativeInstance) |
|
|
|
|
{ |
|
|
|
|
} |
|
|
|
@ -1721,7 +1721,7 @@ CppSharp::Parser::AST::ArraySubscriptExpr^ CppSharp::Parser::AST::ArraySubscript
@@ -1721,7 +1721,7 @@ CppSharp::Parser::AST::ArraySubscriptExpr^ CppSharp::Parser::AST::ArraySubscript
|
|
|
|
|
return gcnew ::CppSharp::Parser::AST::ArraySubscriptExpr((::CppSharp::CppParser::AST::ArraySubscriptExpr*) native.ToPointer()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
CppSharp::Parser::AST::ArraySubscriptExpr::ArraySubscriptExpr(::CppSharp::CppParser::AST::ArraySubscriptExpr* native, const bool ownNativeInstance) |
|
|
|
|
CppSharp::Parser::AST::ArraySubscriptExpr::ArraySubscriptExpr(::CppSharp::CppParser::AST::ArraySubscriptExpr* native, bool ownNativeInstance) |
|
|
|
|
: CppSharp::Parser::AST::Expr((::CppSharp::CppParser::AST::Expr*)native, ownNativeInstance) |
|
|
|
|
{ |
|
|
|
|
} |
|
|
|
@ -1814,7 +1814,7 @@ CppSharp::Parser::AST::CallExpr^ CppSharp::Parser::AST::CallExpr::__CreateInstan
@@ -1814,7 +1814,7 @@ CppSharp::Parser::AST::CallExpr^ CppSharp::Parser::AST::CallExpr::__CreateInstan
|
|
|
|
|
return gcnew ::CppSharp::Parser::AST::CallExpr((::CppSharp::CppParser::AST::CallExpr*) native.ToPointer()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
CppSharp::Parser::AST::CallExpr::CallExpr(::CppSharp::CppParser::AST::CallExpr* native, const bool ownNativeInstance) |
|
|
|
|
CppSharp::Parser::AST::CallExpr::CallExpr(::CppSharp::CppParser::AST::CallExpr* native, bool ownNativeInstance) |
|
|
|
|
: CppSharp::Parser::AST::Expr((::CppSharp::CppParser::AST::Expr*)native, ownNativeInstance) |
|
|
|
|
{ |
|
|
|
|
} |
|
|
|
@ -2007,7 +2007,7 @@ CppSharp::Parser::AST::MemberExpr^ CppSharp::Parser::AST::MemberExpr::__CreateIn
@@ -2007,7 +2007,7 @@ CppSharp::Parser::AST::MemberExpr^ CppSharp::Parser::AST::MemberExpr::__CreateIn
|
|
|
|
|
return gcnew ::CppSharp::Parser::AST::MemberExpr((::CppSharp::CppParser::AST::MemberExpr*) native.ToPointer()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
CppSharp::Parser::AST::MemberExpr::MemberExpr(::CppSharp::CppParser::AST::MemberExpr* native, const bool ownNativeInstance) |
|
|
|
|
CppSharp::Parser::AST::MemberExpr::MemberExpr(::CppSharp::CppParser::AST::MemberExpr* native, bool ownNativeInstance) |
|
|
|
|
: CppSharp::Parser::AST::Expr((::CppSharp::CppParser::AST::Expr*)native, ownNativeInstance) |
|
|
|
|
{ |
|
|
|
|
} |
|
|
|
@ -2188,7 +2188,7 @@ CppSharp::Parser::AST::CompoundLiteralExpr^ CppSharp::Parser::AST::CompoundLiter
@@ -2188,7 +2188,7 @@ CppSharp::Parser::AST::CompoundLiteralExpr^ CppSharp::Parser::AST::CompoundLiter
|
|
|
|
|
return gcnew ::CppSharp::Parser::AST::CompoundLiteralExpr((::CppSharp::CppParser::AST::CompoundLiteralExpr*) native.ToPointer()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
CppSharp::Parser::AST::CompoundLiteralExpr::CompoundLiteralExpr(::CppSharp::CppParser::AST::CompoundLiteralExpr* native, const bool ownNativeInstance) |
|
|
|
|
CppSharp::Parser::AST::CompoundLiteralExpr::CompoundLiteralExpr(::CppSharp::CppParser::AST::CompoundLiteralExpr* native, bool ownNativeInstance) |
|
|
|
|
: CppSharp::Parser::AST::Expr((::CppSharp::CppParser::AST::Expr*)native, ownNativeInstance) |
|
|
|
|
{ |
|
|
|
|
} |
|
|
|
@ -2261,7 +2261,7 @@ CppSharp::Parser::AST::CastExpr^ CppSharp::Parser::AST::CastExpr::__CreateInstan
@@ -2261,7 +2261,7 @@ CppSharp::Parser::AST::CastExpr^ CppSharp::Parser::AST::CastExpr::__CreateInstan
|
|
|
|
|
return gcnew ::CppSharp::Parser::AST::CastExpr((::CppSharp::CppParser::AST::CastExpr*) native.ToPointer()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
CppSharp::Parser::AST::CastExpr::CastExpr(::CppSharp::CppParser::AST::CastExpr* native, const bool ownNativeInstance) |
|
|
|
|
CppSharp::Parser::AST::CastExpr::CastExpr(::CppSharp::CppParser::AST::CastExpr* native, bool ownNativeInstance) |
|
|
|
|
: CppSharp::Parser::AST::Expr((::CppSharp::CppParser::AST::Expr*)native, ownNativeInstance) |
|
|
|
|
{ |
|
|
|
|
} |
|
|
|
@ -2389,7 +2389,7 @@ CppSharp::Parser::AST::ImplicitCastExpr^ CppSharp::Parser::AST::ImplicitCastExpr
@@ -2389,7 +2389,7 @@ CppSharp::Parser::AST::ImplicitCastExpr^ CppSharp::Parser::AST::ImplicitCastExpr
|
|
|
|
|
return gcnew ::CppSharp::Parser::AST::ImplicitCastExpr((::CppSharp::CppParser::AST::ImplicitCastExpr*) native.ToPointer()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
CppSharp::Parser::AST::ImplicitCastExpr::ImplicitCastExpr(::CppSharp::CppParser::AST::ImplicitCastExpr* native, const bool ownNativeInstance) |
|
|
|
|
CppSharp::Parser::AST::ImplicitCastExpr::ImplicitCastExpr(::CppSharp::CppParser::AST::ImplicitCastExpr* native, bool ownNativeInstance) |
|
|
|
|
: CppSharp::Parser::AST::CastExpr((::CppSharp::CppParser::AST::CastExpr*)native, ownNativeInstance) |
|
|
|
|
{ |
|
|
|
|
} |
|
|
|
@ -2440,7 +2440,7 @@ CppSharp::Parser::AST::ExplicitCastExpr^ CppSharp::Parser::AST::ExplicitCastExpr
@@ -2440,7 +2440,7 @@ CppSharp::Parser::AST::ExplicitCastExpr^ CppSharp::Parser::AST::ExplicitCastExpr
|
|
|
|
|
return gcnew ::CppSharp::Parser::AST::ExplicitCastExpr((::CppSharp::CppParser::AST::ExplicitCastExpr*) native.ToPointer()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
CppSharp::Parser::AST::ExplicitCastExpr::ExplicitCastExpr(::CppSharp::CppParser::AST::ExplicitCastExpr* native, const bool ownNativeInstance) |
|
|
|
|
CppSharp::Parser::AST::ExplicitCastExpr::ExplicitCastExpr(::CppSharp::CppParser::AST::ExplicitCastExpr* native, bool ownNativeInstance) |
|
|
|
|
: CppSharp::Parser::AST::CastExpr((::CppSharp::CppParser::AST::CastExpr*)native, ownNativeInstance) |
|
|
|
|
{ |
|
|
|
|
} |
|
|
|
@ -2509,7 +2509,7 @@ CppSharp::Parser::AST::CStyleCastExpr^ CppSharp::Parser::AST::CStyleCastExpr::__
@@ -2509,7 +2509,7 @@ CppSharp::Parser::AST::CStyleCastExpr^ CppSharp::Parser::AST::CStyleCastExpr::__
|
|
|
|
|
return gcnew ::CppSharp::Parser::AST::CStyleCastExpr((::CppSharp::CppParser::AST::CStyleCastExpr*) native.ToPointer()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
CppSharp::Parser::AST::CStyleCastExpr::CStyleCastExpr(::CppSharp::CppParser::AST::CStyleCastExpr* native, const bool ownNativeInstance) |
|
|
|
|
CppSharp::Parser::AST::CStyleCastExpr::CStyleCastExpr(::CppSharp::CppParser::AST::CStyleCastExpr* native, bool ownNativeInstance) |
|
|
|
|
: CppSharp::Parser::AST::ExplicitCastExpr((::CppSharp::CppParser::AST::ExplicitCastExpr*)native, ownNativeInstance) |
|
|
|
|
{ |
|
|
|
|
} |
|
|
|
@ -2574,7 +2574,7 @@ CppSharp::Parser::AST::BinaryOperator^ CppSharp::Parser::AST::BinaryOperator::__
@@ -2574,7 +2574,7 @@ CppSharp::Parser::AST::BinaryOperator^ CppSharp::Parser::AST::BinaryOperator::__
|
|
|
|
|
return gcnew ::CppSharp::Parser::AST::BinaryOperator((::CppSharp::CppParser::AST::BinaryOperator*) native.ToPointer()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
CppSharp::Parser::AST::BinaryOperator::BinaryOperator(::CppSharp::CppParser::AST::BinaryOperator* native, const bool ownNativeInstance) |
|
|
|
|
CppSharp::Parser::AST::BinaryOperator::BinaryOperator(::CppSharp::CppParser::AST::BinaryOperator* native, bool ownNativeInstance) |
|
|
|
|
: CppSharp::Parser::AST::Expr((::CppSharp::CppParser::AST::Expr*)native, ownNativeInstance) |
|
|
|
|
{ |
|
|
|
|
} |
|
|
|
@ -2829,7 +2829,7 @@ CppSharp::Parser::AST::CompoundAssignOperator^ CppSharp::Parser::AST::CompoundAs
@@ -2829,7 +2829,7 @@ CppSharp::Parser::AST::CompoundAssignOperator^ CppSharp::Parser::AST::CompoundAs
|
|
|
|
|
return gcnew ::CppSharp::Parser::AST::CompoundAssignOperator((::CppSharp::CppParser::AST::CompoundAssignOperator*) native.ToPointer()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
CppSharp::Parser::AST::CompoundAssignOperator::CompoundAssignOperator(::CppSharp::CppParser::AST::CompoundAssignOperator* native, const bool ownNativeInstance) |
|
|
|
|
CppSharp::Parser::AST::CompoundAssignOperator::CompoundAssignOperator(::CppSharp::CppParser::AST::CompoundAssignOperator* native, bool ownNativeInstance) |
|
|
|
|
: CppSharp::Parser::AST::BinaryOperator((::CppSharp::CppParser::AST::BinaryOperator*)native, ownNativeInstance) |
|
|
|
|
{ |
|
|
|
|
} |
|
|
|
@ -2900,7 +2900,7 @@ CppSharp::Parser::AST::AbstractConditionalOperator^ CppSharp::Parser::AST::Abstr
@@ -2900,7 +2900,7 @@ CppSharp::Parser::AST::AbstractConditionalOperator^ CppSharp::Parser::AST::Abstr
|
|
|
|
|
return gcnew ::CppSharp::Parser::AST::AbstractConditionalOperator((::CppSharp::CppParser::AST::AbstractConditionalOperator*) native.ToPointer()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
CppSharp::Parser::AST::AbstractConditionalOperator::AbstractConditionalOperator(::CppSharp::CppParser::AST::AbstractConditionalOperator* native, const bool ownNativeInstance) |
|
|
|
|
CppSharp::Parser::AST::AbstractConditionalOperator::AbstractConditionalOperator(::CppSharp::CppParser::AST::AbstractConditionalOperator* native, bool ownNativeInstance) |
|
|
|
|
: CppSharp::Parser::AST::Expr((::CppSharp::CppParser::AST::Expr*)native, ownNativeInstance) |
|
|
|
|
{ |
|
|
|
|
} |
|
|
|
@ -3011,7 +3011,7 @@ CppSharp::Parser::AST::ConditionalOperator^ CppSharp::Parser::AST::ConditionalOp
@@ -3011,7 +3011,7 @@ CppSharp::Parser::AST::ConditionalOperator^ CppSharp::Parser::AST::ConditionalOp
|
|
|
|
|
return gcnew ::CppSharp::Parser::AST::ConditionalOperator((::CppSharp::CppParser::AST::ConditionalOperator*) native.ToPointer()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
CppSharp::Parser::AST::ConditionalOperator::ConditionalOperator(::CppSharp::CppParser::AST::ConditionalOperator* native, const bool ownNativeInstance) |
|
|
|
|
CppSharp::Parser::AST::ConditionalOperator::ConditionalOperator(::CppSharp::CppParser::AST::ConditionalOperator* native, bool ownNativeInstance) |
|
|
|
|
: CppSharp::Parser::AST::AbstractConditionalOperator((::CppSharp::CppParser::AST::AbstractConditionalOperator*)native, ownNativeInstance) |
|
|
|
|
{ |
|
|
|
|
} |
|
|
|
@ -3072,7 +3072,7 @@ CppSharp::Parser::AST::BinaryConditionalOperator^ CppSharp::Parser::AST::BinaryC
@@ -3072,7 +3072,7 @@ CppSharp::Parser::AST::BinaryConditionalOperator^ CppSharp::Parser::AST::BinaryC
|
|
|
|
|
return gcnew ::CppSharp::Parser::AST::BinaryConditionalOperator((::CppSharp::CppParser::AST::BinaryConditionalOperator*) native.ToPointer()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
CppSharp::Parser::AST::BinaryConditionalOperator::BinaryConditionalOperator(::CppSharp::CppParser::AST::BinaryConditionalOperator* native, const bool ownNativeInstance) |
|
|
|
|
CppSharp::Parser::AST::BinaryConditionalOperator::BinaryConditionalOperator(::CppSharp::CppParser::AST::BinaryConditionalOperator* native, bool ownNativeInstance) |
|
|
|
|
: CppSharp::Parser::AST::AbstractConditionalOperator((::CppSharp::CppParser::AST::AbstractConditionalOperator*)native, ownNativeInstance) |
|
|
|
|
{ |
|
|
|
|
} |
|
|
|
@ -3133,7 +3133,7 @@ CppSharp::Parser::AST::AddrLabelExpr^ CppSharp::Parser::AST::AddrLabelExpr::__Cr
@@ -3133,7 +3133,7 @@ CppSharp::Parser::AST::AddrLabelExpr^ CppSharp::Parser::AST::AddrLabelExpr::__Cr
|
|
|
|
|
return gcnew ::CppSharp::Parser::AST::AddrLabelExpr((::CppSharp::CppParser::AST::AddrLabelExpr*) native.ToPointer()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
CppSharp::Parser::AST::AddrLabelExpr::AddrLabelExpr(::CppSharp::CppParser::AST::AddrLabelExpr* native, const bool ownNativeInstance) |
|
|
|
|
CppSharp::Parser::AST::AddrLabelExpr::AddrLabelExpr(::CppSharp::CppParser::AST::AddrLabelExpr* native, bool ownNativeInstance) |
|
|
|
|
: CppSharp::Parser::AST::Expr((::CppSharp::CppParser::AST::Expr*)native, ownNativeInstance) |
|
|
|
|
{ |
|
|
|
|
} |
|
|
|
@ -3198,7 +3198,7 @@ CppSharp::Parser::AST::StmtExpr^ CppSharp::Parser::AST::StmtExpr::__CreateInstan
@@ -3198,7 +3198,7 @@ CppSharp::Parser::AST::StmtExpr^ CppSharp::Parser::AST::StmtExpr::__CreateInstan
|
|
|
|
|
return gcnew ::CppSharp::Parser::AST::StmtExpr((::CppSharp::CppParser::AST::StmtExpr*) native.ToPointer()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
CppSharp::Parser::AST::StmtExpr::StmtExpr(::CppSharp::CppParser::AST::StmtExpr* native, const bool ownNativeInstance) |
|
|
|
|
CppSharp::Parser::AST::StmtExpr::StmtExpr(::CppSharp::CppParser::AST::StmtExpr* native, bool ownNativeInstance) |
|
|
|
|
: CppSharp::Parser::AST::Expr((::CppSharp::CppParser::AST::Expr*)native, ownNativeInstance) |
|
|
|
|
{ |
|
|
|
|
} |
|
|
|
@ -3273,7 +3273,7 @@ CppSharp::Parser::AST::ShuffleVectorExpr^ CppSharp::Parser::AST::ShuffleVectorEx
@@ -3273,7 +3273,7 @@ CppSharp::Parser::AST::ShuffleVectorExpr^ CppSharp::Parser::AST::ShuffleVectorEx
|
|
|
|
|
return gcnew ::CppSharp::Parser::AST::ShuffleVectorExpr((::CppSharp::CppParser::AST::ShuffleVectorExpr*) native.ToPointer()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
CppSharp::Parser::AST::ShuffleVectorExpr::ShuffleVectorExpr(::CppSharp::CppParser::AST::ShuffleVectorExpr* native, const bool ownNativeInstance) |
|
|
|
|
CppSharp::Parser::AST::ShuffleVectorExpr::ShuffleVectorExpr(::CppSharp::CppParser::AST::ShuffleVectorExpr* native, bool ownNativeInstance) |
|
|
|
|
: CppSharp::Parser::AST::Expr((::CppSharp::CppParser::AST::Expr*)native, ownNativeInstance) |
|
|
|
|
{ |
|
|
|
|
} |
|
|
|
@ -3348,7 +3348,7 @@ CppSharp::Parser::AST::ConvertVectorExpr^ CppSharp::Parser::AST::ConvertVectorEx
@@ -3348,7 +3348,7 @@ CppSharp::Parser::AST::ConvertVectorExpr^ CppSharp::Parser::AST::ConvertVectorEx
|
|
|
|
|
return gcnew ::CppSharp::Parser::AST::ConvertVectorExpr((::CppSharp::CppParser::AST::ConvertVectorExpr*) native.ToPointer()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
CppSharp::Parser::AST::ConvertVectorExpr::ConvertVectorExpr(::CppSharp::CppParser::AST::ConvertVectorExpr* native, const bool ownNativeInstance) |
|
|
|
|
CppSharp::Parser::AST::ConvertVectorExpr::ConvertVectorExpr(::CppSharp::CppParser::AST::ConvertVectorExpr* native, bool ownNativeInstance) |
|
|
|
|
: CppSharp::Parser::AST::Expr((::CppSharp::CppParser::AST::Expr*)native, ownNativeInstance) |
|
|
|
|
{ |
|
|
|
|
} |
|
|
|
@ -3423,7 +3423,7 @@ CppSharp::Parser::AST::ChooseExpr^ CppSharp::Parser::AST::ChooseExpr::__CreateIn
@@ -3423,7 +3423,7 @@ CppSharp::Parser::AST::ChooseExpr^ CppSharp::Parser::AST::ChooseExpr::__CreateIn
|
|
|
|
|
return gcnew ::CppSharp::Parser::AST::ChooseExpr((::CppSharp::CppParser::AST::ChooseExpr*) native.ToPointer()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
CppSharp::Parser::AST::ChooseExpr::ChooseExpr(::CppSharp::CppParser::AST::ChooseExpr* native, const bool ownNativeInstance) |
|
|
|
|
CppSharp::Parser::AST::ChooseExpr::ChooseExpr(::CppSharp::CppParser::AST::ChooseExpr* native, bool ownNativeInstance) |
|
|
|
|
: CppSharp::Parser::AST::Expr((::CppSharp::CppParser::AST::Expr*)native, ownNativeInstance) |
|
|
|
|
{ |
|
|
|
|
} |
|
|
|
@ -3548,7 +3548,7 @@ CppSharp::Parser::AST::GNUNullExpr^ CppSharp::Parser::AST::GNUNullExpr::__Create
@@ -3548,7 +3548,7 @@ CppSharp::Parser::AST::GNUNullExpr^ CppSharp::Parser::AST::GNUNullExpr::__Create
|
|
|
|
|
return gcnew ::CppSharp::Parser::AST::GNUNullExpr((::CppSharp::CppParser::AST::GNUNullExpr*) native.ToPointer()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
CppSharp::Parser::AST::GNUNullExpr::GNUNullExpr(::CppSharp::CppParser::AST::GNUNullExpr* native, const bool ownNativeInstance) |
|
|
|
|
CppSharp::Parser::AST::GNUNullExpr::GNUNullExpr(::CppSharp::CppParser::AST::GNUNullExpr* native, bool ownNativeInstance) |
|
|
|
|
: CppSharp::Parser::AST::Expr((::CppSharp::CppParser::AST::Expr*)native, ownNativeInstance) |
|
|
|
|
{ |
|
|
|
|
} |
|
|
|
@ -3601,7 +3601,7 @@ CppSharp::Parser::AST::VAArgExpr^ CppSharp::Parser::AST::VAArgExpr::__CreateInst
@@ -3601,7 +3601,7 @@ CppSharp::Parser::AST::VAArgExpr^ CppSharp::Parser::AST::VAArgExpr::__CreateInst
|
|
|
|
|
return gcnew ::CppSharp::Parser::AST::VAArgExpr((::CppSharp::CppParser::AST::VAArgExpr*) native.ToPointer()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
CppSharp::Parser::AST::VAArgExpr::VAArgExpr(::CppSharp::CppParser::AST::VAArgExpr* native, const bool ownNativeInstance) |
|
|
|
|
CppSharp::Parser::AST::VAArgExpr::VAArgExpr(::CppSharp::CppParser::AST::VAArgExpr* native, bool ownNativeInstance) |
|
|
|
|
: CppSharp::Parser::AST::Expr((::CppSharp::CppParser::AST::Expr*)native, ownNativeInstance) |
|
|
|
|
{ |
|
|
|
|
} |
|
|
|
@ -3686,7 +3686,7 @@ CppSharp::Parser::AST::InitListExpr^ CppSharp::Parser::AST::InitListExpr::__Crea
@@ -3686,7 +3686,7 @@ CppSharp::Parser::AST::InitListExpr^ CppSharp::Parser::AST::InitListExpr::__Crea
|
|
|
|
|
return gcnew ::CppSharp::Parser::AST::InitListExpr((::CppSharp::CppParser::AST::InitListExpr*) native.ToPointer()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
CppSharp::Parser::AST::InitListExpr::InitListExpr(::CppSharp::CppParser::AST::InitListExpr* native, const bool ownNativeInstance) |
|
|
|
|
CppSharp::Parser::AST::InitListExpr::InitListExpr(::CppSharp::CppParser::AST::InitListExpr* native, bool ownNativeInstance) |
|
|
|
|
: CppSharp::Parser::AST::Expr((::CppSharp::CppParser::AST::Expr*)native, ownNativeInstance) |
|
|
|
|
{ |
|
|
|
|
} |
|
|
|
@ -3852,7 +3852,7 @@ CppSharp::Parser::AST::DesignatedInitExpr::Designator^ CppSharp::Parser::AST::De
@@ -3852,7 +3852,7 @@ CppSharp::Parser::AST::DesignatedInitExpr::Designator^ CppSharp::Parser::AST::De
|
|
|
|
|
return gcnew ::CppSharp::Parser::AST::DesignatedInitExpr::Designator((::CppSharp::CppParser::AST::DesignatedInitExpr::Designator*) native.ToPointer()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
CppSharp::Parser::AST::DesignatedInitExpr::Designator::Designator(::CppSharp::CppParser::AST::DesignatedInitExpr::Designator* native, const bool ownNativeInstance) |
|
|
|
|
CppSharp::Parser::AST::DesignatedInitExpr::Designator::Designator(::CppSharp::CppParser::AST::DesignatedInitExpr::Designator* native, bool ownNativeInstance) |
|
|
|
|
: __ownsNativeInstance(ownNativeInstance) |
|
|
|
|
{ |
|
|
|
|
NativePtr = native; |
|
|
|
@ -4026,7 +4026,7 @@ CppSharp::Parser::AST::DesignatedInitExpr::FieldDesignator^ CppSharp::Parser::AS
@@ -4026,7 +4026,7 @@ CppSharp::Parser::AST::DesignatedInitExpr::FieldDesignator^ CppSharp::Parser::AS
|
|
|
|
|
return gcnew ::CppSharp::Parser::AST::DesignatedInitExpr::FieldDesignator((::CppSharp::CppParser::AST::DesignatedInitExpr::FieldDesignator*) native.ToPointer()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
CppSharp::Parser::AST::DesignatedInitExpr::FieldDesignator::FieldDesignator(::CppSharp::CppParser::AST::DesignatedInitExpr::FieldDesignator* native, const bool ownNativeInstance) |
|
|
|
|
CppSharp::Parser::AST::DesignatedInitExpr::FieldDesignator::FieldDesignator(::CppSharp::CppParser::AST::DesignatedInitExpr::FieldDesignator* native, bool ownNativeInstance) |
|
|
|
|
: __ownsNativeInstance(ownNativeInstance) |
|
|
|
|
{ |
|
|
|
|
NativePtr = native; |
|
|
|
@ -4077,7 +4077,7 @@ CppSharp::Parser::AST::DesignatedInitExpr::ArrayOrRangeDesignator^ CppSharp::Par
@@ -4077,7 +4077,7 @@ CppSharp::Parser::AST::DesignatedInitExpr::ArrayOrRangeDesignator^ CppSharp::Par
|
|
|
|
|
return gcnew ::CppSharp::Parser::AST::DesignatedInitExpr::ArrayOrRangeDesignator((::CppSharp::CppParser::AST::DesignatedInitExpr::ArrayOrRangeDesignator*) native.ToPointer()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
CppSharp::Parser::AST::DesignatedInitExpr::ArrayOrRangeDesignator::ArrayOrRangeDesignator(::CppSharp::CppParser::AST::DesignatedInitExpr::ArrayOrRangeDesignator* native, const bool ownNativeInstance) |
|
|
|
|
CppSharp::Parser::AST::DesignatedInitExpr::ArrayOrRangeDesignator::ArrayOrRangeDesignator(::CppSharp::CppParser::AST::DesignatedInitExpr::ArrayOrRangeDesignator* native, bool ownNativeInstance) |
|
|
|
|
: __ownsNativeInstance(ownNativeInstance) |
|
|
|
|
{ |
|
|
|
|
NativePtr = native; |
|
|
|
@ -4127,7 +4127,7 @@ CppSharp::Parser::AST::DesignatedInitExpr^ CppSharp::Parser::AST::DesignatedInit
@@ -4127,7 +4127,7 @@ CppSharp::Parser::AST::DesignatedInitExpr^ CppSharp::Parser::AST::DesignatedInit
|
|
|
|
|
return gcnew ::CppSharp::Parser::AST::DesignatedInitExpr((::CppSharp::CppParser::AST::DesignatedInitExpr*) native.ToPointer()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
CppSharp::Parser::AST::DesignatedInitExpr::DesignatedInitExpr(::CppSharp::CppParser::AST::DesignatedInitExpr* native, const bool ownNativeInstance) |
|
|
|
|
CppSharp::Parser::AST::DesignatedInitExpr::DesignatedInitExpr(::CppSharp::CppParser::AST::DesignatedInitExpr* native, bool ownNativeInstance) |
|
|
|
|
: CppSharp::Parser::AST::Expr((::CppSharp::CppParser::AST::Expr*)native, ownNativeInstance) |
|
|
|
|
{ |
|
|
|
|
} |
|
|
|
@ -4232,7 +4232,7 @@ CppSharp::Parser::AST::NoInitExpr^ CppSharp::Parser::AST::NoInitExpr::__CreateIn
@@ -4232,7 +4232,7 @@ CppSharp::Parser::AST::NoInitExpr^ CppSharp::Parser::AST::NoInitExpr::__CreateIn
|
|
|
|
|
return gcnew ::CppSharp::Parser::AST::NoInitExpr((::CppSharp::CppParser::AST::NoInitExpr*) native.ToPointer()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
CppSharp::Parser::AST::NoInitExpr::NoInitExpr(::CppSharp::CppParser::AST::NoInitExpr* native, const bool ownNativeInstance) |
|
|
|
|
CppSharp::Parser::AST::NoInitExpr::NoInitExpr(::CppSharp::CppParser::AST::NoInitExpr* native, bool ownNativeInstance) |
|
|
|
|
: CppSharp::Parser::AST::Expr((::CppSharp::CppParser::AST::Expr*)native, ownNativeInstance) |
|
|
|
|
{ |
|
|
|
|
} |
|
|
|
@ -4273,7 +4273,7 @@ CppSharp::Parser::AST::DesignatedInitUpdateExpr^ CppSharp::Parser::AST::Designat
@@ -4273,7 +4273,7 @@ CppSharp::Parser::AST::DesignatedInitUpdateExpr^ CppSharp::Parser::AST::Designat
|
|
|
|
|
return gcnew ::CppSharp::Parser::AST::DesignatedInitUpdateExpr((::CppSharp::CppParser::AST::DesignatedInitUpdateExpr*) native.ToPointer()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
CppSharp::Parser::AST::DesignatedInitUpdateExpr::DesignatedInitUpdateExpr(::CppSharp::CppParser::AST::DesignatedInitUpdateExpr* native, const bool ownNativeInstance) |
|
|
|
|
CppSharp::Parser::AST::DesignatedInitUpdateExpr::DesignatedInitUpdateExpr(::CppSharp::CppParser::AST::DesignatedInitUpdateExpr* native, bool ownNativeInstance) |
|
|
|
|
: CppSharp::Parser::AST::Expr((::CppSharp::CppParser::AST::Expr*)native, ownNativeInstance) |
|
|
|
|
{ |
|
|
|
|
} |
|
|
|
@ -4334,7 +4334,7 @@ CppSharp::Parser::AST::ArrayInitLoopExpr^ CppSharp::Parser::AST::ArrayInitLoopEx
@@ -4334,7 +4334,7 @@ CppSharp::Parser::AST::ArrayInitLoopExpr^ CppSharp::Parser::AST::ArrayInitLoopEx
|
|
|
|
|
return gcnew ::CppSharp::Parser::AST::ArrayInitLoopExpr((::CppSharp::CppParser::AST::ArrayInitLoopExpr*) native.ToPointer()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
CppSharp::Parser::AST::ArrayInitLoopExpr::ArrayInitLoopExpr(::CppSharp::CppParser::AST::ArrayInitLoopExpr* native, const bool ownNativeInstance) |
|
|
|
|
CppSharp::Parser::AST::ArrayInitLoopExpr::ArrayInitLoopExpr(::CppSharp::CppParser::AST::ArrayInitLoopExpr* native, bool ownNativeInstance) |
|
|
|
|
: CppSharp::Parser::AST::Expr((::CppSharp::CppParser::AST::Expr*)native, ownNativeInstance) |
|
|
|
|
{ |
|
|
|
|
} |
|
|
|
@ -4395,7 +4395,7 @@ CppSharp::Parser::AST::ArrayInitIndexExpr^ CppSharp::Parser::AST::ArrayInitIndex
@@ -4395,7 +4395,7 @@ CppSharp::Parser::AST::ArrayInitIndexExpr^ CppSharp::Parser::AST::ArrayInitIndex
|
|
|
|
|
return gcnew ::CppSharp::Parser::AST::ArrayInitIndexExpr((::CppSharp::CppParser::AST::ArrayInitIndexExpr*) native.ToPointer()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
CppSharp::Parser::AST::ArrayInitIndexExpr::ArrayInitIndexExpr(::CppSharp::CppParser::AST::ArrayInitIndexExpr* native, const bool ownNativeInstance) |
|
|
|
|
CppSharp::Parser::AST::ArrayInitIndexExpr::ArrayInitIndexExpr(::CppSharp::CppParser::AST::ArrayInitIndexExpr* native, bool ownNativeInstance) |
|
|
|
|
: CppSharp::Parser::AST::Expr((::CppSharp::CppParser::AST::Expr*)native, ownNativeInstance) |
|
|
|
|
{ |
|
|
|
|
} |
|
|
|
@ -4436,7 +4436,7 @@ CppSharp::Parser::AST::ImplicitValueInitExpr^ CppSharp::Parser::AST::ImplicitVal
@@ -4436,7 +4436,7 @@ CppSharp::Parser::AST::ImplicitValueInitExpr^ CppSharp::Parser::AST::ImplicitVal
|
|
|
|
|
return gcnew ::CppSharp::Parser::AST::ImplicitValueInitExpr((::CppSharp::CppParser::AST::ImplicitValueInitExpr*) native.ToPointer()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
CppSharp::Parser::AST::ImplicitValueInitExpr::ImplicitValueInitExpr(::CppSharp::CppParser::AST::ImplicitValueInitExpr* native, const bool ownNativeInstance) |
|
|
|
|
CppSharp::Parser::AST::ImplicitValueInitExpr::ImplicitValueInitExpr(::CppSharp::CppParser::AST::ImplicitValueInitExpr* native, bool ownNativeInstance) |
|
|
|
|
: CppSharp::Parser::AST::Expr((::CppSharp::CppParser::AST::Expr*)native, ownNativeInstance) |
|
|
|
|
{ |
|
|
|
|
} |
|
|
|
@ -4477,7 +4477,7 @@ CppSharp::Parser::AST::ParenListExpr^ CppSharp::Parser::AST::ParenListExpr::__Cr
@@ -4477,7 +4477,7 @@ CppSharp::Parser::AST::ParenListExpr^ CppSharp::Parser::AST::ParenListExpr::__Cr
|
|
|
|
|
return gcnew ::CppSharp::Parser::AST::ParenListExpr((::CppSharp::CppParser::AST::ParenListExpr*) native.ToPointer()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
CppSharp::Parser::AST::ParenListExpr::ParenListExpr(::CppSharp::CppParser::AST::ParenListExpr* native, const bool ownNativeInstance) |
|
|
|
|
CppSharp::Parser::AST::ParenListExpr::ParenListExpr(::CppSharp::CppParser::AST::ParenListExpr* native, bool ownNativeInstance) |
|
|
|
|
: CppSharp::Parser::AST::Expr((::CppSharp::CppParser::AST::Expr*)native, ownNativeInstance) |
|
|
|
|
{ |
|
|
|
|
} |
|
|
|
@ -4552,7 +4552,7 @@ CppSharp::Parser::AST::GenericSelectionExpr^ CppSharp::Parser::AST::GenericSelec
@@ -4552,7 +4552,7 @@ CppSharp::Parser::AST::GenericSelectionExpr^ CppSharp::Parser::AST::GenericSelec
|
|
|
|
|
return gcnew ::CppSharp::Parser::AST::GenericSelectionExpr((::CppSharp::CppParser::AST::GenericSelectionExpr*) native.ToPointer()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
CppSharp::Parser::AST::GenericSelectionExpr::GenericSelectionExpr(::CppSharp::CppParser::AST::GenericSelectionExpr* native, const bool ownNativeInstance) |
|
|
|
|
CppSharp::Parser::AST::GenericSelectionExpr::GenericSelectionExpr(::CppSharp::CppParser::AST::GenericSelectionExpr* native, bool ownNativeInstance) |
|
|
|
|
: CppSharp::Parser::AST::Expr((::CppSharp::CppParser::AST::Expr*)native, ownNativeInstance) |
|
|
|
|
{ |
|
|
|
|
} |
|
|
|
@ -4679,7 +4679,7 @@ CppSharp::Parser::AST::ExtVectorElementExpr^ CppSharp::Parser::AST::ExtVectorEle
@@ -4679,7 +4679,7 @@ CppSharp::Parser::AST::ExtVectorElementExpr^ CppSharp::Parser::AST::ExtVectorEle
|
|
|
|
|
return gcnew ::CppSharp::Parser::AST::ExtVectorElementExpr((::CppSharp::CppParser::AST::ExtVectorElementExpr*) native.ToPointer()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
CppSharp::Parser::AST::ExtVectorElementExpr::ExtVectorElementExpr(::CppSharp::CppParser::AST::ExtVectorElementExpr* native, const bool ownNativeInstance) |
|
|
|
|
CppSharp::Parser::AST::ExtVectorElementExpr::ExtVectorElementExpr(::CppSharp::CppParser::AST::ExtVectorElementExpr* native, bool ownNativeInstance) |
|
|
|
|
: CppSharp::Parser::AST::Expr((::CppSharp::CppParser::AST::Expr*)native, ownNativeInstance) |
|
|
|
|
{ |
|
|
|
|
} |
|
|
|
@ -4772,7 +4772,7 @@ CppSharp::Parser::AST::BlockExpr^ CppSharp::Parser::AST::BlockExpr::__CreateInst
@@ -4772,7 +4772,7 @@ CppSharp::Parser::AST::BlockExpr^ CppSharp::Parser::AST::BlockExpr::__CreateInst
|
|
|
|
|
return gcnew ::CppSharp::Parser::AST::BlockExpr((::CppSharp::CppParser::AST::BlockExpr*) native.ToPointer()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
CppSharp::Parser::AST::BlockExpr::BlockExpr(::CppSharp::CppParser::AST::BlockExpr* native, const bool ownNativeInstance) |
|
|
|
|
CppSharp::Parser::AST::BlockExpr::BlockExpr(::CppSharp::CppParser::AST::BlockExpr* native, bool ownNativeInstance) |
|
|
|
|
: CppSharp::Parser::AST::Expr((::CppSharp::CppParser::AST::Expr*)native, ownNativeInstance) |
|
|
|
|
{ |
|
|
|
|
} |
|
|
|
@ -4835,7 +4835,7 @@ CppSharp::Parser::AST::AsTypeExpr^ CppSharp::Parser::AST::AsTypeExpr::__CreateIn
@@ -4835,7 +4835,7 @@ CppSharp::Parser::AST::AsTypeExpr^ CppSharp::Parser::AST::AsTypeExpr::__CreateIn
|
|
|
|
|
return gcnew ::CppSharp::Parser::AST::AsTypeExpr((::CppSharp::CppParser::AST::AsTypeExpr*) native.ToPointer()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
CppSharp::Parser::AST::AsTypeExpr::AsTypeExpr(::CppSharp::CppParser::AST::AsTypeExpr* native, const bool ownNativeInstance) |
|
|
|
|
CppSharp::Parser::AST::AsTypeExpr::AsTypeExpr(::CppSharp::CppParser::AST::AsTypeExpr* native, bool ownNativeInstance) |
|
|
|
|
: CppSharp::Parser::AST::Expr((::CppSharp::CppParser::AST::Expr*)native, ownNativeInstance) |
|
|
|
|
{ |
|
|
|
|
} |
|
|
|
@ -4910,7 +4910,7 @@ CppSharp::Parser::AST::PseudoObjectExpr^ CppSharp::Parser::AST::PseudoObjectExpr
@@ -4910,7 +4910,7 @@ CppSharp::Parser::AST::PseudoObjectExpr^ CppSharp::Parser::AST::PseudoObjectExpr
|
|
|
|
|
return gcnew ::CppSharp::Parser::AST::PseudoObjectExpr((::CppSharp::CppParser::AST::PseudoObjectExpr*) native.ToPointer()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
CppSharp::Parser::AST::PseudoObjectExpr::PseudoObjectExpr(::CppSharp::CppParser::AST::PseudoObjectExpr* native, const bool ownNativeInstance) |
|
|
|
|
CppSharp::Parser::AST::PseudoObjectExpr::PseudoObjectExpr(::CppSharp::CppParser::AST::PseudoObjectExpr* native, bool ownNativeInstance) |
|
|
|
|
: CppSharp::Parser::AST::Expr((::CppSharp::CppParser::AST::Expr*)native, ownNativeInstance) |
|
|
|
|
{ |
|
|
|
|
} |
|
|
|
@ -4991,7 +4991,7 @@ CppSharp::Parser::AST::AtomicExpr^ CppSharp::Parser::AST::AtomicExpr::__CreateIn
@@ -4991,7 +4991,7 @@ CppSharp::Parser::AST::AtomicExpr^ CppSharp::Parser::AST::AtomicExpr::__CreateIn
|
|
|
|
|
return gcnew ::CppSharp::Parser::AST::AtomicExpr((::CppSharp::CppParser::AST::AtomicExpr*) native.ToPointer()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
CppSharp::Parser::AST::AtomicExpr::AtomicExpr(::CppSharp::CppParser::AST::AtomicExpr* native, const bool ownNativeInstance) |
|
|
|
|
CppSharp::Parser::AST::AtomicExpr::AtomicExpr(::CppSharp::CppParser::AST::AtomicExpr* native, bool ownNativeInstance) |
|
|
|
|
: CppSharp::Parser::AST::Expr((::CppSharp::CppParser::AST::Expr*)native, ownNativeInstance) |
|
|
|
|
{ |
|
|
|
|
} |
|
|
|
@ -5188,7 +5188,7 @@ CppSharp::Parser::AST::TypoExpr^ CppSharp::Parser::AST::TypoExpr::__CreateInstan
@@ -5188,7 +5188,7 @@ CppSharp::Parser::AST::TypoExpr^ CppSharp::Parser::AST::TypoExpr::__CreateInstan
|
|
|
|
|
return gcnew ::CppSharp::Parser::AST::TypoExpr((::CppSharp::CppParser::AST::TypoExpr*) native.ToPointer()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
CppSharp::Parser::AST::TypoExpr::TypoExpr(::CppSharp::CppParser::AST::TypoExpr* native, const bool ownNativeInstance) |
|
|
|
|
CppSharp::Parser::AST::TypoExpr::TypoExpr(::CppSharp::CppParser::AST::TypoExpr* native, bool ownNativeInstance) |
|
|
|
|
: CppSharp::Parser::AST::Expr((::CppSharp::CppParser::AST::Expr*)native, ownNativeInstance) |
|
|
|
|
{ |
|
|
|
|
} |
|
|
|
@ -5229,7 +5229,7 @@ CppSharp::Parser::AST::CXXOperatorCallExpr^ CppSharp::Parser::AST::CXXOperatorCa
@@ -5229,7 +5229,7 @@ CppSharp::Parser::AST::CXXOperatorCallExpr^ CppSharp::Parser::AST::CXXOperatorCa
|
|
|
|
|
return gcnew ::CppSharp::Parser::AST::CXXOperatorCallExpr((::CppSharp::CppParser::AST::CXXOperatorCallExpr*) native.ToPointer()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
CppSharp::Parser::AST::CXXOperatorCallExpr::CXXOperatorCallExpr(::CppSharp::CppParser::AST::CXXOperatorCallExpr* native, const bool ownNativeInstance) |
|
|
|
|
CppSharp::Parser::AST::CXXOperatorCallExpr::CXXOperatorCallExpr(::CppSharp::CppParser::AST::CXXOperatorCallExpr* native, bool ownNativeInstance) |
|
|
|
|
: CppSharp::Parser::AST::CallExpr((::CppSharp::CppParser::AST::CallExpr*)native, ownNativeInstance) |
|
|
|
|
{ |
|
|
|
|
} |
|
|
|
@ -5318,7 +5318,7 @@ CppSharp::Parser::AST::CXXMemberCallExpr^ CppSharp::Parser::AST::CXXMemberCallEx
@@ -5318,7 +5318,7 @@ CppSharp::Parser::AST::CXXMemberCallExpr^ CppSharp::Parser::AST::CXXMemberCallEx
|
|
|
|
|
return gcnew ::CppSharp::Parser::AST::CXXMemberCallExpr((::CppSharp::CppParser::AST::CXXMemberCallExpr*) native.ToPointer()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
CppSharp::Parser::AST::CXXMemberCallExpr::CXXMemberCallExpr(::CppSharp::CppParser::AST::CXXMemberCallExpr* native, const bool ownNativeInstance) |
|
|
|
|
CppSharp::Parser::AST::CXXMemberCallExpr::CXXMemberCallExpr(::CppSharp::CppParser::AST::CXXMemberCallExpr* native, bool ownNativeInstance) |
|
|
|
|
: CppSharp::Parser::AST::CallExpr((::CppSharp::CppParser::AST::CallExpr*)native, ownNativeInstance) |
|
|
|
|
{ |
|
|
|
|
} |
|
|
|
@ -5385,7 +5385,7 @@ CppSharp::Parser::AST::CUDAKernelCallExpr^ CppSharp::Parser::AST::CUDAKernelCall
@@ -5385,7 +5385,7 @@ CppSharp::Parser::AST::CUDAKernelCallExpr^ CppSharp::Parser::AST::CUDAKernelCall
|
|
|
|
|
return gcnew ::CppSharp::Parser::AST::CUDAKernelCallExpr((::CppSharp::CppParser::AST::CUDAKernelCallExpr*) native.ToPointer()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
CppSharp::Parser::AST::CUDAKernelCallExpr::CUDAKernelCallExpr(::CppSharp::CppParser::AST::CUDAKernelCallExpr* native, const bool ownNativeInstance) |
|
|
|
|
CppSharp::Parser::AST::CUDAKernelCallExpr::CUDAKernelCallExpr(::CppSharp::CppParser::AST::CUDAKernelCallExpr* native, bool ownNativeInstance) |
|
|
|
|
: CppSharp::Parser::AST::CallExpr((::CppSharp::CppParser::AST::CallExpr*)native, ownNativeInstance) |
|
|
|
|
{ |
|
|
|
|
} |
|
|
|
@ -5442,7 +5442,7 @@ CppSharp::Parser::AST::CXXNamedCastExpr^ CppSharp::Parser::AST::CXXNamedCastExpr
@@ -5442,7 +5442,7 @@ CppSharp::Parser::AST::CXXNamedCastExpr^ CppSharp::Parser::AST::CXXNamedCastExpr
|
|
|
|
|
return gcnew ::CppSharp::Parser::AST::CXXNamedCastExpr((::CppSharp::CppParser::AST::CXXNamedCastExpr*) native.ToPointer()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
CppSharp::Parser::AST::CXXNamedCastExpr::CXXNamedCastExpr(::CppSharp::CppParser::AST::CXXNamedCastExpr* native, const bool ownNativeInstance) |
|
|
|
|
CppSharp::Parser::AST::CXXNamedCastExpr::CXXNamedCastExpr(::CppSharp::CppParser::AST::CXXNamedCastExpr* native, bool ownNativeInstance) |
|
|
|
|
: CppSharp::Parser::AST::ExplicitCastExpr((::CppSharp::CppParser::AST::ExplicitCastExpr*)native, ownNativeInstance) |
|
|
|
|
{ |
|
|
|
|
} |
|
|
|
@ -5546,7 +5546,7 @@ CppSharp::Parser::AST::CXXStaticCastExpr^ CppSharp::Parser::AST::CXXStaticCastEx
@@ -5546,7 +5546,7 @@ CppSharp::Parser::AST::CXXStaticCastExpr^ CppSharp::Parser::AST::CXXStaticCastEx
|
|
|
|
|
return gcnew ::CppSharp::Parser::AST::CXXStaticCastExpr((::CppSharp::CppParser::AST::CXXStaticCastExpr*) native.ToPointer()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
CppSharp::Parser::AST::CXXStaticCastExpr::CXXStaticCastExpr(::CppSharp::CppParser::AST::CXXStaticCastExpr* native, const bool ownNativeInstance) |
|
|
|
|
CppSharp::Parser::AST::CXXStaticCastExpr::CXXStaticCastExpr(::CppSharp::CppParser::AST::CXXStaticCastExpr* native, bool ownNativeInstance) |
|
|
|
|
: CppSharp::Parser::AST::CXXNamedCastExpr((::CppSharp::CppParser::AST::CXXNamedCastExpr*)native, ownNativeInstance) |
|
|
|
|
{ |
|
|
|
|
} |
|
|
|
@ -5587,7 +5587,7 @@ CppSharp::Parser::AST::CXXDynamicCastExpr^ CppSharp::Parser::AST::CXXDynamicCast
@@ -5587,7 +5587,7 @@ CppSharp::Parser::AST::CXXDynamicCastExpr^ CppSharp::Parser::AST::CXXDynamicCast
|
|
|
|
|
return gcnew ::CppSharp::Parser::AST::CXXDynamicCastExpr((::CppSharp::CppParser::AST::CXXDynamicCastExpr*) native.ToPointer()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
CppSharp::Parser::AST::CXXDynamicCastExpr::CXXDynamicCastExpr(::CppSharp::CppParser::AST::CXXDynamicCastExpr* native, const bool ownNativeInstance) |
|
|
|
|
CppSharp::Parser::AST::CXXDynamicCastExpr::CXXDynamicCastExpr(::CppSharp::CppParser::AST::CXXDynamicCastExpr* native, bool ownNativeInstance) |
|
|
|
|
: CppSharp::Parser::AST::CXXNamedCastExpr((::CppSharp::CppParser::AST::CXXNamedCastExpr*)native, ownNativeInstance) |
|
|
|
|
{ |
|
|
|
|
} |
|
|
|
@ -5638,7 +5638,7 @@ CppSharp::Parser::AST::CXXReinterpretCastExpr^ CppSharp::Parser::AST::CXXReinter
@@ -5638,7 +5638,7 @@ CppSharp::Parser::AST::CXXReinterpretCastExpr^ CppSharp::Parser::AST::CXXReinter
|
|
|
|
|
return gcnew ::CppSharp::Parser::AST::CXXReinterpretCastExpr((::CppSharp::CppParser::AST::CXXReinterpretCastExpr*) native.ToPointer()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
CppSharp::Parser::AST::CXXReinterpretCastExpr::CXXReinterpretCastExpr(::CppSharp::CppParser::AST::CXXReinterpretCastExpr* native, const bool ownNativeInstance) |
|
|
|
|
CppSharp::Parser::AST::CXXReinterpretCastExpr::CXXReinterpretCastExpr(::CppSharp::CppParser::AST::CXXReinterpretCastExpr* native, bool ownNativeInstance) |
|
|
|
|
: CppSharp::Parser::AST::CXXNamedCastExpr((::CppSharp::CppParser::AST::CXXNamedCastExpr*)native, ownNativeInstance) |
|
|
|
|
{ |
|
|
|
|
} |
|
|
|
@ -5679,7 +5679,7 @@ CppSharp::Parser::AST::CXXConstCastExpr^ CppSharp::Parser::AST::CXXConstCastExpr
@@ -5679,7 +5679,7 @@ CppSharp::Parser::AST::CXXConstCastExpr^ CppSharp::Parser::AST::CXXConstCastExpr
|
|
|
|
|
return gcnew ::CppSharp::Parser::AST::CXXConstCastExpr((::CppSharp::CppParser::AST::CXXConstCastExpr*) native.ToPointer()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
CppSharp::Parser::AST::CXXConstCastExpr::CXXConstCastExpr(::CppSharp::CppParser::AST::CXXConstCastExpr* native, const bool ownNativeInstance) |
|
|
|
|
CppSharp::Parser::AST::CXXConstCastExpr::CXXConstCastExpr(::CppSharp::CppParser::AST::CXXConstCastExpr* native, bool ownNativeInstance) |
|
|
|
|
: CppSharp::Parser::AST::CXXNamedCastExpr((::CppSharp::CppParser::AST::CXXNamedCastExpr*)native, ownNativeInstance) |
|
|
|
|
{ |
|
|
|
|
} |
|
|
|
@ -5720,7 +5720,7 @@ CppSharp::Parser::AST::UserDefinedLiteral^ CppSharp::Parser::AST::UserDefinedLit
@@ -5720,7 +5720,7 @@ CppSharp::Parser::AST::UserDefinedLiteral^ CppSharp::Parser::AST::UserDefinedLit
|
|
|
|
|
return gcnew ::CppSharp::Parser::AST::UserDefinedLiteral((::CppSharp::CppParser::AST::UserDefinedLiteral*) native.ToPointer()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
CppSharp::Parser::AST::UserDefinedLiteral::UserDefinedLiteral(::CppSharp::CppParser::AST::UserDefinedLiteral* native, const bool ownNativeInstance) |
|
|
|
|
CppSharp::Parser::AST::UserDefinedLiteral::UserDefinedLiteral(::CppSharp::CppParser::AST::UserDefinedLiteral* native, bool ownNativeInstance) |
|
|
|
|
: CppSharp::Parser::AST::CallExpr((::CppSharp::CppParser::AST::CallExpr*)native, ownNativeInstance) |
|
|
|
|
{ |
|
|
|
|
} |
|
|
|
@ -5799,7 +5799,7 @@ CppSharp::Parser::AST::CXXBoolLiteralExpr^ CppSharp::Parser::AST::CXXBoolLiteral
@@ -5799,7 +5799,7 @@ CppSharp::Parser::AST::CXXBoolLiteralExpr^ CppSharp::Parser::AST::CXXBoolLiteral
|
|
|
|
|
return gcnew ::CppSharp::Parser::AST::CXXBoolLiteralExpr((::CppSharp::CppParser::AST::CXXBoolLiteralExpr*) native.ToPointer()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
CppSharp::Parser::AST::CXXBoolLiteralExpr::CXXBoolLiteralExpr(::CppSharp::CppParser::AST::CXXBoolLiteralExpr* native, const bool ownNativeInstance) |
|
|
|
|
CppSharp::Parser::AST::CXXBoolLiteralExpr::CXXBoolLiteralExpr(::CppSharp::CppParser::AST::CXXBoolLiteralExpr* native, bool ownNativeInstance) |
|
|
|
|
: CppSharp::Parser::AST::Expr((::CppSharp::CppParser::AST::Expr*)native, ownNativeInstance) |
|
|
|
|
{ |
|
|
|
|
} |
|
|
|
@ -5862,7 +5862,7 @@ CppSharp::Parser::AST::CXXNullPtrLiteralExpr^ CppSharp::Parser::AST::CXXNullPtrL
@@ -5862,7 +5862,7 @@ CppSharp::Parser::AST::CXXNullPtrLiteralExpr^ CppSharp::Parser::AST::CXXNullPtrL
|
|
|
|
|
return gcnew ::CppSharp::Parser::AST::CXXNullPtrLiteralExpr((::CppSharp::CppParser::AST::CXXNullPtrLiteralExpr*) native.ToPointer()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
CppSharp::Parser::AST::CXXNullPtrLiteralExpr::CXXNullPtrLiteralExpr(::CppSharp::CppParser::AST::CXXNullPtrLiteralExpr* native, const bool ownNativeInstance) |
|
|
|
|
CppSharp::Parser::AST::CXXNullPtrLiteralExpr::CXXNullPtrLiteralExpr(::CppSharp::CppParser::AST::CXXNullPtrLiteralExpr* native, bool ownNativeInstance) |
|
|
|
|
: CppSharp::Parser::AST::Expr((::CppSharp::CppParser::AST::Expr*)native, ownNativeInstance) |
|
|
|
|
{ |
|
|
|
|
} |
|
|
|
@ -5915,7 +5915,7 @@ CppSharp::Parser::AST::CXXStdInitializerListExpr^ CppSharp::Parser::AST::CXXStdI
@@ -5915,7 +5915,7 @@ CppSharp::Parser::AST::CXXStdInitializerListExpr^ CppSharp::Parser::AST::CXXStdI
|
|
|
|
|
return gcnew ::CppSharp::Parser::AST::CXXStdInitializerListExpr((::CppSharp::CppParser::AST::CXXStdInitializerListExpr*) native.ToPointer()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
CppSharp::Parser::AST::CXXStdInitializerListExpr::CXXStdInitializerListExpr(::CppSharp::CppParser::AST::CXXStdInitializerListExpr* native, const bool ownNativeInstance) |
|
|
|
|
CppSharp::Parser::AST::CXXStdInitializerListExpr::CXXStdInitializerListExpr(::CppSharp::CppParser::AST::CXXStdInitializerListExpr* native, bool ownNativeInstance) |
|
|
|
|
: CppSharp::Parser::AST::Expr((::CppSharp::CppParser::AST::Expr*)native, ownNativeInstance) |
|
|
|
|
{ |
|
|
|
|
} |
|
|
|
@ -5966,7 +5966,7 @@ CppSharp::Parser::AST::CXXTypeidExpr^ CppSharp::Parser::AST::CXXTypeidExpr::__Cr
@@ -5966,7 +5966,7 @@ CppSharp::Parser::AST::CXXTypeidExpr^ CppSharp::Parser::AST::CXXTypeidExpr::__Cr
|
|
|
|
|
return gcnew ::CppSharp::Parser::AST::CXXTypeidExpr((::CppSharp::CppParser::AST::CXXTypeidExpr*) native.ToPointer()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
CppSharp::Parser::AST::CXXTypeidExpr::CXXTypeidExpr(::CppSharp::CppParser::AST::CXXTypeidExpr* native, const bool ownNativeInstance) |
|
|
|
|
CppSharp::Parser::AST::CXXTypeidExpr::CXXTypeidExpr(::CppSharp::CppParser::AST::CXXTypeidExpr* native, bool ownNativeInstance) |
|
|
|
|
: CppSharp::Parser::AST::Expr((::CppSharp::CppParser::AST::Expr*)native, ownNativeInstance) |
|
|
|
|
{ |
|
|
|
|
} |
|
|
|
@ -6037,7 +6037,7 @@ CppSharp::Parser::AST::MSPropertyRefExpr^ CppSharp::Parser::AST::MSPropertyRefEx
@@ -6037,7 +6037,7 @@ CppSharp::Parser::AST::MSPropertyRefExpr^ CppSharp::Parser::AST::MSPropertyRefEx
|
|
|
|
|
return gcnew ::CppSharp::Parser::AST::MSPropertyRefExpr((::CppSharp::CppParser::AST::MSPropertyRefExpr*) native.ToPointer()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
CppSharp::Parser::AST::MSPropertyRefExpr::MSPropertyRefExpr(::CppSharp::CppParser::AST::MSPropertyRefExpr* native, const bool ownNativeInstance) |
|
|
|
|
CppSharp::Parser::AST::MSPropertyRefExpr::MSPropertyRefExpr(::CppSharp::CppParser::AST::MSPropertyRefExpr* native, bool ownNativeInstance) |
|
|
|
|
: CppSharp::Parser::AST::Expr((::CppSharp::CppParser::AST::Expr*)native, ownNativeInstance) |
|
|
|
|
{ |
|
|
|
|
} |
|
|
|
@ -6120,7 +6120,7 @@ CppSharp::Parser::AST::MSPropertySubscriptExpr^ CppSharp::Parser::AST::MSPropert
@@ -6120,7 +6120,7 @@ CppSharp::Parser::AST::MSPropertySubscriptExpr^ CppSharp::Parser::AST::MSPropert
|
|
|
|
|
return gcnew ::CppSharp::Parser::AST::MSPropertySubscriptExpr((::CppSharp::CppParser::AST::MSPropertySubscriptExpr*) native.ToPointer()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
CppSharp::Parser::AST::MSPropertySubscriptExpr::MSPropertySubscriptExpr(::CppSharp::CppParser::AST::MSPropertySubscriptExpr* native, const bool ownNativeInstance) |
|
|
|
|
CppSharp::Parser::AST::MSPropertySubscriptExpr::MSPropertySubscriptExpr(::CppSharp::CppParser::AST::MSPropertySubscriptExpr* native, bool ownNativeInstance) |
|
|
|
|
: CppSharp::Parser::AST::Expr((::CppSharp::CppParser::AST::Expr*)native, ownNativeInstance) |
|
|
|
|
{ |
|
|
|
|
} |
|
|
|
@ -6193,7 +6193,7 @@ CppSharp::Parser::AST::CXXUuidofExpr^ CppSharp::Parser::AST::CXXUuidofExpr::__Cr
@@ -6193,7 +6193,7 @@ CppSharp::Parser::AST::CXXUuidofExpr^ CppSharp::Parser::AST::CXXUuidofExpr::__Cr
|
|
|
|
|
return gcnew ::CppSharp::Parser::AST::CXXUuidofExpr((::CppSharp::CppParser::AST::CXXUuidofExpr*) native.ToPointer()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
CppSharp::Parser::AST::CXXUuidofExpr::CXXUuidofExpr(::CppSharp::CppParser::AST::CXXUuidofExpr* native, const bool ownNativeInstance) |
|
|
|
|
CppSharp::Parser::AST::CXXUuidofExpr::CXXUuidofExpr(::CppSharp::CppParser::AST::CXXUuidofExpr* native, bool ownNativeInstance) |
|
|
|
|
: CppSharp::Parser::AST::Expr((::CppSharp::CppParser::AST::Expr*)native, ownNativeInstance) |
|
|
|
|
{ |
|
|
|
|
} |
|
|
|
@ -6270,7 +6270,7 @@ CppSharp::Parser::AST::CXXThisExpr^ CppSharp::Parser::AST::CXXThisExpr::__Create
@@ -6270,7 +6270,7 @@ CppSharp::Parser::AST::CXXThisExpr^ CppSharp::Parser::AST::CXXThisExpr::__Create
|
|
|
|
|
return gcnew ::CppSharp::Parser::AST::CXXThisExpr((::CppSharp::CppParser::AST::CXXThisExpr*) native.ToPointer()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
CppSharp::Parser::AST::CXXThisExpr::CXXThisExpr(::CppSharp::CppParser::AST::CXXThisExpr* native, const bool ownNativeInstance) |
|
|
|
|
CppSharp::Parser::AST::CXXThisExpr::CXXThisExpr(::CppSharp::CppParser::AST::CXXThisExpr* native, bool ownNativeInstance) |
|
|
|
|
: CppSharp::Parser::AST::Expr((::CppSharp::CppParser::AST::Expr*)native, ownNativeInstance) |
|
|
|
|
{ |
|
|
|
|
} |
|
|
|
@ -6333,7 +6333,7 @@ CppSharp::Parser::AST::CXXThrowExpr^ CppSharp::Parser::AST::CXXThrowExpr::__Crea
@@ -6333,7 +6333,7 @@ CppSharp::Parser::AST::CXXThrowExpr^ CppSharp::Parser::AST::CXXThrowExpr::__Crea
|
|
|
|
|
return gcnew ::CppSharp::Parser::AST::CXXThrowExpr((::CppSharp::CppParser::AST::CXXThrowExpr*) native.ToPointer()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
CppSharp::Parser::AST::CXXThrowExpr::CXXThrowExpr(::CppSharp::CppParser::AST::CXXThrowExpr* native, const bool ownNativeInstance) |
|
|
|
|
CppSharp::Parser::AST::CXXThrowExpr::CXXThrowExpr(::CppSharp::CppParser::AST::CXXThrowExpr* native, bool ownNativeInstance) |
|
|
|
|
: CppSharp::Parser::AST::Expr((::CppSharp::CppParser::AST::Expr*)native, ownNativeInstance) |
|
|
|
|
{ |
|
|
|
|
} |
|
|
|
@ -6406,7 +6406,7 @@ CppSharp::Parser::AST::CXXDefaultArgExpr^ CppSharp::Parser::AST::CXXDefaultArgEx
@@ -6406,7 +6406,7 @@ CppSharp::Parser::AST::CXXDefaultArgExpr^ CppSharp::Parser::AST::CXXDefaultArgEx
|
|
|
|
|
return gcnew ::CppSharp::Parser::AST::CXXDefaultArgExpr((::CppSharp::CppParser::AST::CXXDefaultArgExpr*) native.ToPointer()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
CppSharp::Parser::AST::CXXDefaultArgExpr::CXXDefaultArgExpr(::CppSharp::CppParser::AST::CXXDefaultArgExpr* native, const bool ownNativeInstance) |
|
|
|
|
CppSharp::Parser::AST::CXXDefaultArgExpr::CXXDefaultArgExpr(::CppSharp::CppParser::AST::CXXDefaultArgExpr* native, bool ownNativeInstance) |
|
|
|
|
: CppSharp::Parser::AST::Expr((::CppSharp::CppParser::AST::Expr*)native, ownNativeInstance) |
|
|
|
|
{ |
|
|
|
|
} |
|
|
|
@ -6469,7 +6469,7 @@ CppSharp::Parser::AST::CXXDefaultInitExpr^ CppSharp::Parser::AST::CXXDefaultInit
@@ -6469,7 +6469,7 @@ CppSharp::Parser::AST::CXXDefaultInitExpr^ CppSharp::Parser::AST::CXXDefaultInit
|
|
|
|
|
return gcnew ::CppSharp::Parser::AST::CXXDefaultInitExpr((::CppSharp::CppParser::AST::CXXDefaultInitExpr*) native.ToPointer()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
CppSharp::Parser::AST::CXXDefaultInitExpr::CXXDefaultInitExpr(::CppSharp::CppParser::AST::CXXDefaultInitExpr* native, const bool ownNativeInstance) |
|
|
|
|
CppSharp::Parser::AST::CXXDefaultInitExpr::CXXDefaultInitExpr(::CppSharp::CppParser::AST::CXXDefaultInitExpr* native, bool ownNativeInstance) |
|
|
|
|
: CppSharp::Parser::AST::Expr((::CppSharp::CppParser::AST::Expr*)native, ownNativeInstance) |
|
|
|
|
{ |
|
|
|
|
} |
|
|
|
@ -6530,7 +6530,7 @@ CppSharp::Parser::AST::CXXBindTemporaryExpr^ CppSharp::Parser::AST::CXXBindTempo
@@ -6530,7 +6530,7 @@ CppSharp::Parser::AST::CXXBindTemporaryExpr^ CppSharp::Parser::AST::CXXBindTempo
|
|
|
|
|
return gcnew ::CppSharp::Parser::AST::CXXBindTemporaryExpr((::CppSharp::CppParser::AST::CXXBindTemporaryExpr*) native.ToPointer()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
CppSharp::Parser::AST::CXXBindTemporaryExpr::CXXBindTemporaryExpr(::CppSharp::CppParser::AST::CXXBindTemporaryExpr* native, const bool ownNativeInstance) |
|
|
|
|
CppSharp::Parser::AST::CXXBindTemporaryExpr::CXXBindTemporaryExpr(::CppSharp::CppParser::AST::CXXBindTemporaryExpr* native, bool ownNativeInstance) |
|
|
|
|
: CppSharp::Parser::AST::Expr((::CppSharp::CppParser::AST::Expr*)native, ownNativeInstance) |
|
|
|
|
{ |
|
|
|
|
} |
|
|
|
@ -6581,7 +6581,7 @@ CppSharp::Parser::AST::CXXConstructExpr^ CppSharp::Parser::AST::CXXConstructExpr
@@ -6581,7 +6581,7 @@ CppSharp::Parser::AST::CXXConstructExpr^ CppSharp::Parser::AST::CXXConstructExpr
|
|
|
|
|
return gcnew ::CppSharp::Parser::AST::CXXConstructExpr((::CppSharp::CppParser::AST::CXXConstructExpr*) native.ToPointer()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
CppSharp::Parser::AST::CXXConstructExpr::CXXConstructExpr(::CppSharp::CppParser::AST::CXXConstructExpr* native, const bool ownNativeInstance) |
|
|
|
|
CppSharp::Parser::AST::CXXConstructExpr::CXXConstructExpr(::CppSharp::CppParser::AST::CXXConstructExpr* native, bool ownNativeInstance) |
|
|
|
|
: CppSharp::Parser::AST::Expr((::CppSharp::CppParser::AST::Expr*)native, ownNativeInstance) |
|
|
|
|
{ |
|
|
|
|
} |
|
|
|
@ -6776,7 +6776,7 @@ CppSharp::Parser::AST::CXXInheritedCtorInitExpr^ CppSharp::Parser::AST::CXXInher
@@ -6776,7 +6776,7 @@ CppSharp::Parser::AST::CXXInheritedCtorInitExpr^ CppSharp::Parser::AST::CXXInher
|
|
|
|
|
return gcnew ::CppSharp::Parser::AST::CXXInheritedCtorInitExpr((::CppSharp::CppParser::AST::CXXInheritedCtorInitExpr*) native.ToPointer()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
CppSharp::Parser::AST::CXXInheritedCtorInitExpr::CXXInheritedCtorInitExpr(::CppSharp::CppParser::AST::CXXInheritedCtorInitExpr* native, const bool ownNativeInstance) |
|
|
|
|
CppSharp::Parser::AST::CXXInheritedCtorInitExpr::CXXInheritedCtorInitExpr(::CppSharp::CppParser::AST::CXXInheritedCtorInitExpr* native, bool ownNativeInstance) |
|
|
|
|
: CppSharp::Parser::AST::Expr((::CppSharp::CppParser::AST::Expr*)native, ownNativeInstance) |
|
|
|
|
{ |
|
|
|
|
} |
|
|
|
@ -6849,7 +6849,7 @@ CppSharp::Parser::AST::CXXFunctionalCastExpr^ CppSharp::Parser::AST::CXXFunction
@@ -6849,7 +6849,7 @@ CppSharp::Parser::AST::CXXFunctionalCastExpr^ CppSharp::Parser::AST::CXXFunction
|
|
|
|
|
return gcnew ::CppSharp::Parser::AST::CXXFunctionalCastExpr((::CppSharp::CppParser::AST::CXXFunctionalCastExpr*) native.ToPointer()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
CppSharp::Parser::AST::CXXFunctionalCastExpr::CXXFunctionalCastExpr(::CppSharp::CppParser::AST::CXXFunctionalCastExpr* native, const bool ownNativeInstance) |
|
|
|
|
CppSharp::Parser::AST::CXXFunctionalCastExpr::CXXFunctionalCastExpr(::CppSharp::CppParser::AST::CXXFunctionalCastExpr* native, bool ownNativeInstance) |
|
|
|
|
: CppSharp::Parser::AST::ExplicitCastExpr((::CppSharp::CppParser::AST::ExplicitCastExpr*)native, ownNativeInstance) |
|
|
|
|
{ |
|
|
|
|
} |
|
|
|
@ -6924,7 +6924,7 @@ CppSharp::Parser::AST::CXXTemporaryObjectExpr^ CppSharp::Parser::AST::CXXTempora
@@ -6924,7 +6924,7 @@ CppSharp::Parser::AST::CXXTemporaryObjectExpr^ CppSharp::Parser::AST::CXXTempora
|
|
|
|
|
return gcnew ::CppSharp::Parser::AST::CXXTemporaryObjectExpr((::CppSharp::CppParser::AST::CXXTemporaryObjectExpr*) native.ToPointer()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
CppSharp::Parser::AST::CXXTemporaryObjectExpr::CXXTemporaryObjectExpr(::CppSharp::CppParser::AST::CXXTemporaryObjectExpr* native, const bool ownNativeInstance) |
|
|
|
|
CppSharp::Parser::AST::CXXTemporaryObjectExpr::CXXTemporaryObjectExpr(::CppSharp::CppParser::AST::CXXTemporaryObjectExpr* native, bool ownNativeInstance) |
|
|
|
|
: CppSharp::Parser::AST::CXXConstructExpr((::CppSharp::CppParser::AST::CXXConstructExpr*)native, ownNativeInstance) |
|
|
|
|
{ |
|
|
|
|
} |
|
|
|
@ -6971,7 +6971,7 @@ CppSharp::Parser::AST::LambdaExpr^ CppSharp::Parser::AST::LambdaExpr::__CreateIn
@@ -6971,7 +6971,7 @@ CppSharp::Parser::AST::LambdaExpr^ CppSharp::Parser::AST::LambdaExpr::__CreateIn
|
|
|
|
|
return gcnew ::CppSharp::Parser::AST::LambdaExpr((::CppSharp::CppParser::AST::LambdaExpr*) native.ToPointer()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
CppSharp::Parser::AST::LambdaExpr::LambdaExpr(::CppSharp::CppParser::AST::LambdaExpr* native, const bool ownNativeInstance) |
|
|
|
|
CppSharp::Parser::AST::LambdaExpr::LambdaExpr(::CppSharp::CppParser::AST::LambdaExpr* native, bool ownNativeInstance) |
|
|
|
|
: CppSharp::Parser::AST::Expr((::CppSharp::CppParser::AST::Expr*)native, ownNativeInstance) |
|
|
|
|
{ |
|
|
|
|
} |
|
|
|
@ -7160,7 +7160,7 @@ CppSharp::Parser::AST::CXXScalarValueInitExpr^ CppSharp::Parser::AST::CXXScalarV
@@ -7160,7 +7160,7 @@ CppSharp::Parser::AST::CXXScalarValueInitExpr^ CppSharp::Parser::AST::CXXScalarV
|
|
|
|
|
return gcnew ::CppSharp::Parser::AST::CXXScalarValueInitExpr((::CppSharp::CppParser::AST::CXXScalarValueInitExpr*) native.ToPointer()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
CppSharp::Parser::AST::CXXScalarValueInitExpr::CXXScalarValueInitExpr(::CppSharp::CppParser::AST::CXXScalarValueInitExpr* native, const bool ownNativeInstance) |
|
|
|
|
CppSharp::Parser::AST::CXXScalarValueInitExpr::CXXScalarValueInitExpr(::CppSharp::CppParser::AST::CXXScalarValueInitExpr* native, bool ownNativeInstance) |
|
|
|
|
: CppSharp::Parser::AST::Expr((::CppSharp::CppParser::AST::Expr*)native, ownNativeInstance) |
|
|
|
|
{ |
|
|
|
|
} |
|
|
|
@ -7213,7 +7213,7 @@ CppSharp::Parser::AST::CXXNewExpr^ CppSharp::Parser::AST::CXXNewExpr::__CreateIn
@@ -7213,7 +7213,7 @@ CppSharp::Parser::AST::CXXNewExpr^ CppSharp::Parser::AST::CXXNewExpr::__CreateIn
|
|
|
|
|
return gcnew ::CppSharp::Parser::AST::CXXNewExpr((::CppSharp::CppParser::AST::CXXNewExpr*) native.ToPointer()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
CppSharp::Parser::AST::CXXNewExpr::CXXNewExpr(::CppSharp::CppParser::AST::CXXNewExpr* native, const bool ownNativeInstance) |
|
|
|
|
CppSharp::Parser::AST::CXXNewExpr::CXXNewExpr(::CppSharp::CppParser::AST::CXXNewExpr* native, bool ownNativeInstance) |
|
|
|
|
: CppSharp::Parser::AST::Expr((::CppSharp::CppParser::AST::Expr*)native, ownNativeInstance) |
|
|
|
|
{ |
|
|
|
|
} |
|
|
|
@ -7454,7 +7454,7 @@ CppSharp::Parser::AST::CXXDeleteExpr^ CppSharp::Parser::AST::CXXDeleteExpr::__Cr
@@ -7454,7 +7454,7 @@ CppSharp::Parser::AST::CXXDeleteExpr^ CppSharp::Parser::AST::CXXDeleteExpr::__Cr
|
|
|
|
|
return gcnew ::CppSharp::Parser::AST::CXXDeleteExpr((::CppSharp::CppParser::AST::CXXDeleteExpr*) native.ToPointer()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
CppSharp::Parser::AST::CXXDeleteExpr::CXXDeleteExpr(::CppSharp::CppParser::AST::CXXDeleteExpr* native, const bool ownNativeInstance) |
|
|
|
|
CppSharp::Parser::AST::CXXDeleteExpr::CXXDeleteExpr(::CppSharp::CppParser::AST::CXXDeleteExpr* native, bool ownNativeInstance) |
|
|
|
|
: CppSharp::Parser::AST::Expr((::CppSharp::CppParser::AST::Expr*)native, ownNativeInstance) |
|
|
|
|
{ |
|
|
|
|
} |
|
|
|
@ -7557,7 +7557,7 @@ CppSharp::Parser::AST::CXXPseudoDestructorExpr^ CppSharp::Parser::AST::CXXPseudo
@@ -7557,7 +7557,7 @@ CppSharp::Parser::AST::CXXPseudoDestructorExpr^ CppSharp::Parser::AST::CXXPseudo
|
|
|
|
|
return gcnew ::CppSharp::Parser::AST::CXXPseudoDestructorExpr((::CppSharp::CppParser::AST::CXXPseudoDestructorExpr*) native.ToPointer()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
CppSharp::Parser::AST::CXXPseudoDestructorExpr::CXXPseudoDestructorExpr(::CppSharp::CppParser::AST::CXXPseudoDestructorExpr* native, const bool ownNativeInstance) |
|
|
|
|
CppSharp::Parser::AST::CXXPseudoDestructorExpr::CXXPseudoDestructorExpr(::CppSharp::CppParser::AST::CXXPseudoDestructorExpr* native, bool ownNativeInstance) |
|
|
|
|
: CppSharp::Parser::AST::Expr((::CppSharp::CppParser::AST::Expr*)native, ownNativeInstance) |
|
|
|
|
{ |
|
|
|
|
} |
|
|
|
@ -7688,7 +7688,7 @@ CppSharp::Parser::AST::TypeTraitExpr^ CppSharp::Parser::AST::TypeTraitExpr::__Cr
@@ -7688,7 +7688,7 @@ CppSharp::Parser::AST::TypeTraitExpr^ CppSharp::Parser::AST::TypeTraitExpr::__Cr
|
|
|
|
|
return gcnew ::CppSharp::Parser::AST::TypeTraitExpr((::CppSharp::CppParser::AST::TypeTraitExpr*) native.ToPointer()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
CppSharp::Parser::AST::TypeTraitExpr::TypeTraitExpr(::CppSharp::CppParser::AST::TypeTraitExpr* native, const bool ownNativeInstance) |
|
|
|
|
CppSharp::Parser::AST::TypeTraitExpr::TypeTraitExpr(::CppSharp::CppParser::AST::TypeTraitExpr* native, bool ownNativeInstance) |
|
|
|
|
: CppSharp::Parser::AST::Expr((::CppSharp::CppParser::AST::Expr*)native, ownNativeInstance) |
|
|
|
|
{ |
|
|
|
|
} |
|
|
|
@ -7749,7 +7749,7 @@ CppSharp::Parser::AST::ArrayTypeTraitExpr^ CppSharp::Parser::AST::ArrayTypeTrait
@@ -7749,7 +7749,7 @@ CppSharp::Parser::AST::ArrayTypeTraitExpr^ CppSharp::Parser::AST::ArrayTypeTrait
|
|
|
|
|
return gcnew ::CppSharp::Parser::AST::ArrayTypeTraitExpr((::CppSharp::CppParser::AST::ArrayTypeTraitExpr*) native.ToPointer()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
CppSharp::Parser::AST::ArrayTypeTraitExpr::ArrayTypeTraitExpr(::CppSharp::CppParser::AST::ArrayTypeTraitExpr* native, const bool ownNativeInstance) |
|
|
|
|
CppSharp::Parser::AST::ArrayTypeTraitExpr::ArrayTypeTraitExpr(::CppSharp::CppParser::AST::ArrayTypeTraitExpr* native, bool ownNativeInstance) |
|
|
|
|
: CppSharp::Parser::AST::Expr((::CppSharp::CppParser::AST::Expr*)native, ownNativeInstance) |
|
|
|
|
{ |
|
|
|
|
} |
|
|
|
@ -7822,7 +7822,7 @@ CppSharp::Parser::AST::ExpressionTraitExpr^ CppSharp::Parser::AST::ExpressionTra
@@ -7822,7 +7822,7 @@ CppSharp::Parser::AST::ExpressionTraitExpr^ CppSharp::Parser::AST::ExpressionTra
|
|
|
|
|
return gcnew ::CppSharp::Parser::AST::ExpressionTraitExpr((::CppSharp::CppParser::AST::ExpressionTraitExpr*) native.ToPointer()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
CppSharp::Parser::AST::ExpressionTraitExpr::ExpressionTraitExpr(::CppSharp::CppParser::AST::ExpressionTraitExpr* native, const bool ownNativeInstance) |
|
|
|
|
CppSharp::Parser::AST::ExpressionTraitExpr::ExpressionTraitExpr(::CppSharp::CppParser::AST::ExpressionTraitExpr* native, bool ownNativeInstance) |
|
|
|
|
: CppSharp::Parser::AST::Expr((::CppSharp::CppParser::AST::Expr*)native, ownNativeInstance) |
|
|
|
|
{ |
|
|
|
|
} |
|
|
|
@ -7884,7 +7884,7 @@ CppSharp::Parser::AST::OverloadExpr::FindResult^ CppSharp::Parser::AST::Overload
@@ -7884,7 +7884,7 @@ CppSharp::Parser::AST::OverloadExpr::FindResult^ CppSharp::Parser::AST::Overload
|
|
|
|
|
return gcnew ::CppSharp::Parser::AST::OverloadExpr::FindResult((::CppSharp::CppParser::AST::OverloadExpr::FindResult*) native.ToPointer()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
CppSharp::Parser::AST::OverloadExpr::FindResult::FindResult(::CppSharp::CppParser::AST::OverloadExpr::FindResult* native, const bool ownNativeInstance) |
|
|
|
|
CppSharp::Parser::AST::OverloadExpr::FindResult::FindResult(::CppSharp::CppParser::AST::OverloadExpr::FindResult* native, bool ownNativeInstance) |
|
|
|
|
: __ownsNativeInstance(ownNativeInstance) |
|
|
|
|
{ |
|
|
|
|
NativePtr = native; |
|
|
|
@ -7934,7 +7934,7 @@ CppSharp::Parser::AST::OverloadExpr^ CppSharp::Parser::AST::OverloadExpr::__Crea
@@ -7934,7 +7934,7 @@ CppSharp::Parser::AST::OverloadExpr^ CppSharp::Parser::AST::OverloadExpr::__Crea
|
|
|
|
|
return gcnew ::CppSharp::Parser::AST::OverloadExpr((::CppSharp::CppParser::AST::OverloadExpr*) native.ToPointer()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
CppSharp::Parser::AST::OverloadExpr::OverloadExpr(::CppSharp::CppParser::AST::OverloadExpr* native, const bool ownNativeInstance) |
|
|
|
|
CppSharp::Parser::AST::OverloadExpr::OverloadExpr(::CppSharp::CppParser::AST::OverloadExpr* native, bool ownNativeInstance) |
|
|
|
|
: CppSharp::Parser::AST::Expr((::CppSharp::CppParser::AST::Expr*)native, ownNativeInstance) |
|
|
|
|
{ |
|
|
|
|
} |
|
|
|
@ -8079,7 +8079,7 @@ CppSharp::Parser::AST::UnresolvedLookupExpr^ CppSharp::Parser::AST::UnresolvedLo
@@ -8079,7 +8079,7 @@ CppSharp::Parser::AST::UnresolvedLookupExpr^ CppSharp::Parser::AST::UnresolvedLo
|
|
|
|
|
return gcnew ::CppSharp::Parser::AST::UnresolvedLookupExpr((::CppSharp::CppParser::AST::UnresolvedLookupExpr*) native.ToPointer()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
CppSharp::Parser::AST::UnresolvedLookupExpr::UnresolvedLookupExpr(::CppSharp::CppParser::AST::UnresolvedLookupExpr* native, const bool ownNativeInstance) |
|
|
|
|
CppSharp::Parser::AST::UnresolvedLookupExpr::UnresolvedLookupExpr(::CppSharp::CppParser::AST::UnresolvedLookupExpr* native, bool ownNativeInstance) |
|
|
|
|
: CppSharp::Parser::AST::OverloadExpr((::CppSharp::CppParser::AST::OverloadExpr*)native, ownNativeInstance) |
|
|
|
|
{ |
|
|
|
|
} |
|
|
|
@ -8140,7 +8140,7 @@ CppSharp::Parser::AST::DependentScopeDeclRefExpr^ CppSharp::Parser::AST::Depende
@@ -8140,7 +8140,7 @@ CppSharp::Parser::AST::DependentScopeDeclRefExpr^ CppSharp::Parser::AST::Depende
|
|
|
|
|
return gcnew ::CppSharp::Parser::AST::DependentScopeDeclRefExpr((::CppSharp::CppParser::AST::DependentScopeDeclRefExpr*) native.ToPointer()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
CppSharp::Parser::AST::DependentScopeDeclRefExpr::DependentScopeDeclRefExpr(::CppSharp::CppParser::AST::DependentScopeDeclRefExpr* native, const bool ownNativeInstance) |
|
|
|
|
CppSharp::Parser::AST::DependentScopeDeclRefExpr::DependentScopeDeclRefExpr(::CppSharp::CppParser::AST::DependentScopeDeclRefExpr* native, bool ownNativeInstance) |
|
|
|
|
: CppSharp::Parser::AST::Expr((::CppSharp::CppParser::AST::Expr*)native, ownNativeInstance) |
|
|
|
|
{ |
|
|
|
|
} |
|
|
|
@ -8259,7 +8259,7 @@ CppSharp::Parser::AST::ExprWithCleanups^ CppSharp::Parser::AST::ExprWithCleanups
@@ -8259,7 +8259,7 @@ CppSharp::Parser::AST::ExprWithCleanups^ CppSharp::Parser::AST::ExprWithCleanups
|
|
|
|
|
return gcnew ::CppSharp::Parser::AST::ExprWithCleanups((::CppSharp::CppParser::AST::ExprWithCleanups*) native.ToPointer()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
CppSharp::Parser::AST::ExprWithCleanups::ExprWithCleanups(::CppSharp::CppParser::AST::ExprWithCleanups* native, const bool ownNativeInstance) |
|
|
|
|
CppSharp::Parser::AST::ExprWithCleanups::ExprWithCleanups(::CppSharp::CppParser::AST::ExprWithCleanups* native, bool ownNativeInstance) |
|
|
|
|
: CppSharp::Parser::AST::FullExpr((::CppSharp::CppParser::AST::FullExpr*)native, ownNativeInstance) |
|
|
|
|
{ |
|
|
|
|
} |
|
|
|
@ -8320,7 +8320,7 @@ CppSharp::Parser::AST::CXXUnresolvedConstructExpr^ CppSharp::Parser::AST::CXXUnr
@@ -8320,7 +8320,7 @@ CppSharp::Parser::AST::CXXUnresolvedConstructExpr^ CppSharp::Parser::AST::CXXUnr
|
|
|
|
|
return gcnew ::CppSharp::Parser::AST::CXXUnresolvedConstructExpr((::CppSharp::CppParser::AST::CXXUnresolvedConstructExpr*) native.ToPointer()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
CppSharp::Parser::AST::CXXUnresolvedConstructExpr::CXXUnresolvedConstructExpr(::CppSharp::CppParser::AST::CXXUnresolvedConstructExpr* native, const bool ownNativeInstance) |
|
|
|
|
CppSharp::Parser::AST::CXXUnresolvedConstructExpr::CXXUnresolvedConstructExpr(::CppSharp::CppParser::AST::CXXUnresolvedConstructExpr* native, bool ownNativeInstance) |
|
|
|
|
: CppSharp::Parser::AST::Expr((::CppSharp::CppParser::AST::Expr*)native, ownNativeInstance) |
|
|
|
|
{ |
|
|
|
|
} |
|
|
|
@ -8471,7 +8471,7 @@ CppSharp::Parser::AST::CXXDependentScopeMemberExpr^ CppSharp::Parser::AST::CXXDe
@@ -8471,7 +8471,7 @@ CppSharp::Parser::AST::CXXDependentScopeMemberExpr^ CppSharp::Parser::AST::CXXDe
|
|
|
|
|
return gcnew ::CppSharp::Parser::AST::CXXDependentScopeMemberExpr((::CppSharp::CppParser::AST::CXXDependentScopeMemberExpr*) native.ToPointer()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
CppSharp::Parser::AST::CXXDependentScopeMemberExpr::CXXDependentScopeMemberExpr(::CppSharp::CppParser::AST::CXXDependentScopeMemberExpr* native, const bool ownNativeInstance) |
|
|
|
|
CppSharp::Parser::AST::CXXDependentScopeMemberExpr::CXXDependentScopeMemberExpr(::CppSharp::CppParser::AST::CXXDependentScopeMemberExpr* native, bool ownNativeInstance) |
|
|
|
|
: CppSharp::Parser::AST::Expr((::CppSharp::CppParser::AST::Expr*)native, ownNativeInstance) |
|
|
|
|
{ |
|
|
|
|
} |
|
|
|
@ -8654,7 +8654,7 @@ CppSharp::Parser::AST::UnresolvedMemberExpr^ CppSharp::Parser::AST::UnresolvedMe
@@ -8654,7 +8654,7 @@ CppSharp::Parser::AST::UnresolvedMemberExpr^ CppSharp::Parser::AST::UnresolvedMe
|
|
|
|
|
return gcnew ::CppSharp::Parser::AST::UnresolvedMemberExpr((::CppSharp::CppParser::AST::UnresolvedMemberExpr*) native.ToPointer()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
CppSharp::Parser::AST::UnresolvedMemberExpr::UnresolvedMemberExpr(::CppSharp::CppParser::AST::UnresolvedMemberExpr* native, const bool ownNativeInstance) |
|
|
|
|
CppSharp::Parser::AST::UnresolvedMemberExpr::UnresolvedMemberExpr(::CppSharp::CppParser::AST::UnresolvedMemberExpr* native, bool ownNativeInstance) |
|
|
|
|
: CppSharp::Parser::AST::OverloadExpr((::CppSharp::CppParser::AST::OverloadExpr*)native, ownNativeInstance) |
|
|
|
|
{ |
|
|
|
|
} |
|
|
|
@ -8771,7 +8771,7 @@ CppSharp::Parser::AST::CXXNoexceptExpr^ CppSharp::Parser::AST::CXXNoexceptExpr::
@@ -8771,7 +8771,7 @@ CppSharp::Parser::AST::CXXNoexceptExpr^ CppSharp::Parser::AST::CXXNoexceptExpr::
|
|
|
|
|
return gcnew ::CppSharp::Parser::AST::CXXNoexceptExpr((::CppSharp::CppParser::AST::CXXNoexceptExpr*) native.ToPointer()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
CppSharp::Parser::AST::CXXNoexceptExpr::CXXNoexceptExpr(::CppSharp::CppParser::AST::CXXNoexceptExpr* native, const bool ownNativeInstance) |
|
|
|
|
CppSharp::Parser::AST::CXXNoexceptExpr::CXXNoexceptExpr(::CppSharp::CppParser::AST::CXXNoexceptExpr* native, bool ownNativeInstance) |
|
|
|
|
: CppSharp::Parser::AST::Expr((::CppSharp::CppParser::AST::Expr*)native, ownNativeInstance) |
|
|
|
|
{ |
|
|
|
|
} |
|
|
|
@ -8832,7 +8832,7 @@ CppSharp::Parser::AST::PackExpansionExpr^ CppSharp::Parser::AST::PackExpansionEx
@@ -8832,7 +8832,7 @@ CppSharp::Parser::AST::PackExpansionExpr^ CppSharp::Parser::AST::PackExpansionEx
|
|
|
|
|
return gcnew ::CppSharp::Parser::AST::PackExpansionExpr((::CppSharp::CppParser::AST::PackExpansionExpr*) native.ToPointer()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
CppSharp::Parser::AST::PackExpansionExpr::PackExpansionExpr(::CppSharp::CppParser::AST::PackExpansionExpr* native, const bool ownNativeInstance) |
|
|
|
|
CppSharp::Parser::AST::PackExpansionExpr::PackExpansionExpr(::CppSharp::CppParser::AST::PackExpansionExpr* native, bool ownNativeInstance) |
|
|
|
|
: CppSharp::Parser::AST::Expr((::CppSharp::CppParser::AST::Expr*)native, ownNativeInstance) |
|
|
|
|
{ |
|
|
|
|
} |
|
|
|
@ -8895,7 +8895,7 @@ CppSharp::Parser::AST::SizeOfPackExpr^ CppSharp::Parser::AST::SizeOfPackExpr::__
@@ -8895,7 +8895,7 @@ CppSharp::Parser::AST::SizeOfPackExpr^ CppSharp::Parser::AST::SizeOfPackExpr::__
|
|
|
|
|
return gcnew ::CppSharp::Parser::AST::SizeOfPackExpr((::CppSharp::CppParser::AST::SizeOfPackExpr*) native.ToPointer()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
CppSharp::Parser::AST::SizeOfPackExpr::SizeOfPackExpr(::CppSharp::CppParser::AST::SizeOfPackExpr* native, const bool ownNativeInstance) |
|
|
|
|
CppSharp::Parser::AST::SizeOfPackExpr::SizeOfPackExpr(::CppSharp::CppParser::AST::SizeOfPackExpr* native, bool ownNativeInstance) |
|
|
|
|
: CppSharp::Parser::AST::Expr((::CppSharp::CppParser::AST::Expr*)native, ownNativeInstance) |
|
|
|
|
{ |
|
|
|
|
} |
|
|
|
@ -9002,7 +9002,7 @@ CppSharp::Parser::AST::SubstNonTypeTemplateParmExpr^ CppSharp::Parser::AST::Subs
@@ -9002,7 +9002,7 @@ CppSharp::Parser::AST::SubstNonTypeTemplateParmExpr^ CppSharp::Parser::AST::Subs
|
|
|
|
|
return gcnew ::CppSharp::Parser::AST::SubstNonTypeTemplateParmExpr((::CppSharp::CppParser::AST::SubstNonTypeTemplateParmExpr*) native.ToPointer()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
CppSharp::Parser::AST::SubstNonTypeTemplateParmExpr::SubstNonTypeTemplateParmExpr(::CppSharp::CppParser::AST::SubstNonTypeTemplateParmExpr* native, const bool ownNativeInstance) |
|
|
|
|
CppSharp::Parser::AST::SubstNonTypeTemplateParmExpr::SubstNonTypeTemplateParmExpr(::CppSharp::CppParser::AST::SubstNonTypeTemplateParmExpr* native, bool ownNativeInstance) |
|
|
|
|
: CppSharp::Parser::AST::Expr((::CppSharp::CppParser::AST::Expr*)native, ownNativeInstance) |
|
|
|
|
{ |
|
|
|
|
} |
|
|
|
@ -9065,7 +9065,7 @@ CppSharp::Parser::AST::SubstNonTypeTemplateParmPackExpr^ CppSharp::Parser::AST::
@@ -9065,7 +9065,7 @@ CppSharp::Parser::AST::SubstNonTypeTemplateParmPackExpr^ CppSharp::Parser::AST::
|
|
|
|
|
return gcnew ::CppSharp::Parser::AST::SubstNonTypeTemplateParmPackExpr((::CppSharp::CppParser::AST::SubstNonTypeTemplateParmPackExpr*) native.ToPointer()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
CppSharp::Parser::AST::SubstNonTypeTemplateParmPackExpr::SubstNonTypeTemplateParmPackExpr(::CppSharp::CppParser::AST::SubstNonTypeTemplateParmPackExpr* native, const bool ownNativeInstance) |
|
|
|
|
CppSharp::Parser::AST::SubstNonTypeTemplateParmPackExpr::SubstNonTypeTemplateParmPackExpr(::CppSharp::CppParser::AST::SubstNonTypeTemplateParmPackExpr* native, bool ownNativeInstance) |
|
|
|
|
: CppSharp::Parser::AST::Expr((::CppSharp::CppParser::AST::Expr*)native, ownNativeInstance) |
|
|
|
|
{ |
|
|
|
|
} |
|
|
|
@ -9130,7 +9130,7 @@ CppSharp::Parser::AST::FunctionParmPackExpr^ CppSharp::Parser::AST::FunctionParm
@@ -9130,7 +9130,7 @@ CppSharp::Parser::AST::FunctionParmPackExpr^ CppSharp::Parser::AST::FunctionParm
|
|
|
|
|
return gcnew ::CppSharp::Parser::AST::FunctionParmPackExpr((::CppSharp::CppParser::AST::FunctionParmPackExpr*) native.ToPointer()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
CppSharp::Parser::AST::FunctionParmPackExpr::FunctionParmPackExpr(::CppSharp::CppParser::AST::FunctionParmPackExpr* native, const bool ownNativeInstance) |
|
|
|
|
CppSharp::Parser::AST::FunctionParmPackExpr::FunctionParmPackExpr(::CppSharp::CppParser::AST::FunctionParmPackExpr* native, bool ownNativeInstance) |
|
|
|
|
: CppSharp::Parser::AST::Expr((::CppSharp::CppParser::AST::Expr*)native, ownNativeInstance) |
|
|
|
|
{ |
|
|
|
|
} |
|
|
|
@ -9194,7 +9194,7 @@ CppSharp::Parser::AST::MaterializeTemporaryExpr::ExtraState^ CppSharp::Parser::A
@@ -9194,7 +9194,7 @@ CppSharp::Parser::AST::MaterializeTemporaryExpr::ExtraState^ CppSharp::Parser::A
|
|
|
|
|
return gcnew ::CppSharp::Parser::AST::MaterializeTemporaryExpr::ExtraState((::CppSharp::CppParser::AST::MaterializeTemporaryExpr::ExtraState*) native.ToPointer()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
CppSharp::Parser::AST::MaterializeTemporaryExpr::ExtraState::ExtraState(::CppSharp::CppParser::AST::MaterializeTemporaryExpr::ExtraState* native, const bool ownNativeInstance) |
|
|
|
|
CppSharp::Parser::AST::MaterializeTemporaryExpr::ExtraState::ExtraState(::CppSharp::CppParser::AST::MaterializeTemporaryExpr::ExtraState* native, bool ownNativeInstance) |
|
|
|
|
: __ownsNativeInstance(ownNativeInstance) |
|
|
|
|
{ |
|
|
|
|
NativePtr = native; |
|
|
|
@ -9244,7 +9244,7 @@ CppSharp::Parser::AST::MaterializeTemporaryExpr^ CppSharp::Parser::AST::Material
@@ -9244,7 +9244,7 @@ CppSharp::Parser::AST::MaterializeTemporaryExpr^ CppSharp::Parser::AST::Material
|
|
|
|
|
return gcnew ::CppSharp::Parser::AST::MaterializeTemporaryExpr((::CppSharp::CppParser::AST::MaterializeTemporaryExpr*) native.ToPointer()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
CppSharp::Parser::AST::MaterializeTemporaryExpr::MaterializeTemporaryExpr(::CppSharp::CppParser::AST::MaterializeTemporaryExpr* native, const bool ownNativeInstance) |
|
|
|
|
CppSharp::Parser::AST::MaterializeTemporaryExpr::MaterializeTemporaryExpr(::CppSharp::CppParser::AST::MaterializeTemporaryExpr* native, bool ownNativeInstance) |
|
|
|
|
: CppSharp::Parser::AST::Expr((::CppSharp::CppParser::AST::Expr*)native, ownNativeInstance) |
|
|
|
|
{ |
|
|
|
|
} |
|
|
|
@ -9325,7 +9325,7 @@ CppSharp::Parser::AST::CXXFoldExpr^ CppSharp::Parser::AST::CXXFoldExpr::__Create
@@ -9325,7 +9325,7 @@ CppSharp::Parser::AST::CXXFoldExpr^ CppSharp::Parser::AST::CXXFoldExpr::__Create
|
|
|
|
|
return gcnew ::CppSharp::Parser::AST::CXXFoldExpr((::CppSharp::CppParser::AST::CXXFoldExpr*) native.ToPointer()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
CppSharp::Parser::AST::CXXFoldExpr::CXXFoldExpr(::CppSharp::CppParser::AST::CXXFoldExpr* native, const bool ownNativeInstance) |
|
|
|
|
CppSharp::Parser::AST::CXXFoldExpr::CXXFoldExpr(::CppSharp::CppParser::AST::CXXFoldExpr* native, bool ownNativeInstance) |
|
|
|
|
: CppSharp::Parser::AST::Expr((::CppSharp::CppParser::AST::Expr*)native, ownNativeInstance) |
|
|
|
|
{ |
|
|
|
|
} |
|
|
|
@ -9448,7 +9448,7 @@ CppSharp::Parser::AST::CoroutineSuspendExpr^ CppSharp::Parser::AST::CoroutineSus
@@ -9448,7 +9448,7 @@ CppSharp::Parser::AST::CoroutineSuspendExpr^ CppSharp::Parser::AST::CoroutineSus
|
|
|
|
|
return gcnew ::CppSharp::Parser::AST::CoroutineSuspendExpr((::CppSharp::CppParser::AST::CoroutineSuspendExpr*) native.ToPointer()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
CppSharp::Parser::AST::CoroutineSuspendExpr::CoroutineSuspendExpr(::CppSharp::CppParser::AST::CoroutineSuspendExpr* native, const bool ownNativeInstance) |
|
|
|
|
CppSharp::Parser::AST::CoroutineSuspendExpr::CoroutineSuspendExpr(::CppSharp::CppParser::AST::CoroutineSuspendExpr* native, bool ownNativeInstance) |
|
|
|
|
: CppSharp::Parser::AST::Expr((::CppSharp::CppParser::AST::Expr*)native, ownNativeInstance) |
|
|
|
|
{ |
|
|
|
|
} |
|
|
|
@ -9567,7 +9567,7 @@ CppSharp::Parser::AST::CoawaitExpr^ CppSharp::Parser::AST::CoawaitExpr::__Create
@@ -9567,7 +9567,7 @@ CppSharp::Parser::AST::CoawaitExpr^ CppSharp::Parser::AST::CoawaitExpr::__Create
|
|
|
|
|
return gcnew ::CppSharp::Parser::AST::CoawaitExpr((::CppSharp::CppParser::AST::CoawaitExpr*) native.ToPointer()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
CppSharp::Parser::AST::CoawaitExpr::CoawaitExpr(::CppSharp::CppParser::AST::CoawaitExpr* native, const bool ownNativeInstance) |
|
|
|
|
CppSharp::Parser::AST::CoawaitExpr::CoawaitExpr(::CppSharp::CppParser::AST::CoawaitExpr* native, bool ownNativeInstance) |
|
|
|
|
: CppSharp::Parser::AST::CoroutineSuspendExpr((::CppSharp::CppParser::AST::CoroutineSuspendExpr*)native, ownNativeInstance) |
|
|
|
|
{ |
|
|
|
|
} |
|
|
|
@ -9628,7 +9628,7 @@ CppSharp::Parser::AST::DependentCoawaitExpr^ CppSharp::Parser::AST::DependentCoa
@@ -9628,7 +9628,7 @@ CppSharp::Parser::AST::DependentCoawaitExpr^ CppSharp::Parser::AST::DependentCoa
|
|
|
|
|
return gcnew ::CppSharp::Parser::AST::DependentCoawaitExpr((::CppSharp::CppParser::AST::DependentCoawaitExpr*) native.ToPointer()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
CppSharp::Parser::AST::DependentCoawaitExpr::DependentCoawaitExpr(::CppSharp::CppParser::AST::DependentCoawaitExpr* native, const bool ownNativeInstance) |
|
|
|
|
CppSharp::Parser::AST::DependentCoawaitExpr::DependentCoawaitExpr(::CppSharp::CppParser::AST::DependentCoawaitExpr* native, bool ownNativeInstance) |
|
|
|
|
: CppSharp::Parser::AST::Expr((::CppSharp::CppParser::AST::Expr*)native, ownNativeInstance) |
|
|
|
|
{ |
|
|
|
|
} |
|
|
|
@ -9701,7 +9701,7 @@ CppSharp::Parser::AST::CoyieldExpr^ CppSharp::Parser::AST::CoyieldExpr::__Create
@@ -9701,7 +9701,7 @@ CppSharp::Parser::AST::CoyieldExpr^ CppSharp::Parser::AST::CoyieldExpr::__Create
|
|
|
|
|
return gcnew ::CppSharp::Parser::AST::CoyieldExpr((::CppSharp::CppParser::AST::CoyieldExpr*) native.ToPointer()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
CppSharp::Parser::AST::CoyieldExpr::CoyieldExpr(::CppSharp::CppParser::AST::CoyieldExpr* native, const bool ownNativeInstance) |
|
|
|
|
CppSharp::Parser::AST::CoyieldExpr::CoyieldExpr(::CppSharp::CppParser::AST::CoyieldExpr* native, bool ownNativeInstance) |
|
|
|
|
: CppSharp::Parser::AST::CoroutineSuspendExpr((::CppSharp::CppParser::AST::CoroutineSuspendExpr*)native, ownNativeInstance) |
|
|
|
|
{ |
|
|
|
|
} |
|
|
|
|