|
|
|
@ -30,7 +30,7 @@ CppSharp::Parser::AST::Type::Type(CppSharp::Parser::AST::Type^ _0)
@@ -30,7 +30,7 @@ CppSharp::Parser::AST::Type::Type(CppSharp::Parser::AST::Type^ _0)
|
|
|
|
|
{ |
|
|
|
|
__ownsNativeInstance = true; |
|
|
|
|
if (ReferenceEquals(_0, nullptr)) |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "_0 cannot be null because it is a C++ reference (&)."); |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "Cannot be null because it is a C++ reference (&)."); |
|
|
|
|
auto &arg0 = *(::CppSharp::CppParser::AST::Type*)_0->NativePtr; |
|
|
|
|
NativePtr = new ::CppSharp::CppParser::AST::Type(arg0); |
|
|
|
|
} |
|
|
|
@ -85,7 +85,7 @@ CppSharp::Parser::AST::TypeQualifiers::TypeQualifiers(CppSharp::Parser::AST::Typ
@@ -85,7 +85,7 @@ CppSharp::Parser::AST::TypeQualifiers::TypeQualifiers(CppSharp::Parser::AST::Typ
|
|
|
|
|
{ |
|
|
|
|
__ownsNativeInstance = true; |
|
|
|
|
if (ReferenceEquals(_0, nullptr)) |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "_0 cannot be null because it is a C++ reference (&)."); |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "Cannot be null because it is a C++ reference (&)."); |
|
|
|
|
auto &arg0 = *(::CppSharp::CppParser::AST::TypeQualifiers*)_0->NativePtr; |
|
|
|
|
NativePtr = new ::CppSharp::CppParser::AST::TypeQualifiers(arg0); |
|
|
|
|
} |
|
|
|
@ -162,7 +162,7 @@ CppSharp::Parser::AST::QualifiedType::QualifiedType(CppSharp::Parser::AST::Quali
@@ -162,7 +162,7 @@ CppSharp::Parser::AST::QualifiedType::QualifiedType(CppSharp::Parser::AST::Quali
|
|
|
|
|
{ |
|
|
|
|
__ownsNativeInstance = true; |
|
|
|
|
if (ReferenceEquals(_0, nullptr)) |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "_0 cannot be null because it is a C++ reference (&)."); |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "Cannot be null because it is a C++ reference (&)."); |
|
|
|
|
auto &arg0 = *(::CppSharp::CppParser::AST::QualifiedType*)_0->NativePtr; |
|
|
|
|
NativePtr = new ::CppSharp::CppParser::AST::QualifiedType(arg0); |
|
|
|
|
} |
|
|
|
@ -223,7 +223,7 @@ CppSharp::Parser::AST::TagType::TagType(CppSharp::Parser::AST::TagType^ _0)
@@ -223,7 +223,7 @@ CppSharp::Parser::AST::TagType::TagType(CppSharp::Parser::AST::TagType^ _0)
|
|
|
|
|
{ |
|
|
|
|
__ownsNativeInstance = true; |
|
|
|
|
if (ReferenceEquals(_0, nullptr)) |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "_0 cannot be null because it is a C++ reference (&)."); |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "Cannot be null because it is a C++ reference (&)."); |
|
|
|
|
auto &arg0 = *(::CppSharp::CppParser::AST::TagType*)_0->NativePtr; |
|
|
|
|
NativePtr = new ::CppSharp::CppParser::AST::TagType(arg0); |
|
|
|
|
} |
|
|
|
@ -264,7 +264,7 @@ CppSharp::Parser::AST::ArrayType::ArrayType(CppSharp::Parser::AST::ArrayType^ _0
@@ -264,7 +264,7 @@ CppSharp::Parser::AST::ArrayType::ArrayType(CppSharp::Parser::AST::ArrayType^ _0
|
|
|
|
|
{ |
|
|
|
|
__ownsNativeInstance = true; |
|
|
|
|
if (ReferenceEquals(_0, nullptr)) |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "_0 cannot be null because it is a C++ reference (&)."); |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "Cannot be null because it is a C++ reference (&)."); |
|
|
|
|
auto &arg0 = *(::CppSharp::CppParser::AST::ArrayType*)_0->NativePtr; |
|
|
|
|
NativePtr = new ::CppSharp::CppParser::AST::ArrayType(arg0); |
|
|
|
|
} |
|
|
|
@ -346,7 +346,7 @@ CppSharp::Parser::AST::Parameter^ CppSharp::Parser::AST::FunctionType::getParame
@@ -346,7 +346,7 @@ CppSharp::Parser::AST::Parameter^ CppSharp::Parser::AST::FunctionType::getParame
|
|
|
|
|
void CppSharp::Parser::AST::FunctionType::addParameters(CppSharp::Parser::AST::Parameter^ s) |
|
|
|
|
{ |
|
|
|
|
if (ReferenceEquals(s, nullptr)) |
|
|
|
|
throw gcnew ::System::ArgumentNullException("s", "s cannot be null because it is a C++ reference (&)."); |
|
|
|
|
throw gcnew ::System::ArgumentNullException("s", "Cannot be null because it is a C++ reference (&)."); |
|
|
|
|
auto arg0 = (::CppSharp::CppParser::AST::Parameter*)s->NativePtr; |
|
|
|
|
((::CppSharp::CppParser::AST::FunctionType*)NativePtr)->addParameters(arg0); |
|
|
|
|
} |
|
|
|
@ -361,7 +361,7 @@ CppSharp::Parser::AST::FunctionType::FunctionType(CppSharp::Parser::AST::Functio
@@ -361,7 +361,7 @@ CppSharp::Parser::AST::FunctionType::FunctionType(CppSharp::Parser::AST::Functio
|
|
|
|
|
{ |
|
|
|
|
__ownsNativeInstance = true; |
|
|
|
|
if (ReferenceEquals(_0, nullptr)) |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "_0 cannot be null because it is a C++ reference (&)."); |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "Cannot be null because it is a C++ reference (&)."); |
|
|
|
|
auto &arg0 = *(::CppSharp::CppParser::AST::FunctionType*)_0->NativePtr; |
|
|
|
|
NativePtr = new ::CppSharp::CppParser::AST::FunctionType(arg0); |
|
|
|
|
} |
|
|
|
@ -418,7 +418,7 @@ CppSharp::Parser::AST::PointerType::PointerType(CppSharp::Parser::AST::PointerTy
@@ -418,7 +418,7 @@ CppSharp::Parser::AST::PointerType::PointerType(CppSharp::Parser::AST::PointerTy
|
|
|
|
|
{ |
|
|
|
|
__ownsNativeInstance = true; |
|
|
|
|
if (ReferenceEquals(_0, nullptr)) |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "_0 cannot be null because it is a C++ reference (&)."); |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "Cannot be null because it is a C++ reference (&)."); |
|
|
|
|
auto &arg0 = *(::CppSharp::CppParser::AST::PointerType*)_0->NativePtr; |
|
|
|
|
NativePtr = new ::CppSharp::CppParser::AST::PointerType(arg0); |
|
|
|
|
} |
|
|
|
@ -469,7 +469,7 @@ CppSharp::Parser::AST::MemberPointerType::MemberPointerType(CppSharp::Parser::AS
@@ -469,7 +469,7 @@ CppSharp::Parser::AST::MemberPointerType::MemberPointerType(CppSharp::Parser::AS
|
|
|
|
|
{ |
|
|
|
|
__ownsNativeInstance = true; |
|
|
|
|
if (ReferenceEquals(_0, nullptr)) |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "_0 cannot be null because it is a C++ reference (&)."); |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "Cannot be null because it is a C++ reference (&)."); |
|
|
|
|
auto &arg0 = *(::CppSharp::CppParser::AST::MemberPointerType*)_0->NativePtr; |
|
|
|
|
NativePtr = new ::CppSharp::CppParser::AST::MemberPointerType(arg0); |
|
|
|
|
} |
|
|
|
@ -510,7 +510,7 @@ CppSharp::Parser::AST::TypedefType::TypedefType(CppSharp::Parser::AST::TypedefTy
@@ -510,7 +510,7 @@ CppSharp::Parser::AST::TypedefType::TypedefType(CppSharp::Parser::AST::TypedefTy
|
|
|
|
|
{ |
|
|
|
|
__ownsNativeInstance = true; |
|
|
|
|
if (ReferenceEquals(_0, nullptr)) |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "_0 cannot be null because it is a C++ reference (&)."); |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "Cannot be null because it is a C++ reference (&)."); |
|
|
|
|
auto &arg0 = *(::CppSharp::CppParser::AST::TypedefType*)_0->NativePtr; |
|
|
|
|
NativePtr = new ::CppSharp::CppParser::AST::TypedefType(arg0); |
|
|
|
|
} |
|
|
|
@ -551,7 +551,7 @@ CppSharp::Parser::AST::AttributedType::AttributedType(CppSharp::Parser::AST::Att
@@ -551,7 +551,7 @@ CppSharp::Parser::AST::AttributedType::AttributedType(CppSharp::Parser::AST::Att
|
|
|
|
|
{ |
|
|
|
|
__ownsNativeInstance = true; |
|
|
|
|
if (ReferenceEquals(_0, nullptr)) |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "_0 cannot be null because it is a C++ reference (&)."); |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "Cannot be null because it is a C++ reference (&)."); |
|
|
|
|
auto &arg0 = *(::CppSharp::CppParser::AST::AttributedType*)_0->NativePtr; |
|
|
|
|
NativePtr = new ::CppSharp::CppParser::AST::AttributedType(arg0); |
|
|
|
|
} |
|
|
|
@ -602,7 +602,7 @@ CppSharp::Parser::AST::DecayedType::DecayedType(CppSharp::Parser::AST::DecayedTy
@@ -602,7 +602,7 @@ CppSharp::Parser::AST::DecayedType::DecayedType(CppSharp::Parser::AST::DecayedTy
|
|
|
|
|
{ |
|
|
|
|
__ownsNativeInstance = true; |
|
|
|
|
if (ReferenceEquals(_0, nullptr)) |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "_0 cannot be null because it is a C++ reference (&)."); |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "Cannot be null because it is a C++ reference (&)."); |
|
|
|
|
auto &arg0 = *(::CppSharp::CppParser::AST::DecayedType*)_0->NativePtr; |
|
|
|
|
NativePtr = new ::CppSharp::CppParser::AST::DecayedType(arg0); |
|
|
|
|
} |
|
|
|
@ -663,7 +663,7 @@ CppSharp::Parser::AST::TemplateArgument::TemplateArgument(CppSharp::Parser::AST:
@@ -663,7 +663,7 @@ CppSharp::Parser::AST::TemplateArgument::TemplateArgument(CppSharp::Parser::AST:
|
|
|
|
|
{ |
|
|
|
|
__ownsNativeInstance = true; |
|
|
|
|
if (ReferenceEquals(_0, nullptr)) |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "_0 cannot be null because it is a C++ reference (&)."); |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "Cannot be null because it is a C++ reference (&)."); |
|
|
|
|
auto &arg0 = *(::CppSharp::CppParser::AST::TemplateArgument*)_0->NativePtr; |
|
|
|
|
NativePtr = new ::CppSharp::CppParser::AST::TemplateArgument(arg0); |
|
|
|
|
} |
|
|
|
@ -750,7 +750,7 @@ CppSharp::Parser::AST::TemplateSpecializationType::TemplateSpecializationType(Cp
@@ -750,7 +750,7 @@ CppSharp::Parser::AST::TemplateSpecializationType::TemplateSpecializationType(Cp
|
|
|
|
|
{ |
|
|
|
|
__ownsNativeInstance = true; |
|
|
|
|
if (ReferenceEquals(_0, nullptr)) |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "_0 cannot be null because it is a C++ reference (&)."); |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "Cannot be null because it is a C++ reference (&)."); |
|
|
|
|
auto &arg0 = *(::CppSharp::CppParser::AST::TemplateSpecializationType*)_0->NativePtr; |
|
|
|
|
NativePtr = new ::CppSharp::CppParser::AST::TemplateSpecializationType(arg0); |
|
|
|
|
} |
|
|
|
@ -765,7 +765,7 @@ CppSharp::Parser::AST::TemplateArgument^ CppSharp::Parser::AST::TemplateSpeciali
@@ -765,7 +765,7 @@ CppSharp::Parser::AST::TemplateArgument^ CppSharp::Parser::AST::TemplateSpeciali
|
|
|
|
|
void CppSharp::Parser::AST::TemplateSpecializationType::addArguments(CppSharp::Parser::AST::TemplateArgument^ s) |
|
|
|
|
{ |
|
|
|
|
if (ReferenceEquals(s, nullptr)) |
|
|
|
|
throw gcnew ::System::ArgumentNullException("s", "s cannot be null because it is a C++ reference (&)."); |
|
|
|
|
throw gcnew ::System::ArgumentNullException("s", "Cannot be null because it is a C++ reference (&)."); |
|
|
|
|
auto &arg0 = *(::CppSharp::CppParser::AST::TemplateArgument*)s->NativePtr; |
|
|
|
|
((::CppSharp::CppParser::AST::TemplateSpecializationType*)NativePtr)->addArguments(arg0); |
|
|
|
|
} |
|
|
|
@ -827,7 +827,7 @@ CppSharp::Parser::AST::TemplateParameter::TemplateParameter(CppSharp::Parser::AS
@@ -827,7 +827,7 @@ CppSharp::Parser::AST::TemplateParameter::TemplateParameter(CppSharp::Parser::AS
|
|
|
|
|
{ |
|
|
|
|
__ownsNativeInstance = true; |
|
|
|
|
if (ReferenceEquals(_0, nullptr)) |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "_0 cannot be null because it is a C++ reference (&)."); |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "Cannot be null because it is a C++ reference (&)."); |
|
|
|
|
auto &arg0 = *(::CppSharp::CppParser::AST::TemplateParameter*)_0->NativePtr; |
|
|
|
|
NativePtr = new ::CppSharp::CppParser::AST::TemplateParameter(arg0); |
|
|
|
|
} |
|
|
|
@ -915,7 +915,7 @@ CppSharp::Parser::AST::TemplateParameterType::TemplateParameterType(CppSharp::Pa
@@ -915,7 +915,7 @@ CppSharp::Parser::AST::TemplateParameterType::TemplateParameterType(CppSharp::Pa
|
|
|
|
|
{ |
|
|
|
|
__ownsNativeInstance = true; |
|
|
|
|
if (ReferenceEquals(_0, nullptr)) |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "_0 cannot be null because it is a C++ reference (&)."); |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "Cannot be null because it is a C++ reference (&)."); |
|
|
|
|
auto &arg0 = *(::CppSharp::CppParser::AST::TemplateParameterType*)_0->NativePtr; |
|
|
|
|
NativePtr = new ::CppSharp::CppParser::AST::TemplateParameterType(arg0); |
|
|
|
|
} |
|
|
|
@ -986,7 +986,7 @@ CppSharp::Parser::AST::TemplateParameterSubstitutionType::TemplateParameterSubst
@@ -986,7 +986,7 @@ CppSharp::Parser::AST::TemplateParameterSubstitutionType::TemplateParameterSubst
|
|
|
|
|
{ |
|
|
|
|
__ownsNativeInstance = true; |
|
|
|
|
if (ReferenceEquals(_0, nullptr)) |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "_0 cannot be null because it is a C++ reference (&)."); |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "Cannot be null because it is a C++ reference (&)."); |
|
|
|
|
auto &arg0 = *(::CppSharp::CppParser::AST::TemplateParameterSubstitutionType*)_0->NativePtr; |
|
|
|
|
NativePtr = new ::CppSharp::CppParser::AST::TemplateParameterSubstitutionType(arg0); |
|
|
|
|
} |
|
|
|
@ -1027,7 +1027,7 @@ CppSharp::Parser::AST::InjectedClassNameType::InjectedClassNameType(CppSharp::Pa
@@ -1027,7 +1027,7 @@ CppSharp::Parser::AST::InjectedClassNameType::InjectedClassNameType(CppSharp::Pa
|
|
|
|
|
{ |
|
|
|
|
__ownsNativeInstance = true; |
|
|
|
|
if (ReferenceEquals(_0, nullptr)) |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "_0 cannot be null because it is a C++ reference (&)."); |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "Cannot be null because it is a C++ reference (&)."); |
|
|
|
|
auto &arg0 = *(::CppSharp::CppParser::AST::InjectedClassNameType*)_0->NativePtr; |
|
|
|
|
NativePtr = new ::CppSharp::CppParser::AST::InjectedClassNameType(arg0); |
|
|
|
|
} |
|
|
|
@ -1078,7 +1078,7 @@ CppSharp::Parser::AST::DependentNameType::DependentNameType(CppSharp::Parser::AS
@@ -1078,7 +1078,7 @@ CppSharp::Parser::AST::DependentNameType::DependentNameType(CppSharp::Parser::AS
|
|
|
|
|
{ |
|
|
|
|
__ownsNativeInstance = true; |
|
|
|
|
if (ReferenceEquals(_0, nullptr)) |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "_0 cannot be null because it is a C++ reference (&)."); |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "Cannot be null because it is a C++ reference (&)."); |
|
|
|
|
auto &arg0 = *(::CppSharp::CppParser::AST::DependentNameType*)_0->NativePtr; |
|
|
|
|
NativePtr = new ::CppSharp::CppParser::AST::DependentNameType(arg0); |
|
|
|
|
} |
|
|
|
@ -1109,7 +1109,7 @@ CppSharp::Parser::AST::PackExpansionType::PackExpansionType(CppSharp::Parser::AS
@@ -1109,7 +1109,7 @@ CppSharp::Parser::AST::PackExpansionType::PackExpansionType(CppSharp::Parser::AS
|
|
|
|
|
{ |
|
|
|
|
__ownsNativeInstance = true; |
|
|
|
|
if (ReferenceEquals(_0, nullptr)) |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "_0 cannot be null because it is a C++ reference (&)."); |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "Cannot be null because it is a C++ reference (&)."); |
|
|
|
|
auto &arg0 = *(::CppSharp::CppParser::AST::PackExpansionType*)_0->NativePtr; |
|
|
|
|
NativePtr = new ::CppSharp::CppParser::AST::PackExpansionType(arg0); |
|
|
|
|
} |
|
|
|
@ -1140,7 +1140,7 @@ CppSharp::Parser::AST::BuiltinType::BuiltinType(CppSharp::Parser::AST::BuiltinTy
@@ -1140,7 +1140,7 @@ CppSharp::Parser::AST::BuiltinType::BuiltinType(CppSharp::Parser::AST::BuiltinTy
|
|
|
|
|
{ |
|
|
|
|
__ownsNativeInstance = true; |
|
|
|
|
if (ReferenceEquals(_0, nullptr)) |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "_0 cannot be null because it is a C++ reference (&)."); |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "Cannot be null because it is a C++ reference (&)."); |
|
|
|
|
auto &arg0 = *(::CppSharp::CppParser::AST::BuiltinType*)_0->NativePtr; |
|
|
|
|
NativePtr = new ::CppSharp::CppParser::AST::BuiltinType(arg0); |
|
|
|
|
} |
|
|
|
@ -1181,7 +1181,7 @@ CppSharp::Parser::AST::VTableComponent::VTableComponent(CppSharp::Parser::AST::V
@@ -1181,7 +1181,7 @@ CppSharp::Parser::AST::VTableComponent::VTableComponent(CppSharp::Parser::AST::V
|
|
|
|
|
{ |
|
|
|
|
__ownsNativeInstance = true; |
|
|
|
|
if (ReferenceEquals(_0, nullptr)) |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "_0 cannot be null because it is a C++ reference (&)."); |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "Cannot be null because it is a C++ reference (&)."); |
|
|
|
|
auto &arg0 = *(::CppSharp::CppParser::AST::VTableComponent*)_0->NativePtr; |
|
|
|
|
NativePtr = new ::CppSharp::CppParser::AST::VTableComponent(arg0); |
|
|
|
|
} |
|
|
|
@ -1252,7 +1252,7 @@ CppSharp::Parser::AST::VTableLayout::VTableLayout(CppSharp::Parser::AST::VTableL
@@ -1252,7 +1252,7 @@ CppSharp::Parser::AST::VTableLayout::VTableLayout(CppSharp::Parser::AST::VTableL
|
|
|
|
|
{ |
|
|
|
|
__ownsNativeInstance = true; |
|
|
|
|
if (ReferenceEquals(_0, nullptr)) |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "_0 cannot be null because it is a C++ reference (&)."); |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "Cannot be null because it is a C++ reference (&)."); |
|
|
|
|
auto &arg0 = *(::CppSharp::CppParser::AST::VTableLayout*)_0->NativePtr; |
|
|
|
|
NativePtr = new ::CppSharp::CppParser::AST::VTableLayout(arg0); |
|
|
|
|
} |
|
|
|
@ -1267,7 +1267,7 @@ CppSharp::Parser::AST::VTableComponent^ CppSharp::Parser::AST::VTableLayout::get
@@ -1267,7 +1267,7 @@ CppSharp::Parser::AST::VTableComponent^ CppSharp::Parser::AST::VTableLayout::get
|
|
|
|
|
void CppSharp::Parser::AST::VTableLayout::addComponents(CppSharp::Parser::AST::VTableComponent^ s) |
|
|
|
|
{ |
|
|
|
|
if (ReferenceEquals(s, nullptr)) |
|
|
|
|
throw gcnew ::System::ArgumentNullException("s", "s cannot be null because it is a C++ reference (&)."); |
|
|
|
|
throw gcnew ::System::ArgumentNullException("s", "Cannot be null because it is a C++ reference (&)."); |
|
|
|
|
auto &arg0 = *(::CppSharp::CppParser::AST::VTableComponent*)s->NativePtr; |
|
|
|
|
((::CppSharp::CppParser::AST::VTableLayout*)NativePtr)->addComponents(arg0); |
|
|
|
|
} |
|
|
|
@ -1319,7 +1319,7 @@ CppSharp::Parser::AST::VFTableInfo::VFTableInfo(CppSharp::Parser::AST::VFTableIn
@@ -1319,7 +1319,7 @@ CppSharp::Parser::AST::VFTableInfo::VFTableInfo(CppSharp::Parser::AST::VFTableIn
|
|
|
|
|
{ |
|
|
|
|
__ownsNativeInstance = true; |
|
|
|
|
if (ReferenceEquals(_0, nullptr)) |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "_0 cannot be null because it is a C++ reference (&)."); |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "Cannot be null because it is a C++ reference (&)."); |
|
|
|
|
auto &arg0 = *(::CppSharp::CppParser::AST::VFTableInfo*)_0->NativePtr; |
|
|
|
|
NativePtr = new ::CppSharp::CppParser::AST::VFTableInfo(arg0); |
|
|
|
|
} |
|
|
|
@ -1406,7 +1406,7 @@ CppSharp::Parser::AST::VFTableInfo^ CppSharp::Parser::AST::ClassLayout::getVFTab
@@ -1406,7 +1406,7 @@ CppSharp::Parser::AST::VFTableInfo^ CppSharp::Parser::AST::ClassLayout::getVFTab
|
|
|
|
|
void CppSharp::Parser::AST::ClassLayout::addVFTables(CppSharp::Parser::AST::VFTableInfo^ s) |
|
|
|
|
{ |
|
|
|
|
if (ReferenceEquals(s, nullptr)) |
|
|
|
|
throw gcnew ::System::ArgumentNullException("s", "s cannot be null because it is a C++ reference (&)."); |
|
|
|
|
throw gcnew ::System::ArgumentNullException("s", "Cannot be null because it is a C++ reference (&)."); |
|
|
|
|
auto &arg0 = *(::CppSharp::CppParser::AST::VFTableInfo*)s->NativePtr; |
|
|
|
|
((::CppSharp::CppParser::AST::ClassLayout*)NativePtr)->addVFTables(arg0); |
|
|
|
|
} |
|
|
|
@ -1420,7 +1420,7 @@ CppSharp::Parser::AST::ClassLayout::ClassLayout(CppSharp::Parser::AST::ClassLayo
@@ -1420,7 +1420,7 @@ CppSharp::Parser::AST::ClassLayout::ClassLayout(CppSharp::Parser::AST::ClassLayo
|
|
|
|
|
{ |
|
|
|
|
__ownsNativeInstance = true; |
|
|
|
|
if (ReferenceEquals(_0, nullptr)) |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "_0 cannot be null because it is a C++ reference (&)."); |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "Cannot be null because it is a C++ reference (&)."); |
|
|
|
|
auto &arg0 = *(::CppSharp::CppParser::AST::ClassLayout*)_0->NativePtr; |
|
|
|
|
NativePtr = new ::CppSharp::CppParser::AST::ClassLayout(arg0); |
|
|
|
|
} |
|
|
|
@ -1538,7 +1538,7 @@ CppSharp::Parser::AST::Declaration::Declaration(CppSharp::Parser::AST::Declarati
@@ -1538,7 +1538,7 @@ CppSharp::Parser::AST::Declaration::Declaration(CppSharp::Parser::AST::Declarati
|
|
|
|
|
{ |
|
|
|
|
__ownsNativeInstance = true; |
|
|
|
|
if (ReferenceEquals(_0, nullptr)) |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "_0 cannot be null because it is a C++ reference (&)."); |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "Cannot be null because it is a C++ reference (&)."); |
|
|
|
|
auto &arg0 = *(::CppSharp::CppParser::AST::Declaration*)_0->NativePtr; |
|
|
|
|
NativePtr = new ::CppSharp::CppParser::AST::Declaration(arg0); |
|
|
|
|
} |
|
|
|
@ -1553,7 +1553,7 @@ CppSharp::Parser::AST::PreprocessedEntity^ CppSharp::Parser::AST::Declaration::g
@@ -1553,7 +1553,7 @@ CppSharp::Parser::AST::PreprocessedEntity^ CppSharp::Parser::AST::Declaration::g
|
|
|
|
|
void CppSharp::Parser::AST::Declaration::addPreprocessedEntities(CppSharp::Parser::AST::PreprocessedEntity^ s) |
|
|
|
|
{ |
|
|
|
|
if (ReferenceEquals(s, nullptr)) |
|
|
|
|
throw gcnew ::System::ArgumentNullException("s", "s cannot be null because it is a C++ reference (&)."); |
|
|
|
|
throw gcnew ::System::ArgumentNullException("s", "Cannot be null because it is a C++ reference (&)."); |
|
|
|
|
auto arg0 = (::CppSharp::CppParser::AST::PreprocessedEntity*)s->NativePtr; |
|
|
|
|
((::CppSharp::CppParser::AST::Declaration*)NativePtr)->addPreprocessedEntities(arg0); |
|
|
|
|
} |
|
|
|
@ -1777,7 +1777,7 @@ CppSharp::Parser::AST::Namespace^ CppSharp::Parser::AST::DeclarationContext::get
@@ -1777,7 +1777,7 @@ CppSharp::Parser::AST::Namespace^ CppSharp::Parser::AST::DeclarationContext::get
|
|
|
|
|
void CppSharp::Parser::AST::DeclarationContext::addNamespaces(CppSharp::Parser::AST::Namespace^ s) |
|
|
|
|
{ |
|
|
|
|
if (ReferenceEquals(s, nullptr)) |
|
|
|
|
throw gcnew ::System::ArgumentNullException("s", "s cannot be null because it is a C++ reference (&)."); |
|
|
|
|
throw gcnew ::System::ArgumentNullException("s", "Cannot be null because it is a C++ reference (&)."); |
|
|
|
|
auto arg0 = (::CppSharp::CppParser::AST::Namespace*)s->NativePtr; |
|
|
|
|
((::CppSharp::CppParser::AST::DeclarationContext*)NativePtr)->addNamespaces(arg0); |
|
|
|
|
} |
|
|
|
@ -1797,7 +1797,7 @@ CppSharp::Parser::AST::Enumeration^ CppSharp::Parser::AST::DeclarationContext::g
@@ -1797,7 +1797,7 @@ CppSharp::Parser::AST::Enumeration^ CppSharp::Parser::AST::DeclarationContext::g
|
|
|
|
|
void CppSharp::Parser::AST::DeclarationContext::addEnums(CppSharp::Parser::AST::Enumeration^ s) |
|
|
|
|
{ |
|
|
|
|
if (ReferenceEquals(s, nullptr)) |
|
|
|
|
throw gcnew ::System::ArgumentNullException("s", "s cannot be null because it is a C++ reference (&)."); |
|
|
|
|
throw gcnew ::System::ArgumentNullException("s", "Cannot be null because it is a C++ reference (&)."); |
|
|
|
|
auto arg0 = (::CppSharp::CppParser::AST::Enumeration*)s->NativePtr; |
|
|
|
|
((::CppSharp::CppParser::AST::DeclarationContext*)NativePtr)->addEnums(arg0); |
|
|
|
|
} |
|
|
|
@ -1817,7 +1817,7 @@ CppSharp::Parser::AST::Function^ CppSharp::Parser::AST::DeclarationContext::getF
@@ -1817,7 +1817,7 @@ CppSharp::Parser::AST::Function^ CppSharp::Parser::AST::DeclarationContext::getF
|
|
|
|
|
void CppSharp::Parser::AST::DeclarationContext::addFunctions(CppSharp::Parser::AST::Function^ s) |
|
|
|
|
{ |
|
|
|
|
if (ReferenceEquals(s, nullptr)) |
|
|
|
|
throw gcnew ::System::ArgumentNullException("s", "s cannot be null because it is a C++ reference (&)."); |
|
|
|
|
throw gcnew ::System::ArgumentNullException("s", "Cannot be null because it is a C++ reference (&)."); |
|
|
|
|
auto arg0 = (::CppSharp::CppParser::AST::Function*)s->NativePtr; |
|
|
|
|
((::CppSharp::CppParser::AST::DeclarationContext*)NativePtr)->addFunctions(arg0); |
|
|
|
|
} |
|
|
|
@ -1837,7 +1837,7 @@ CppSharp::Parser::AST::Class^ CppSharp::Parser::AST::DeclarationContext::getClas
@@ -1837,7 +1837,7 @@ CppSharp::Parser::AST::Class^ CppSharp::Parser::AST::DeclarationContext::getClas
|
|
|
|
|
void CppSharp::Parser::AST::DeclarationContext::addClasses(CppSharp::Parser::AST::Class^ s) |
|
|
|
|
{ |
|
|
|
|
if (ReferenceEquals(s, nullptr)) |
|
|
|
|
throw gcnew ::System::ArgumentNullException("s", "s cannot be null because it is a C++ reference (&)."); |
|
|
|
|
throw gcnew ::System::ArgumentNullException("s", "Cannot be null because it is a C++ reference (&)."); |
|
|
|
|
auto arg0 = (::CppSharp::CppParser::AST::Class*)s->NativePtr; |
|
|
|
|
((::CppSharp::CppParser::AST::DeclarationContext*)NativePtr)->addClasses(arg0); |
|
|
|
|
} |
|
|
|
@ -1857,7 +1857,7 @@ CppSharp::Parser::AST::Template^ CppSharp::Parser::AST::DeclarationContext::getT
@@ -1857,7 +1857,7 @@ CppSharp::Parser::AST::Template^ CppSharp::Parser::AST::DeclarationContext::getT
|
|
|
|
|
void CppSharp::Parser::AST::DeclarationContext::addTemplates(CppSharp::Parser::AST::Template^ s) |
|
|
|
|
{ |
|
|
|
|
if (ReferenceEquals(s, nullptr)) |
|
|
|
|
throw gcnew ::System::ArgumentNullException("s", "s cannot be null because it is a C++ reference (&)."); |
|
|
|
|
throw gcnew ::System::ArgumentNullException("s", "Cannot be null because it is a C++ reference (&)."); |
|
|
|
|
auto arg0 = (::CppSharp::CppParser::AST::Template*)s->NativePtr; |
|
|
|
|
((::CppSharp::CppParser::AST::DeclarationContext*)NativePtr)->addTemplates(arg0); |
|
|
|
|
} |
|
|
|
@ -1877,7 +1877,7 @@ CppSharp::Parser::AST::TypedefDecl^ CppSharp::Parser::AST::DeclarationContext::g
@@ -1877,7 +1877,7 @@ CppSharp::Parser::AST::TypedefDecl^ CppSharp::Parser::AST::DeclarationContext::g
|
|
|
|
|
void CppSharp::Parser::AST::DeclarationContext::addTypedefs(CppSharp::Parser::AST::TypedefDecl^ s) |
|
|
|
|
{ |
|
|
|
|
if (ReferenceEquals(s, nullptr)) |
|
|
|
|
throw gcnew ::System::ArgumentNullException("s", "s cannot be null because it is a C++ reference (&)."); |
|
|
|
|
throw gcnew ::System::ArgumentNullException("s", "Cannot be null because it is a C++ reference (&)."); |
|
|
|
|
auto arg0 = (::CppSharp::CppParser::AST::TypedefDecl*)s->NativePtr; |
|
|
|
|
((::CppSharp::CppParser::AST::DeclarationContext*)NativePtr)->addTypedefs(arg0); |
|
|
|
|
} |
|
|
|
@ -1897,7 +1897,7 @@ CppSharp::Parser::AST::Variable^ CppSharp::Parser::AST::DeclarationContext::getV
@@ -1897,7 +1897,7 @@ CppSharp::Parser::AST::Variable^ CppSharp::Parser::AST::DeclarationContext::getV
|
|
|
|
|
void CppSharp::Parser::AST::DeclarationContext::addVariables(CppSharp::Parser::AST::Variable^ s) |
|
|
|
|
{ |
|
|
|
|
if (ReferenceEquals(s, nullptr)) |
|
|
|
|
throw gcnew ::System::ArgumentNullException("s", "s cannot be null because it is a C++ reference (&)."); |
|
|
|
|
throw gcnew ::System::ArgumentNullException("s", "Cannot be null because it is a C++ reference (&)."); |
|
|
|
|
auto arg0 = (::CppSharp::CppParser::AST::Variable*)s->NativePtr; |
|
|
|
|
((::CppSharp::CppParser::AST::DeclarationContext*)NativePtr)->addVariables(arg0); |
|
|
|
|
} |
|
|
|
@ -1917,7 +1917,7 @@ CppSharp::Parser::AST::Friend^ CppSharp::Parser::AST::DeclarationContext::getFri
@@ -1917,7 +1917,7 @@ CppSharp::Parser::AST::Friend^ CppSharp::Parser::AST::DeclarationContext::getFri
|
|
|
|
|
void CppSharp::Parser::AST::DeclarationContext::addFriends(CppSharp::Parser::AST::Friend^ s) |
|
|
|
|
{ |
|
|
|
|
if (ReferenceEquals(s, nullptr)) |
|
|
|
|
throw gcnew ::System::ArgumentNullException("s", "s cannot be null because it is a C++ reference (&)."); |
|
|
|
|
throw gcnew ::System::ArgumentNullException("s", "Cannot be null because it is a C++ reference (&)."); |
|
|
|
|
auto arg0 = (::CppSharp::CppParser::AST::Friend*)s->NativePtr; |
|
|
|
|
((::CppSharp::CppParser::AST::DeclarationContext*)NativePtr)->addFriends(arg0); |
|
|
|
|
} |
|
|
|
@ -1932,7 +1932,7 @@ CppSharp::Parser::AST::DeclarationContext::DeclarationContext(CppSharp::Parser::
@@ -1932,7 +1932,7 @@ CppSharp::Parser::AST::DeclarationContext::DeclarationContext(CppSharp::Parser::
|
|
|
|
|
{ |
|
|
|
|
__ownsNativeInstance = true; |
|
|
|
|
if (ReferenceEquals(_0, nullptr)) |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "_0 cannot be null because it is a C++ reference (&)."); |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "Cannot be null because it is a C++ reference (&)."); |
|
|
|
|
auto &arg0 = *(::CppSharp::CppParser::AST::DeclarationContext*)_0->NativePtr; |
|
|
|
|
NativePtr = new ::CppSharp::CppParser::AST::DeclarationContext(arg0); |
|
|
|
|
} |
|
|
|
@ -2027,7 +2027,7 @@ CppSharp::Parser::AST::TypedefDecl::TypedefDecl(CppSharp::Parser::AST::TypedefDe
@@ -2027,7 +2027,7 @@ CppSharp::Parser::AST::TypedefDecl::TypedefDecl(CppSharp::Parser::AST::TypedefDe
|
|
|
|
|
{ |
|
|
|
|
__ownsNativeInstance = true; |
|
|
|
|
if (ReferenceEquals(_0, nullptr)) |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "_0 cannot be null because it is a C++ reference (&)."); |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "Cannot be null because it is a C++ reference (&)."); |
|
|
|
|
auto &arg0 = *(::CppSharp::CppParser::AST::TypedefDecl*)_0->NativePtr; |
|
|
|
|
NativePtr = new ::CppSharp::CppParser::AST::TypedefDecl(arg0); |
|
|
|
|
} |
|
|
|
@ -2074,7 +2074,7 @@ CppSharp::Parser::AST::Friend::Friend(CppSharp::Parser::AST::Friend^ _0)
@@ -2074,7 +2074,7 @@ CppSharp::Parser::AST::Friend::Friend(CppSharp::Parser::AST::Friend^ _0)
|
|
|
|
|
{ |
|
|
|
|
__ownsNativeInstance = true; |
|
|
|
|
if (ReferenceEquals(_0, nullptr)) |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "_0 cannot be null because it is a C++ reference (&)."); |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "Cannot be null because it is a C++ reference (&)."); |
|
|
|
|
auto &arg0 = *(::CppSharp::CppParser::AST::Friend*)_0->NativePtr; |
|
|
|
|
NativePtr = new ::CppSharp::CppParser::AST::Friend(arg0); |
|
|
|
|
} |
|
|
|
@ -2109,7 +2109,7 @@ CppSharp::Parser::AST::Statement::Statement(CppSharp::Parser::AST::Statement^ _0
@@ -2109,7 +2109,7 @@ CppSharp::Parser::AST::Statement::Statement(CppSharp::Parser::AST::Statement^ _0
|
|
|
|
|
{ |
|
|
|
|
__ownsNativeInstance = true; |
|
|
|
|
if (ReferenceEquals(_0, nullptr)) |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "_0 cannot be null because it is a C++ reference (&)."); |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "Cannot be null because it is a C++ reference (&)."); |
|
|
|
|
auto &arg0 = *(::CppSharp::CppParser::AST::Statement*)_0->NativePtr; |
|
|
|
|
NativePtr = new ::CppSharp::CppParser::AST::Statement(arg0); |
|
|
|
|
} |
|
|
|
@ -2183,7 +2183,7 @@ CppSharp::Parser::AST::Expression::Expression(CppSharp::Parser::AST::Expression^
@@ -2183,7 +2183,7 @@ CppSharp::Parser::AST::Expression::Expression(CppSharp::Parser::AST::Expression^
|
|
|
|
|
{ |
|
|
|
|
__ownsNativeInstance = true; |
|
|
|
|
if (ReferenceEquals(_0, nullptr)) |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "_0 cannot be null because it is a C++ reference (&)."); |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "Cannot be null because it is a C++ reference (&)."); |
|
|
|
|
auto &arg0 = *(::CppSharp::CppParser::AST::Expression*)_0->NativePtr; |
|
|
|
|
NativePtr = new ::CppSharp::CppParser::AST::Expression(arg0); |
|
|
|
|
} |
|
|
|
@ -2213,7 +2213,7 @@ CppSharp::Parser::AST::BinaryOperator::BinaryOperator(CppSharp::Parser::AST::Bin
@@ -2213,7 +2213,7 @@ CppSharp::Parser::AST::BinaryOperator::BinaryOperator(CppSharp::Parser::AST::Bin
|
|
|
|
|
{ |
|
|
|
|
__ownsNativeInstance = true; |
|
|
|
|
if (ReferenceEquals(_0, nullptr)) |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "_0 cannot be null because it is a C++ reference (&)."); |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "Cannot be null because it is a C++ reference (&)."); |
|
|
|
|
auto &arg0 = *(::CppSharp::CppParser::AST::BinaryOperator*)_0->NativePtr; |
|
|
|
|
NativePtr = new ::CppSharp::CppParser::AST::BinaryOperator(arg0); |
|
|
|
|
} |
|
|
|
@ -2282,7 +2282,7 @@ CppSharp::Parser::AST::Expression^ CppSharp::Parser::AST::CallExpr::getArguments
@@ -2282,7 +2282,7 @@ CppSharp::Parser::AST::Expression^ CppSharp::Parser::AST::CallExpr::getArguments
|
|
|
|
|
void CppSharp::Parser::AST::CallExpr::addArguments(CppSharp::Parser::AST::Expression^ s) |
|
|
|
|
{ |
|
|
|
|
if (ReferenceEquals(s, nullptr)) |
|
|
|
|
throw gcnew ::System::ArgumentNullException("s", "s cannot be null because it is a C++ reference (&)."); |
|
|
|
|
throw gcnew ::System::ArgumentNullException("s", "Cannot be null because it is a C++ reference (&)."); |
|
|
|
|
auto arg0 = (::CppSharp::CppParser::AST::Expression*)s->NativePtr; |
|
|
|
|
((::CppSharp::CppParser::AST::CallExpr*)NativePtr)->addArguments(arg0); |
|
|
|
|
} |
|
|
|
@ -2297,7 +2297,7 @@ CppSharp::Parser::AST::CallExpr::CallExpr(CppSharp::Parser::AST::CallExpr^ _0)
@@ -2297,7 +2297,7 @@ CppSharp::Parser::AST::CallExpr::CallExpr(CppSharp::Parser::AST::CallExpr^ _0)
|
|
|
|
|
{ |
|
|
|
|
__ownsNativeInstance = true; |
|
|
|
|
if (ReferenceEquals(_0, nullptr)) |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "_0 cannot be null because it is a C++ reference (&)."); |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "Cannot be null because it is a C++ reference (&)."); |
|
|
|
|
auto &arg0 = *(::CppSharp::CppParser::AST::CallExpr*)_0->NativePtr; |
|
|
|
|
NativePtr = new ::CppSharp::CppParser::AST::CallExpr(arg0); |
|
|
|
|
} |
|
|
|
@ -2338,7 +2338,7 @@ CppSharp::Parser::AST::Expression^ CppSharp::Parser::AST::CXXConstructExpr::getA
@@ -2338,7 +2338,7 @@ CppSharp::Parser::AST::Expression^ CppSharp::Parser::AST::CXXConstructExpr::getA
|
|
|
|
|
void CppSharp::Parser::AST::CXXConstructExpr::addArguments(CppSharp::Parser::AST::Expression^ s) |
|
|
|
|
{ |
|
|
|
|
if (ReferenceEquals(s, nullptr)) |
|
|
|
|
throw gcnew ::System::ArgumentNullException("s", "s cannot be null because it is a C++ reference (&)."); |
|
|
|
|
throw gcnew ::System::ArgumentNullException("s", "Cannot be null because it is a C++ reference (&)."); |
|
|
|
|
auto arg0 = (::CppSharp::CppParser::AST::Expression*)s->NativePtr; |
|
|
|
|
((::CppSharp::CppParser::AST::CXXConstructExpr*)NativePtr)->addArguments(arg0); |
|
|
|
|
} |
|
|
|
@ -2353,7 +2353,7 @@ CppSharp::Parser::AST::CXXConstructExpr::CXXConstructExpr(CppSharp::Parser::AST:
@@ -2353,7 +2353,7 @@ CppSharp::Parser::AST::CXXConstructExpr::CXXConstructExpr(CppSharp::Parser::AST:
|
|
|
|
|
{ |
|
|
|
|
__ownsNativeInstance = true; |
|
|
|
|
if (ReferenceEquals(_0, nullptr)) |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "_0 cannot be null because it is a C++ reference (&)."); |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "Cannot be null because it is a C++ reference (&)."); |
|
|
|
|
auto &arg0 = *(::CppSharp::CppParser::AST::CXXConstructExpr*)_0->NativePtr; |
|
|
|
|
NativePtr = new ::CppSharp::CppParser::AST::CXXConstructExpr(arg0); |
|
|
|
|
} |
|
|
|
@ -2396,7 +2396,7 @@ CppSharp::Parser::AST::Parameter::Parameter(CppSharp::Parser::AST::Parameter^ _0
@@ -2396,7 +2396,7 @@ CppSharp::Parser::AST::Parameter::Parameter(CppSharp::Parser::AST::Parameter^ _0
|
|
|
|
|
{ |
|
|
|
|
__ownsNativeInstance = true; |
|
|
|
|
if (ReferenceEquals(_0, nullptr)) |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "_0 cannot be null because it is a C++ reference (&)."); |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "Cannot be null because it is a C++ reference (&)."); |
|
|
|
|
auto &arg0 = *(::CppSharp::CppParser::AST::Parameter*)_0->NativePtr; |
|
|
|
|
NativePtr = new ::CppSharp::CppParser::AST::Parameter(arg0); |
|
|
|
|
} |
|
|
|
@ -2488,7 +2488,7 @@ CppSharp::Parser::AST::Parameter^ CppSharp::Parser::AST::Function::getParameters
@@ -2488,7 +2488,7 @@ CppSharp::Parser::AST::Parameter^ CppSharp::Parser::AST::Function::getParameters
|
|
|
|
|
void CppSharp::Parser::AST::Function::addParameters(CppSharp::Parser::AST::Parameter^ s) |
|
|
|
|
{ |
|
|
|
|
if (ReferenceEquals(s, nullptr)) |
|
|
|
|
throw gcnew ::System::ArgumentNullException("s", "s cannot be null because it is a C++ reference (&)."); |
|
|
|
|
throw gcnew ::System::ArgumentNullException("s", "Cannot be null because it is a C++ reference (&)."); |
|
|
|
|
auto arg0 = (::CppSharp::CppParser::AST::Parameter*)s->NativePtr; |
|
|
|
|
((::CppSharp::CppParser::AST::Function*)NativePtr)->addParameters(arg0); |
|
|
|
|
} |
|
|
|
@ -2503,7 +2503,7 @@ CppSharp::Parser::AST::Function::Function(CppSharp::Parser::AST::Function^ _0)
@@ -2503,7 +2503,7 @@ CppSharp::Parser::AST::Function::Function(CppSharp::Parser::AST::Function^ _0)
|
|
|
|
|
{ |
|
|
|
|
__ownsNativeInstance = true; |
|
|
|
|
if (ReferenceEquals(_0, nullptr)) |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "_0 cannot be null because it is a C++ reference (&)."); |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "Cannot be null because it is a C++ reference (&)."); |
|
|
|
|
auto &arg0 = *(::CppSharp::CppParser::AST::Function*)_0->NativePtr; |
|
|
|
|
NativePtr = new ::CppSharp::CppParser::AST::Function(arg0); |
|
|
|
|
} |
|
|
|
@ -2684,7 +2684,7 @@ CppSharp::Parser::AST::Method::Method(CppSharp::Parser::AST::Method^ _0)
@@ -2684,7 +2684,7 @@ CppSharp::Parser::AST::Method::Method(CppSharp::Parser::AST::Method^ _0)
|
|
|
|
|
{ |
|
|
|
|
__ownsNativeInstance = true; |
|
|
|
|
if (ReferenceEquals(_0, nullptr)) |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "_0 cannot be null because it is a C++ reference (&)."); |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "Cannot be null because it is a C++ reference (&)."); |
|
|
|
|
auto &arg0 = *(::CppSharp::CppParser::AST::Method*)_0->NativePtr; |
|
|
|
|
NativePtr = new ::CppSharp::CppParser::AST::Method(arg0); |
|
|
|
|
} |
|
|
|
@ -2821,7 +2821,7 @@ CppSharp::Parser::AST::Enumeration::Item::Item(CppSharp::Parser::AST::Enumeratio
@@ -2821,7 +2821,7 @@ CppSharp::Parser::AST::Enumeration::Item::Item(CppSharp::Parser::AST::Enumeratio
|
|
|
|
|
{ |
|
|
|
|
__ownsNativeInstance = true; |
|
|
|
|
if (ReferenceEquals(_0, nullptr)) |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "_0 cannot be null because it is a C++ reference (&)."); |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "Cannot be null because it is a C++ reference (&)."); |
|
|
|
|
auto &arg0 = *(::CppSharp::CppParser::AST::Enumeration::Item*)_0->NativePtr; |
|
|
|
|
NativePtr = new ::CppSharp::CppParser::AST::Enumeration::Item(arg0); |
|
|
|
|
} |
|
|
|
@ -2887,7 +2887,7 @@ CppSharp::Parser::AST::Enumeration::Item^ CppSharp::Parser::AST::Enumeration::ge
@@ -2887,7 +2887,7 @@ CppSharp::Parser::AST::Enumeration::Item^ CppSharp::Parser::AST::Enumeration::ge
|
|
|
|
|
void CppSharp::Parser::AST::Enumeration::addItems(CppSharp::Parser::AST::Enumeration::Item^ s) |
|
|
|
|
{ |
|
|
|
|
if (ReferenceEquals(s, nullptr)) |
|
|
|
|
throw gcnew ::System::ArgumentNullException("s", "s cannot be null because it is a C++ reference (&)."); |
|
|
|
|
throw gcnew ::System::ArgumentNullException("s", "Cannot be null because it is a C++ reference (&)."); |
|
|
|
|
auto arg0 = (::CppSharp::CppParser::AST::Enumeration::Item*)s->NativePtr; |
|
|
|
|
((::CppSharp::CppParser::AST::Enumeration*)NativePtr)->addItems(arg0); |
|
|
|
|
} |
|
|
|
@ -2902,7 +2902,7 @@ CppSharp::Parser::AST::Enumeration::Enumeration(CppSharp::Parser::AST::Enumerati
@@ -2902,7 +2902,7 @@ CppSharp::Parser::AST::Enumeration::Enumeration(CppSharp::Parser::AST::Enumerati
|
|
|
|
|
{ |
|
|
|
|
__ownsNativeInstance = true; |
|
|
|
|
if (ReferenceEquals(_0, nullptr)) |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "_0 cannot be null because it is a C++ reference (&)."); |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "Cannot be null because it is a C++ reference (&)."); |
|
|
|
|
auto &arg0 = *(::CppSharp::CppParser::AST::Enumeration*)_0->NativePtr; |
|
|
|
|
NativePtr = new ::CppSharp::CppParser::AST::Enumeration(arg0); |
|
|
|
|
} |
|
|
|
@ -2975,7 +2975,7 @@ CppSharp::Parser::AST::Variable::Variable(CppSharp::Parser::AST::Variable^ _0)
@@ -2975,7 +2975,7 @@ CppSharp::Parser::AST::Variable::Variable(CppSharp::Parser::AST::Variable^ _0)
|
|
|
|
|
{ |
|
|
|
|
__ownsNativeInstance = true; |
|
|
|
|
if (ReferenceEquals(_0, nullptr)) |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "_0 cannot be null because it is a C++ reference (&)."); |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "Cannot be null because it is a C++ reference (&)."); |
|
|
|
|
auto &arg0 = *(::CppSharp::CppParser::AST::Variable*)_0->NativePtr; |
|
|
|
|
NativePtr = new ::CppSharp::CppParser::AST::Variable(arg0); |
|
|
|
|
} |
|
|
|
@ -3030,7 +3030,7 @@ CppSharp::Parser::AST::BaseClassSpecifier::BaseClassSpecifier(CppSharp::Parser::
@@ -3030,7 +3030,7 @@ CppSharp::Parser::AST::BaseClassSpecifier::BaseClassSpecifier(CppSharp::Parser::
|
|
|
|
|
{ |
|
|
|
|
__ownsNativeInstance = true; |
|
|
|
|
if (ReferenceEquals(_0, nullptr)) |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "_0 cannot be null because it is a C++ reference (&)."); |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "Cannot be null because it is a C++ reference (&)."); |
|
|
|
|
auto &arg0 = *(::CppSharp::CppParser::AST::BaseClassSpecifier*)_0->NativePtr; |
|
|
|
|
NativePtr = new ::CppSharp::CppParser::AST::BaseClassSpecifier(arg0); |
|
|
|
|
} |
|
|
|
@ -3117,7 +3117,7 @@ CppSharp::Parser::AST::Field::Field(CppSharp::Parser::AST::Field^ _0)
@@ -3117,7 +3117,7 @@ CppSharp::Parser::AST::Field::Field(CppSharp::Parser::AST::Field^ _0)
|
|
|
|
|
{ |
|
|
|
|
__ownsNativeInstance = true; |
|
|
|
|
if (ReferenceEquals(_0, nullptr)) |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "_0 cannot be null because it is a C++ reference (&)."); |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "Cannot be null because it is a C++ reference (&)."); |
|
|
|
|
auto &arg0 = *(::CppSharp::CppParser::AST::Field*)_0->NativePtr; |
|
|
|
|
NativePtr = new ::CppSharp::CppParser::AST::Field(arg0); |
|
|
|
|
} |
|
|
|
@ -3204,7 +3204,7 @@ CppSharp::Parser::AST::AccessSpecifierDecl::AccessSpecifierDecl(CppSharp::Parser
@@ -3204,7 +3204,7 @@ CppSharp::Parser::AST::AccessSpecifierDecl::AccessSpecifierDecl(CppSharp::Parser
|
|
|
|
|
{ |
|
|
|
|
__ownsNativeInstance = true; |
|
|
|
|
if (ReferenceEquals(_0, nullptr)) |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "_0 cannot be null because it is a C++ reference (&)."); |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "Cannot be null because it is a C++ reference (&)."); |
|
|
|
|
auto &arg0 = *(::CppSharp::CppParser::AST::AccessSpecifierDecl*)_0->NativePtr; |
|
|
|
|
NativePtr = new ::CppSharp::CppParser::AST::AccessSpecifierDecl(arg0); |
|
|
|
|
} |
|
|
|
@ -3246,7 +3246,7 @@ CppSharp::Parser::AST::BaseClassSpecifier^ CppSharp::Parser::AST::Class::getBase
@@ -3246,7 +3246,7 @@ CppSharp::Parser::AST::BaseClassSpecifier^ CppSharp::Parser::AST::Class::getBase
|
|
|
|
|
void CppSharp::Parser::AST::Class::addBases(CppSharp::Parser::AST::BaseClassSpecifier^ s) |
|
|
|
|
{ |
|
|
|
|
if (ReferenceEquals(s, nullptr)) |
|
|
|
|
throw gcnew ::System::ArgumentNullException("s", "s cannot be null because it is a C++ reference (&)."); |
|
|
|
|
throw gcnew ::System::ArgumentNullException("s", "Cannot be null because it is a C++ reference (&)."); |
|
|
|
|
auto arg0 = (::CppSharp::CppParser::AST::BaseClassSpecifier*)s->NativePtr; |
|
|
|
|
((::CppSharp::CppParser::AST::Class*)NativePtr)->addBases(arg0); |
|
|
|
|
} |
|
|
|
@ -3266,7 +3266,7 @@ CppSharp::Parser::AST::Field^ CppSharp::Parser::AST::Class::getFields(unsigned i
@@ -3266,7 +3266,7 @@ CppSharp::Parser::AST::Field^ CppSharp::Parser::AST::Class::getFields(unsigned i
|
|
|
|
|
void CppSharp::Parser::AST::Class::addFields(CppSharp::Parser::AST::Field^ s) |
|
|
|
|
{ |
|
|
|
|
if (ReferenceEquals(s, nullptr)) |
|
|
|
|
throw gcnew ::System::ArgumentNullException("s", "s cannot be null because it is a C++ reference (&)."); |
|
|
|
|
throw gcnew ::System::ArgumentNullException("s", "Cannot be null because it is a C++ reference (&)."); |
|
|
|
|
auto arg0 = (::CppSharp::CppParser::AST::Field*)s->NativePtr; |
|
|
|
|
((::CppSharp::CppParser::AST::Class*)NativePtr)->addFields(arg0); |
|
|
|
|
} |
|
|
|
@ -3286,7 +3286,7 @@ CppSharp::Parser::AST::Method^ CppSharp::Parser::AST::Class::getMethods(unsigned
@@ -3286,7 +3286,7 @@ CppSharp::Parser::AST::Method^ CppSharp::Parser::AST::Class::getMethods(unsigned
|
|
|
|
|
void CppSharp::Parser::AST::Class::addMethods(CppSharp::Parser::AST::Method^ s) |
|
|
|
|
{ |
|
|
|
|
if (ReferenceEquals(s, nullptr)) |
|
|
|
|
throw gcnew ::System::ArgumentNullException("s", "s cannot be null because it is a C++ reference (&)."); |
|
|
|
|
throw gcnew ::System::ArgumentNullException("s", "Cannot be null because it is a C++ reference (&)."); |
|
|
|
|
auto arg0 = (::CppSharp::CppParser::AST::Method*)s->NativePtr; |
|
|
|
|
((::CppSharp::CppParser::AST::Class*)NativePtr)->addMethods(arg0); |
|
|
|
|
} |
|
|
|
@ -3306,7 +3306,7 @@ CppSharp::Parser::AST::AccessSpecifierDecl^ CppSharp::Parser::AST::Class::getSpe
@@ -3306,7 +3306,7 @@ CppSharp::Parser::AST::AccessSpecifierDecl^ CppSharp::Parser::AST::Class::getSpe
|
|
|
|
|
void CppSharp::Parser::AST::Class::addSpecifiers(CppSharp::Parser::AST::AccessSpecifierDecl^ s) |
|
|
|
|
{ |
|
|
|
|
if (ReferenceEquals(s, nullptr)) |
|
|
|
|
throw gcnew ::System::ArgumentNullException("s", "s cannot be null because it is a C++ reference (&)."); |
|
|
|
|
throw gcnew ::System::ArgumentNullException("s", "Cannot be null because it is a C++ reference (&)."); |
|
|
|
|
auto arg0 = (::CppSharp::CppParser::AST::AccessSpecifierDecl*)s->NativePtr; |
|
|
|
|
((::CppSharp::CppParser::AST::Class*)NativePtr)->addSpecifiers(arg0); |
|
|
|
|
} |
|
|
|
@ -3321,7 +3321,7 @@ CppSharp::Parser::AST::Class::Class(CppSharp::Parser::AST::Class^ _0)
@@ -3321,7 +3321,7 @@ CppSharp::Parser::AST::Class::Class(CppSharp::Parser::AST::Class^ _0)
|
|
|
|
|
{ |
|
|
|
|
__ownsNativeInstance = true; |
|
|
|
|
if (ReferenceEquals(_0, nullptr)) |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "_0 cannot be null because it is a C++ reference (&)."); |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "Cannot be null because it is a C++ reference (&)."); |
|
|
|
|
auto &arg0 = *(::CppSharp::CppParser::AST::Class*)_0->NativePtr; |
|
|
|
|
NativePtr = new ::CppSharp::CppParser::AST::Class(arg0); |
|
|
|
|
} |
|
|
|
@ -3495,7 +3495,7 @@ CppSharp::Parser::AST::TemplateParameter^ CppSharp::Parser::AST::Template::getPa
@@ -3495,7 +3495,7 @@ CppSharp::Parser::AST::TemplateParameter^ CppSharp::Parser::AST::Template::getPa
|
|
|
|
|
void CppSharp::Parser::AST::Template::addParameters(CppSharp::Parser::AST::TemplateParameter^ s) |
|
|
|
|
{ |
|
|
|
|
if (ReferenceEquals(s, nullptr)) |
|
|
|
|
throw gcnew ::System::ArgumentNullException("s", "s cannot be null because it is a C++ reference (&)."); |
|
|
|
|
throw gcnew ::System::ArgumentNullException("s", "Cannot be null because it is a C++ reference (&)."); |
|
|
|
|
auto &arg0 = *(::CppSharp::CppParser::AST::TemplateParameter*)s->NativePtr; |
|
|
|
|
((::CppSharp::CppParser::AST::Template*)NativePtr)->addParameters(arg0); |
|
|
|
|
} |
|
|
|
@ -3510,7 +3510,7 @@ CppSharp::Parser::AST::Template::Template(CppSharp::Parser::AST::Template^ _0)
@@ -3510,7 +3510,7 @@ CppSharp::Parser::AST::Template::Template(CppSharp::Parser::AST::Template^ _0)
|
|
|
|
|
{ |
|
|
|
|
__ownsNativeInstance = true; |
|
|
|
|
if (ReferenceEquals(_0, nullptr)) |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "_0 cannot be null because it is a C++ reference (&)."); |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "Cannot be null because it is a C++ reference (&)."); |
|
|
|
|
auto &arg0 = *(::CppSharp::CppParser::AST::Template*)_0->NativePtr; |
|
|
|
|
NativePtr = new ::CppSharp::CppParser::AST::Template(arg0); |
|
|
|
|
} |
|
|
|
@ -3568,7 +3568,7 @@ CppSharp::Parser::AST::ClassTemplateSpecialization^ CppSharp::Parser::AST::Class
@@ -3568,7 +3568,7 @@ CppSharp::Parser::AST::ClassTemplateSpecialization^ CppSharp::Parser::AST::Class
|
|
|
|
|
void CppSharp::Parser::AST::ClassTemplate::addSpecializations(CppSharp::Parser::AST::ClassTemplateSpecialization^ s) |
|
|
|
|
{ |
|
|
|
|
if (ReferenceEquals(s, nullptr)) |
|
|
|
|
throw gcnew ::System::ArgumentNullException("s", "s cannot be null because it is a C++ reference (&)."); |
|
|
|
|
throw gcnew ::System::ArgumentNullException("s", "Cannot be null because it is a C++ reference (&)."); |
|
|
|
|
auto arg0 = (::CppSharp::CppParser::AST::ClassTemplateSpecialization*)s->NativePtr; |
|
|
|
|
((::CppSharp::CppParser::AST::ClassTemplate*)NativePtr)->addSpecializations(arg0); |
|
|
|
|
} |
|
|
|
@ -3583,7 +3583,7 @@ CppSharp::Parser::AST::ClassTemplate::ClassTemplate(CppSharp::Parser::AST::Class
@@ -3583,7 +3583,7 @@ CppSharp::Parser::AST::ClassTemplate::ClassTemplate(CppSharp::Parser::AST::Class
|
|
|
|
|
{ |
|
|
|
|
__ownsNativeInstance = true; |
|
|
|
|
if (ReferenceEquals(_0, nullptr)) |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "_0 cannot be null because it is a C++ reference (&)."); |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "Cannot be null because it is a C++ reference (&)."); |
|
|
|
|
auto &arg0 = *(::CppSharp::CppParser::AST::ClassTemplate*)_0->NativePtr; |
|
|
|
|
NativePtr = new ::CppSharp::CppParser::AST::ClassTemplate(arg0); |
|
|
|
|
} |
|
|
|
@ -3631,7 +3631,7 @@ CppSharp::Parser::AST::TemplateArgument^ CppSharp::Parser::AST::ClassTemplateSpe
@@ -3631,7 +3631,7 @@ CppSharp::Parser::AST::TemplateArgument^ CppSharp::Parser::AST::ClassTemplateSpe
|
|
|
|
|
void CppSharp::Parser::AST::ClassTemplateSpecialization::addArguments(CppSharp::Parser::AST::TemplateArgument^ s) |
|
|
|
|
{ |
|
|
|
|
if (ReferenceEquals(s, nullptr)) |
|
|
|
|
throw gcnew ::System::ArgumentNullException("s", "s cannot be null because it is a C++ reference (&)."); |
|
|
|
|
throw gcnew ::System::ArgumentNullException("s", "Cannot be null because it is a C++ reference (&)."); |
|
|
|
|
auto &arg0 = *(::CppSharp::CppParser::AST::TemplateArgument*)s->NativePtr; |
|
|
|
|
((::CppSharp::CppParser::AST::ClassTemplateSpecialization*)NativePtr)->addArguments(arg0); |
|
|
|
|
} |
|
|
|
@ -3646,7 +3646,7 @@ CppSharp::Parser::AST::ClassTemplateSpecialization::ClassTemplateSpecialization(
@@ -3646,7 +3646,7 @@ CppSharp::Parser::AST::ClassTemplateSpecialization::ClassTemplateSpecialization(
|
|
|
|
|
{ |
|
|
|
|
__ownsNativeInstance = true; |
|
|
|
|
if (ReferenceEquals(_0, nullptr)) |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "_0 cannot be null because it is a C++ reference (&)."); |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "Cannot be null because it is a C++ reference (&)."); |
|
|
|
|
auto &arg0 = *(::CppSharp::CppParser::AST::ClassTemplateSpecialization*)_0->NativePtr; |
|
|
|
|
NativePtr = new ::CppSharp::CppParser::AST::ClassTemplateSpecialization(arg0); |
|
|
|
|
} |
|
|
|
@ -3709,7 +3709,7 @@ CppSharp::Parser::AST::ClassTemplatePartialSpecialization::ClassTemplatePartialS
@@ -3709,7 +3709,7 @@ CppSharp::Parser::AST::ClassTemplatePartialSpecialization::ClassTemplatePartialS
|
|
|
|
|
{ |
|
|
|
|
__ownsNativeInstance = true; |
|
|
|
|
if (ReferenceEquals(_0, nullptr)) |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "_0 cannot be null because it is a C++ reference (&)."); |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "Cannot be null because it is a C++ reference (&)."); |
|
|
|
|
auto &arg0 = *(::CppSharp::CppParser::AST::ClassTemplatePartialSpecialization*)_0->NativePtr; |
|
|
|
|
NativePtr = new ::CppSharp::CppParser::AST::ClassTemplatePartialSpecialization(arg0); |
|
|
|
|
} |
|
|
|
@ -3751,7 +3751,7 @@ CppSharp::Parser::AST::FunctionTemplateSpecialization^ CppSharp::Parser::AST::Fu
@@ -3751,7 +3751,7 @@ CppSharp::Parser::AST::FunctionTemplateSpecialization^ CppSharp::Parser::AST::Fu
|
|
|
|
|
void CppSharp::Parser::AST::FunctionTemplate::addSpecializations(CppSharp::Parser::AST::FunctionTemplateSpecialization^ s) |
|
|
|
|
{ |
|
|
|
|
if (ReferenceEquals(s, nullptr)) |
|
|
|
|
throw gcnew ::System::ArgumentNullException("s", "s cannot be null because it is a C++ reference (&)."); |
|
|
|
|
throw gcnew ::System::ArgumentNullException("s", "Cannot be null because it is a C++ reference (&)."); |
|
|
|
|
auto arg0 = (::CppSharp::CppParser::AST::FunctionTemplateSpecialization*)s->NativePtr; |
|
|
|
|
((::CppSharp::CppParser::AST::FunctionTemplate*)NativePtr)->addSpecializations(arg0); |
|
|
|
|
} |
|
|
|
@ -3766,7 +3766,7 @@ CppSharp::Parser::AST::FunctionTemplate::FunctionTemplate(CppSharp::Parser::AST:
@@ -3766,7 +3766,7 @@ CppSharp::Parser::AST::FunctionTemplate::FunctionTemplate(CppSharp::Parser::AST:
|
|
|
|
|
{ |
|
|
|
|
__ownsNativeInstance = true; |
|
|
|
|
if (ReferenceEquals(_0, nullptr)) |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "_0 cannot be null because it is a C++ reference (&)."); |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "Cannot be null because it is a C++ reference (&)."); |
|
|
|
|
auto &arg0 = *(::CppSharp::CppParser::AST::FunctionTemplate*)_0->NativePtr; |
|
|
|
|
NativePtr = new ::CppSharp::CppParser::AST::FunctionTemplate(arg0); |
|
|
|
|
} |
|
|
|
@ -3809,7 +3809,7 @@ CppSharp::Parser::AST::TemplateArgument^ CppSharp::Parser::AST::FunctionTemplate
@@ -3809,7 +3809,7 @@ CppSharp::Parser::AST::TemplateArgument^ CppSharp::Parser::AST::FunctionTemplate
|
|
|
|
|
void CppSharp::Parser::AST::FunctionTemplateSpecialization::addArguments(CppSharp::Parser::AST::TemplateArgument^ s) |
|
|
|
|
{ |
|
|
|
|
if (ReferenceEquals(s, nullptr)) |
|
|
|
|
throw gcnew ::System::ArgumentNullException("s", "s cannot be null because it is a C++ reference (&)."); |
|
|
|
|
throw gcnew ::System::ArgumentNullException("s", "Cannot be null because it is a C++ reference (&)."); |
|
|
|
|
auto &arg0 = *(::CppSharp::CppParser::AST::TemplateArgument*)s->NativePtr; |
|
|
|
|
((::CppSharp::CppParser::AST::FunctionTemplateSpecialization*)NativePtr)->addArguments(arg0); |
|
|
|
|
} |
|
|
|
@ -3823,7 +3823,7 @@ CppSharp::Parser::AST::FunctionTemplateSpecialization::FunctionTemplateSpecializ
@@ -3823,7 +3823,7 @@ CppSharp::Parser::AST::FunctionTemplateSpecialization::FunctionTemplateSpecializ
|
|
|
|
|
{ |
|
|
|
|
__ownsNativeInstance = true; |
|
|
|
|
if (ReferenceEquals(_0, nullptr)) |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "_0 cannot be null because it is a C++ reference (&)."); |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "Cannot be null because it is a C++ reference (&)."); |
|
|
|
|
auto &arg0 = *(::CppSharp::CppParser::AST::FunctionTemplateSpecialization*)_0->NativePtr; |
|
|
|
|
NativePtr = new ::CppSharp::CppParser::AST::FunctionTemplateSpecialization(arg0); |
|
|
|
|
} |
|
|
|
@ -3906,7 +3906,7 @@ CppSharp::Parser::AST::Namespace::Namespace(CppSharp::Parser::AST::Namespace^ _0
@@ -3906,7 +3906,7 @@ CppSharp::Parser::AST::Namespace::Namespace(CppSharp::Parser::AST::Namespace^ _0
|
|
|
|
|
{ |
|
|
|
|
__ownsNativeInstance = true; |
|
|
|
|
if (ReferenceEquals(_0, nullptr)) |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "_0 cannot be null because it is a C++ reference (&)."); |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "Cannot be null because it is a C++ reference (&)."); |
|
|
|
|
auto &arg0 = *(::CppSharp::CppParser::AST::Namespace*)_0->NativePtr; |
|
|
|
|
NativePtr = new ::CppSharp::CppParser::AST::Namespace(arg0); |
|
|
|
|
} |
|
|
|
@ -3947,7 +3947,7 @@ CppSharp::Parser::AST::PreprocessedEntity::PreprocessedEntity(CppSharp::Parser::
@@ -3947,7 +3947,7 @@ CppSharp::Parser::AST::PreprocessedEntity::PreprocessedEntity(CppSharp::Parser::
|
|
|
|
|
{ |
|
|
|
|
__ownsNativeInstance = true; |
|
|
|
|
if (ReferenceEquals(_0, nullptr)) |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "_0 cannot be null because it is a C++ reference (&)."); |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "Cannot be null because it is a C++ reference (&)."); |
|
|
|
|
auto &arg0 = *(::CppSharp::CppParser::AST::PreprocessedEntity*)_0->NativePtr; |
|
|
|
|
NativePtr = new ::CppSharp::CppParser::AST::PreprocessedEntity(arg0); |
|
|
|
|
} |
|
|
|
@ -4024,7 +4024,7 @@ CppSharp::Parser::AST::MacroDefinition::MacroDefinition(CppSharp::Parser::AST::M
@@ -4024,7 +4024,7 @@ CppSharp::Parser::AST::MacroDefinition::MacroDefinition(CppSharp::Parser::AST::M
|
|
|
|
|
{ |
|
|
|
|
__ownsNativeInstance = true; |
|
|
|
|
if (ReferenceEquals(_0, nullptr)) |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "_0 cannot be null because it is a C++ reference (&)."); |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "Cannot be null because it is a C++ reference (&)."); |
|
|
|
|
auto &arg0 = *(::CppSharp::CppParser::AST::MacroDefinition*)_0->NativePtr; |
|
|
|
|
NativePtr = new ::CppSharp::CppParser::AST::MacroDefinition(arg0); |
|
|
|
|
} |
|
|
|
@ -4109,7 +4109,7 @@ CppSharp::Parser::AST::MacroExpansion::MacroExpansion(CppSharp::Parser::AST::Mac
@@ -4109,7 +4109,7 @@ CppSharp::Parser::AST::MacroExpansion::MacroExpansion(CppSharp::Parser::AST::Mac
|
|
|
|
|
{ |
|
|
|
|
__ownsNativeInstance = true; |
|
|
|
|
if (ReferenceEquals(_0, nullptr)) |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "_0 cannot be null because it is a C++ reference (&)."); |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "Cannot be null because it is a C++ reference (&)."); |
|
|
|
|
auto &arg0 = *(::CppSharp::CppParser::AST::MacroExpansion*)_0->NativePtr; |
|
|
|
|
NativePtr = new ::CppSharp::CppParser::AST::MacroExpansion(arg0); |
|
|
|
|
} |
|
|
|
@ -4189,7 +4189,7 @@ CppSharp::Parser::AST::MacroDefinition^ CppSharp::Parser::AST::TranslationUnit::
@@ -4189,7 +4189,7 @@ CppSharp::Parser::AST::MacroDefinition^ CppSharp::Parser::AST::TranslationUnit::
|
|
|
|
|
void CppSharp::Parser::AST::TranslationUnit::addMacros(CppSharp::Parser::AST::MacroDefinition^ s) |
|
|
|
|
{ |
|
|
|
|
if (ReferenceEquals(s, nullptr)) |
|
|
|
|
throw gcnew ::System::ArgumentNullException("s", "s cannot be null because it is a C++ reference (&)."); |
|
|
|
|
throw gcnew ::System::ArgumentNullException("s", "Cannot be null because it is a C++ reference (&)."); |
|
|
|
|
auto arg0 = (::CppSharp::CppParser::AST::MacroDefinition*)s->NativePtr; |
|
|
|
|
((::CppSharp::CppParser::AST::TranslationUnit*)NativePtr)->addMacros(arg0); |
|
|
|
|
} |
|
|
|
@ -4204,7 +4204,7 @@ CppSharp::Parser::AST::TranslationUnit::TranslationUnit(CppSharp::Parser::AST::T
@@ -4204,7 +4204,7 @@ CppSharp::Parser::AST::TranslationUnit::TranslationUnit(CppSharp::Parser::AST::T
|
|
|
|
|
{ |
|
|
|
|
__ownsNativeInstance = true; |
|
|
|
|
if (ReferenceEquals(_0, nullptr)) |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "_0 cannot be null because it is a C++ reference (&)."); |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "Cannot be null because it is a C++ reference (&)."); |
|
|
|
|
auto &arg0 = *(::CppSharp::CppParser::AST::TranslationUnit*)_0->NativePtr; |
|
|
|
|
NativePtr = new ::CppSharp::CppParser::AST::TranslationUnit(arg0); |
|
|
|
|
} |
|
|
|
@ -4303,7 +4303,7 @@ CppSharp::Parser::AST::NativeLibrary::NativeLibrary(CppSharp::Parser::AST::Nativ
@@ -4303,7 +4303,7 @@ CppSharp::Parser::AST::NativeLibrary::NativeLibrary(CppSharp::Parser::AST::Nativ
|
|
|
|
|
{ |
|
|
|
|
__ownsNativeInstance = true; |
|
|
|
|
if (ReferenceEquals(_0, nullptr)) |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "_0 cannot be null because it is a C++ reference (&)."); |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "Cannot be null because it is a C++ reference (&)."); |
|
|
|
|
auto &arg0 = *(::CppSharp::CppParser::AST::NativeLibrary*)_0->NativePtr; |
|
|
|
|
NativePtr = new ::CppSharp::CppParser::AST::NativeLibrary(arg0); |
|
|
|
|
} |
|
|
|
@ -4386,7 +4386,7 @@ CppSharp::Parser::AST::TranslationUnit^ CppSharp::Parser::AST::ASTContext::getTr
@@ -4386,7 +4386,7 @@ CppSharp::Parser::AST::TranslationUnit^ CppSharp::Parser::AST::ASTContext::getTr
|
|
|
|
|
void CppSharp::Parser::AST::ASTContext::addTranslationUnits(CppSharp::Parser::AST::TranslationUnit^ s) |
|
|
|
|
{ |
|
|
|
|
if (ReferenceEquals(s, nullptr)) |
|
|
|
|
throw gcnew ::System::ArgumentNullException("s", "s cannot be null because it is a C++ reference (&)."); |
|
|
|
|
throw gcnew ::System::ArgumentNullException("s", "Cannot be null because it is a C++ reference (&)."); |
|
|
|
|
auto arg0 = (::CppSharp::CppParser::AST::TranslationUnit*)s->NativePtr; |
|
|
|
|
((::CppSharp::CppParser::AST::ASTContext*)NativePtr)->addTranslationUnits(arg0); |
|
|
|
|
} |
|
|
|
@ -4400,7 +4400,7 @@ CppSharp::Parser::AST::ASTContext::ASTContext(CppSharp::Parser::AST::ASTContext^
@@ -4400,7 +4400,7 @@ CppSharp::Parser::AST::ASTContext::ASTContext(CppSharp::Parser::AST::ASTContext^
|
|
|
|
|
{ |
|
|
|
|
__ownsNativeInstance = true; |
|
|
|
|
if (ReferenceEquals(_0, nullptr)) |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "_0 cannot be null because it is a C++ reference (&)."); |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "Cannot be null because it is a C++ reference (&)."); |
|
|
|
|
auto &arg0 = *(::CppSharp::CppParser::AST::ASTContext*)_0->NativePtr; |
|
|
|
|
NativePtr = new ::CppSharp::CppParser::AST::ASTContext(arg0); |
|
|
|
|
} |
|
|
|
@ -4448,7 +4448,7 @@ CppSharp::Parser::AST::Comment::Comment(CppSharp::Parser::AST::Comment^ _0)
@@ -4448,7 +4448,7 @@ CppSharp::Parser::AST::Comment::Comment(CppSharp::Parser::AST::Comment^ _0)
|
|
|
|
|
{ |
|
|
|
|
__ownsNativeInstance = true; |
|
|
|
|
if (ReferenceEquals(_0, nullptr)) |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "_0 cannot be null because it is a C++ reference (&)."); |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "Cannot be null because it is a C++ reference (&)."); |
|
|
|
|
auto &arg0 = *(::CppSharp::CppParser::AST::Comment*)_0->NativePtr; |
|
|
|
|
NativePtr = new ::CppSharp::CppParser::AST::Comment(arg0); |
|
|
|
|
} |
|
|
|
@ -4507,7 +4507,7 @@ CppSharp::Parser::AST::BlockContentComment::BlockContentComment(CppSharp::Parser
@@ -4507,7 +4507,7 @@ CppSharp::Parser::AST::BlockContentComment::BlockContentComment(CppSharp::Parser
|
|
|
|
|
{ |
|
|
|
|
__ownsNativeInstance = true; |
|
|
|
|
if (ReferenceEquals(_0, nullptr)) |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "_0 cannot be null because it is a C++ reference (&)."); |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "Cannot be null because it is a C++ reference (&)."); |
|
|
|
|
auto &arg0 = *(::CppSharp::CppParser::AST::BlockContentComment*)_0->NativePtr; |
|
|
|
|
NativePtr = new ::CppSharp::CppParser::AST::BlockContentComment(arg0); |
|
|
|
|
} |
|
|
|
@ -4549,7 +4549,7 @@ CppSharp::Parser::AST::BlockContentComment^ CppSharp::Parser::AST::FullComment::
@@ -4549,7 +4549,7 @@ CppSharp::Parser::AST::BlockContentComment^ CppSharp::Parser::AST::FullComment::
|
|
|
|
|
void CppSharp::Parser::AST::FullComment::addBlocks(CppSharp::Parser::AST::BlockContentComment^ s) |
|
|
|
|
{ |
|
|
|
|
if (ReferenceEquals(s, nullptr)) |
|
|
|
|
throw gcnew ::System::ArgumentNullException("s", "s cannot be null because it is a C++ reference (&)."); |
|
|
|
|
throw gcnew ::System::ArgumentNullException("s", "Cannot be null because it is a C++ reference (&)."); |
|
|
|
|
auto arg0 = (::CppSharp::CppParser::AST::BlockContentComment*)s->NativePtr; |
|
|
|
|
((::CppSharp::CppParser::AST::FullComment*)NativePtr)->addBlocks(arg0); |
|
|
|
|
} |
|
|
|
@ -4564,7 +4564,7 @@ CppSharp::Parser::AST::FullComment::FullComment(CppSharp::Parser::AST::FullComme
@@ -4564,7 +4564,7 @@ CppSharp::Parser::AST::FullComment::FullComment(CppSharp::Parser::AST::FullComme
|
|
|
|
|
{ |
|
|
|
|
__ownsNativeInstance = true; |
|
|
|
|
if (ReferenceEquals(_0, nullptr)) |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "_0 cannot be null because it is a C++ reference (&)."); |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "Cannot be null because it is a C++ reference (&)."); |
|
|
|
|
auto &arg0 = *(::CppSharp::CppParser::AST::FullComment*)_0->NativePtr; |
|
|
|
|
NativePtr = new ::CppSharp::CppParser::AST::FullComment(arg0); |
|
|
|
|
} |
|
|
|
@ -4601,7 +4601,7 @@ CppSharp::Parser::AST::BlockCommandComment::Argument::Argument(CppSharp::Parser:
@@ -4601,7 +4601,7 @@ CppSharp::Parser::AST::BlockCommandComment::Argument::Argument(CppSharp::Parser:
|
|
|
|
|
{ |
|
|
|
|
__ownsNativeInstance = true; |
|
|
|
|
if (ReferenceEquals(_0, nullptr)) |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "_0 cannot be null because it is a C++ reference (&)."); |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "Cannot be null because it is a C++ reference (&)."); |
|
|
|
|
auto &arg0 = *(::CppSharp::CppParser::AST::BlockCommandComment::Argument*)_0->NativePtr; |
|
|
|
|
NativePtr = new ::CppSharp::CppParser::AST::BlockCommandComment::Argument(arg0); |
|
|
|
|
} |
|
|
|
@ -4675,7 +4675,7 @@ CppSharp::Parser::AST::BlockCommandComment::Argument^ CppSharp::Parser::AST::Blo
@@ -4675,7 +4675,7 @@ CppSharp::Parser::AST::BlockCommandComment::Argument^ CppSharp::Parser::AST::Blo
|
|
|
|
|
void CppSharp::Parser::AST::BlockCommandComment::addArguments(CppSharp::Parser::AST::BlockCommandComment::Argument^ s) |
|
|
|
|
{ |
|
|
|
|
if (ReferenceEquals(s, nullptr)) |
|
|
|
|
throw gcnew ::System::ArgumentNullException("s", "s cannot be null because it is a C++ reference (&)."); |
|
|
|
|
throw gcnew ::System::ArgumentNullException("s", "Cannot be null because it is a C++ reference (&)."); |
|
|
|
|
auto &arg0 = *(::CppSharp::CppParser::AST::BlockCommandComment::Argument*)s->NativePtr; |
|
|
|
|
((::CppSharp::CppParser::AST::BlockCommandComment*)NativePtr)->addArguments(arg0); |
|
|
|
|
} |
|
|
|
@ -4690,7 +4690,7 @@ CppSharp::Parser::AST::BlockCommandComment::BlockCommandComment(CppSharp::Parser
@@ -4690,7 +4690,7 @@ CppSharp::Parser::AST::BlockCommandComment::BlockCommandComment(CppSharp::Parser
|
|
|
|
|
{ |
|
|
|
|
__ownsNativeInstance = true; |
|
|
|
|
if (ReferenceEquals(_0, nullptr)) |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "_0 cannot be null because it is a C++ reference (&)."); |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "Cannot be null because it is a C++ reference (&)."); |
|
|
|
|
auto &arg0 = *(::CppSharp::CppParser::AST::BlockCommandComment*)_0->NativePtr; |
|
|
|
|
NativePtr = new ::CppSharp::CppParser::AST::BlockCommandComment(arg0); |
|
|
|
|
} |
|
|
|
@ -4743,7 +4743,7 @@ CppSharp::Parser::AST::ParamCommandComment::ParamCommandComment(CppSharp::Parser
@@ -4743,7 +4743,7 @@ CppSharp::Parser::AST::ParamCommandComment::ParamCommandComment(CppSharp::Parser
|
|
|
|
|
{ |
|
|
|
|
__ownsNativeInstance = true; |
|
|
|
|
if (ReferenceEquals(_0, nullptr)) |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "_0 cannot be null because it is a C++ reference (&)."); |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "Cannot be null because it is a C++ reference (&)."); |
|
|
|
|
auto &arg0 = *(::CppSharp::CppParser::AST::ParamCommandComment*)_0->NativePtr; |
|
|
|
|
NativePtr = new ::CppSharp::CppParser::AST::ParamCommandComment(arg0); |
|
|
|
|
} |
|
|
|
@ -4818,7 +4818,7 @@ CppSharp::Parser::AST::TParamCommandComment::TParamCommandComment(CppSharp::Pars
@@ -4818,7 +4818,7 @@ CppSharp::Parser::AST::TParamCommandComment::TParamCommandComment(CppSharp::Pars
|
|
|
|
|
{ |
|
|
|
|
__ownsNativeInstance = true; |
|
|
|
|
if (ReferenceEquals(_0, nullptr)) |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "_0 cannot be null because it is a C++ reference (&)."); |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "Cannot be null because it is a C++ reference (&)."); |
|
|
|
|
auto &arg0 = *(::CppSharp::CppParser::AST::TParamCommandComment*)_0->NativePtr; |
|
|
|
|
NativePtr = new ::CppSharp::CppParser::AST::TParamCommandComment(arg0); |
|
|
|
|
} |
|
|
|
@ -4861,7 +4861,7 @@ CppSharp::Parser::AST::VerbatimBlockLineComment::VerbatimBlockLineComment(CppSha
@@ -4861,7 +4861,7 @@ CppSharp::Parser::AST::VerbatimBlockLineComment::VerbatimBlockLineComment(CppSha
|
|
|
|
|
{ |
|
|
|
|
__ownsNativeInstance = true; |
|
|
|
|
if (ReferenceEquals(_0, nullptr)) |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "_0 cannot be null because it is a C++ reference (&)."); |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "Cannot be null because it is a C++ reference (&)."); |
|
|
|
|
auto &arg0 = *(::CppSharp::CppParser::AST::VerbatimBlockLineComment*)_0->NativePtr; |
|
|
|
|
NativePtr = new ::CppSharp::CppParser::AST::VerbatimBlockLineComment(arg0); |
|
|
|
|
} |
|
|
|
@ -4917,7 +4917,7 @@ CppSharp::Parser::AST::VerbatimBlockLineComment^ CppSharp::Parser::AST::Verbatim
@@ -4917,7 +4917,7 @@ CppSharp::Parser::AST::VerbatimBlockLineComment^ CppSharp::Parser::AST::Verbatim
|
|
|
|
|
void CppSharp::Parser::AST::VerbatimBlockComment::addLines(CppSharp::Parser::AST::VerbatimBlockLineComment^ s) |
|
|
|
|
{ |
|
|
|
|
if (ReferenceEquals(s, nullptr)) |
|
|
|
|
throw gcnew ::System::ArgumentNullException("s", "s cannot be null because it is a C++ reference (&)."); |
|
|
|
|
throw gcnew ::System::ArgumentNullException("s", "Cannot be null because it is a C++ reference (&)."); |
|
|
|
|
auto arg0 = (::CppSharp::CppParser::AST::VerbatimBlockLineComment*)s->NativePtr; |
|
|
|
|
((::CppSharp::CppParser::AST::VerbatimBlockComment*)NativePtr)->addLines(arg0); |
|
|
|
|
} |
|
|
|
@ -4932,7 +4932,7 @@ CppSharp::Parser::AST::VerbatimBlockComment::VerbatimBlockComment(CppSharp::Pars
@@ -4932,7 +4932,7 @@ CppSharp::Parser::AST::VerbatimBlockComment::VerbatimBlockComment(CppSharp::Pars
|
|
|
|
|
{ |
|
|
|
|
__ownsNativeInstance = true; |
|
|
|
|
if (ReferenceEquals(_0, nullptr)) |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "_0 cannot be null because it is a C++ reference (&)."); |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "Cannot be null because it is a C++ reference (&)."); |
|
|
|
|
auto &arg0 = *(::CppSharp::CppParser::AST::VerbatimBlockComment*)_0->NativePtr; |
|
|
|
|
NativePtr = new ::CppSharp::CppParser::AST::VerbatimBlockComment(arg0); |
|
|
|
|
} |
|
|
|
@ -4975,7 +4975,7 @@ CppSharp::Parser::AST::VerbatimLineComment::VerbatimLineComment(CppSharp::Parser
@@ -4975,7 +4975,7 @@ CppSharp::Parser::AST::VerbatimLineComment::VerbatimLineComment(CppSharp::Parser
|
|
|
|
|
{ |
|
|
|
|
__ownsNativeInstance = true; |
|
|
|
|
if (ReferenceEquals(_0, nullptr)) |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "_0 cannot be null because it is a C++ reference (&)."); |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "Cannot be null because it is a C++ reference (&)."); |
|
|
|
|
auto &arg0 = *(::CppSharp::CppParser::AST::VerbatimLineComment*)_0->NativePtr; |
|
|
|
|
NativePtr = new ::CppSharp::CppParser::AST::VerbatimLineComment(arg0); |
|
|
|
|
} |
|
|
|
@ -5028,7 +5028,7 @@ CppSharp::Parser::AST::InlineContentComment::InlineContentComment(CppSharp::Pars
@@ -5028,7 +5028,7 @@ CppSharp::Parser::AST::InlineContentComment::InlineContentComment(CppSharp::Pars
|
|
|
|
|
{ |
|
|
|
|
__ownsNativeInstance = true; |
|
|
|
|
if (ReferenceEquals(_0, nullptr)) |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "_0 cannot be null because it is a C++ reference (&)."); |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "Cannot be null because it is a C++ reference (&)."); |
|
|
|
|
auto &arg0 = *(::CppSharp::CppParser::AST::InlineContentComment*)_0->NativePtr; |
|
|
|
|
NativePtr = new ::CppSharp::CppParser::AST::InlineContentComment(arg0); |
|
|
|
|
} |
|
|
|
@ -5070,7 +5070,7 @@ CppSharp::Parser::AST::InlineContentComment^ CppSharp::Parser::AST::ParagraphCom
@@ -5070,7 +5070,7 @@ CppSharp::Parser::AST::InlineContentComment^ CppSharp::Parser::AST::ParagraphCom
|
|
|
|
|
void CppSharp::Parser::AST::ParagraphComment::addContent(CppSharp::Parser::AST::InlineContentComment^ s) |
|
|
|
|
{ |
|
|
|
|
if (ReferenceEquals(s, nullptr)) |
|
|
|
|
throw gcnew ::System::ArgumentNullException("s", "s cannot be null because it is a C++ reference (&)."); |
|
|
|
|
throw gcnew ::System::ArgumentNullException("s", "Cannot be null because it is a C++ reference (&)."); |
|
|
|
|
auto arg0 = (::CppSharp::CppParser::AST::InlineContentComment*)s->NativePtr; |
|
|
|
|
((::CppSharp::CppParser::AST::ParagraphComment*)NativePtr)->addContent(arg0); |
|
|
|
|
} |
|
|
|
@ -5085,7 +5085,7 @@ CppSharp::Parser::AST::ParagraphComment::ParagraphComment(CppSharp::Parser::AST:
@@ -5085,7 +5085,7 @@ CppSharp::Parser::AST::ParagraphComment::ParagraphComment(CppSharp::Parser::AST:
|
|
|
|
|
{ |
|
|
|
|
__ownsNativeInstance = true; |
|
|
|
|
if (ReferenceEquals(_0, nullptr)) |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "_0 cannot be null because it is a C++ reference (&)."); |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "Cannot be null because it is a C++ reference (&)."); |
|
|
|
|
auto &arg0 = *(::CppSharp::CppParser::AST::ParagraphComment*)_0->NativePtr; |
|
|
|
|
NativePtr = new ::CppSharp::CppParser::AST::ParagraphComment(arg0); |
|
|
|
|
} |
|
|
|
@ -5132,7 +5132,7 @@ CppSharp::Parser::AST::InlineCommandComment::Argument::Argument(CppSharp::Parser
@@ -5132,7 +5132,7 @@ CppSharp::Parser::AST::InlineCommandComment::Argument::Argument(CppSharp::Parser
|
|
|
|
|
{ |
|
|
|
|
__ownsNativeInstance = true; |
|
|
|
|
if (ReferenceEquals(_0, nullptr)) |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "_0 cannot be null because it is a C++ reference (&)."); |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "Cannot be null because it is a C++ reference (&)."); |
|
|
|
|
auto &arg0 = *(::CppSharp::CppParser::AST::InlineCommandComment::Argument*)_0->NativePtr; |
|
|
|
|
NativePtr = new ::CppSharp::CppParser::AST::InlineCommandComment::Argument(arg0); |
|
|
|
|
} |
|
|
|
@ -5198,7 +5198,7 @@ CppSharp::Parser::AST::InlineCommandComment::Argument^ CppSharp::Parser::AST::In
@@ -5198,7 +5198,7 @@ CppSharp::Parser::AST::InlineCommandComment::Argument^ CppSharp::Parser::AST::In
|
|
|
|
|
void CppSharp::Parser::AST::InlineCommandComment::addArguments(CppSharp::Parser::AST::InlineCommandComment::Argument^ s) |
|
|
|
|
{ |
|
|
|
|
if (ReferenceEquals(s, nullptr)) |
|
|
|
|
throw gcnew ::System::ArgumentNullException("s", "s cannot be null because it is a C++ reference (&)."); |
|
|
|
|
throw gcnew ::System::ArgumentNullException("s", "Cannot be null because it is a C++ reference (&)."); |
|
|
|
|
auto &arg0 = *(::CppSharp::CppParser::AST::InlineCommandComment::Argument*)s->NativePtr; |
|
|
|
|
((::CppSharp::CppParser::AST::InlineCommandComment*)NativePtr)->addArguments(arg0); |
|
|
|
|
} |
|
|
|
@ -5213,7 +5213,7 @@ CppSharp::Parser::AST::InlineCommandComment::InlineCommandComment(CppSharp::Pars
@@ -5213,7 +5213,7 @@ CppSharp::Parser::AST::InlineCommandComment::InlineCommandComment(CppSharp::Pars
|
|
|
|
|
{ |
|
|
|
|
__ownsNativeInstance = true; |
|
|
|
|
if (ReferenceEquals(_0, nullptr)) |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "_0 cannot be null because it is a C++ reference (&)."); |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "Cannot be null because it is a C++ reference (&)."); |
|
|
|
|
auto &arg0 = *(::CppSharp::CppParser::AST::InlineCommandComment*)_0->NativePtr; |
|
|
|
|
NativePtr = new ::CppSharp::CppParser::AST::InlineCommandComment(arg0); |
|
|
|
|
} |
|
|
|
@ -5268,7 +5268,7 @@ CppSharp::Parser::AST::HTMLTagComment::HTMLTagComment(CppSharp::Parser::AST::HTM
@@ -5268,7 +5268,7 @@ CppSharp::Parser::AST::HTMLTagComment::HTMLTagComment(CppSharp::Parser::AST::HTM
|
|
|
|
|
{ |
|
|
|
|
__ownsNativeInstance = true; |
|
|
|
|
if (ReferenceEquals(_0, nullptr)) |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "_0 cannot be null because it is a C++ reference (&)."); |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "Cannot be null because it is a C++ reference (&)."); |
|
|
|
|
auto &arg0 = *(::CppSharp::CppParser::AST::HTMLTagComment*)_0->NativePtr; |
|
|
|
|
NativePtr = new ::CppSharp::CppParser::AST::HTMLTagComment(arg0); |
|
|
|
|
} |
|
|
|
@ -5299,7 +5299,7 @@ CppSharp::Parser::AST::HTMLStartTagComment::Attribute::Attribute(CppSharp::Parse
@@ -5299,7 +5299,7 @@ CppSharp::Parser::AST::HTMLStartTagComment::Attribute::Attribute(CppSharp::Parse
|
|
|
|
|
{ |
|
|
|
|
__ownsNativeInstance = true; |
|
|
|
|
if (ReferenceEquals(_0, nullptr)) |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "_0 cannot be null because it is a C++ reference (&)."); |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "Cannot be null because it is a C++ reference (&)."); |
|
|
|
|
auto &arg0 = *(::CppSharp::CppParser::AST::HTMLStartTagComment::Attribute*)_0->NativePtr; |
|
|
|
|
NativePtr = new ::CppSharp::CppParser::AST::HTMLStartTagComment::Attribute(arg0); |
|
|
|
|
} |
|
|
|
@ -5379,7 +5379,7 @@ CppSharp::Parser::AST::HTMLStartTagComment::Attribute^ CppSharp::Parser::AST::HT
@@ -5379,7 +5379,7 @@ CppSharp::Parser::AST::HTMLStartTagComment::Attribute^ CppSharp::Parser::AST::HT
|
|
|
|
|
void CppSharp::Parser::AST::HTMLStartTagComment::addAttributes(CppSharp::Parser::AST::HTMLStartTagComment::Attribute^ s) |
|
|
|
|
{ |
|
|
|
|
if (ReferenceEquals(s, nullptr)) |
|
|
|
|
throw gcnew ::System::ArgumentNullException("s", "s cannot be null because it is a C++ reference (&)."); |
|
|
|
|
throw gcnew ::System::ArgumentNullException("s", "Cannot be null because it is a C++ reference (&)."); |
|
|
|
|
auto &arg0 = *(::CppSharp::CppParser::AST::HTMLStartTagComment::Attribute*)s->NativePtr; |
|
|
|
|
((::CppSharp::CppParser::AST::HTMLStartTagComment*)NativePtr)->addAttributes(arg0); |
|
|
|
|
} |
|
|
|
@ -5394,7 +5394,7 @@ CppSharp::Parser::AST::HTMLStartTagComment::HTMLStartTagComment(CppSharp::Parser
@@ -5394,7 +5394,7 @@ CppSharp::Parser::AST::HTMLStartTagComment::HTMLStartTagComment(CppSharp::Parser
|
|
|
|
|
{ |
|
|
|
|
__ownsNativeInstance = true; |
|
|
|
|
if (ReferenceEquals(_0, nullptr)) |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "_0 cannot be null because it is a C++ reference (&)."); |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "Cannot be null because it is a C++ reference (&)."); |
|
|
|
|
auto &arg0 = *(::CppSharp::CppParser::AST::HTMLStartTagComment*)_0->NativePtr; |
|
|
|
|
NativePtr = new ::CppSharp::CppParser::AST::HTMLStartTagComment(arg0); |
|
|
|
|
} |
|
|
|
@ -5451,7 +5451,7 @@ CppSharp::Parser::AST::HTMLEndTagComment::HTMLEndTagComment(CppSharp::Parser::AS
@@ -5451,7 +5451,7 @@ CppSharp::Parser::AST::HTMLEndTagComment::HTMLEndTagComment(CppSharp::Parser::AS
|
|
|
|
|
{ |
|
|
|
|
__ownsNativeInstance = true; |
|
|
|
|
if (ReferenceEquals(_0, nullptr)) |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "_0 cannot be null because it is a C++ reference (&)."); |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "Cannot be null because it is a C++ reference (&)."); |
|
|
|
|
auto &arg0 = *(::CppSharp::CppParser::AST::HTMLEndTagComment*)_0->NativePtr; |
|
|
|
|
NativePtr = new ::CppSharp::CppParser::AST::HTMLEndTagComment(arg0); |
|
|
|
|
} |
|
|
|
@ -5502,7 +5502,7 @@ CppSharp::Parser::AST::TextComment::TextComment(CppSharp::Parser::AST::TextComme
@@ -5502,7 +5502,7 @@ CppSharp::Parser::AST::TextComment::TextComment(CppSharp::Parser::AST::TextComme
|
|
|
|
|
{ |
|
|
|
|
__ownsNativeInstance = true; |
|
|
|
|
if (ReferenceEquals(_0, nullptr)) |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "_0 cannot be null because it is a C++ reference (&)."); |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "Cannot be null because it is a C++ reference (&)."); |
|
|
|
|
auto &arg0 = *(::CppSharp::CppParser::AST::TextComment*)_0->NativePtr; |
|
|
|
|
NativePtr = new ::CppSharp::CppParser::AST::TextComment(arg0); |
|
|
|
|
} |
|
|
|
@ -5547,7 +5547,7 @@ CppSharp::Parser::AST::RawComment::RawComment(CppSharp::Parser::AST::RawComment^
@@ -5547,7 +5547,7 @@ CppSharp::Parser::AST::RawComment::RawComment(CppSharp::Parser::AST::RawComment^
|
|
|
|
|
{ |
|
|
|
|
__ownsNativeInstance = true; |
|
|
|
|
if (ReferenceEquals(_0, nullptr)) |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "_0 cannot be null because it is a C++ reference (&)."); |
|
|
|
|
throw gcnew ::System::ArgumentNullException("_0", "Cannot be null because it is a C++ reference (&)."); |
|
|
|
|
auto &arg0 = *(::CppSharp::CppParser::AST::RawComment*)_0->NativePtr; |
|
|
|
|
NativePtr = new ::CppSharp::CppParser::AST::RawComment(arg0); |
|
|
|
|
} |
|
|
|
|