1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-14 13:30:48 +03:00

0026936: Drawbacks of inlining in new type system in OCCT 7.0 -- automatic

Automatic restore of IMPLEMENT_STANDARD_RTTIEXT macro (upgrade -rtti)
This commit is contained in:
abv
2015-12-04 14:15:06 +03:00
parent f5f4ebd07b
commit 92efcf78a6
4556 changed files with 7149 additions and 2882 deletions

View File

@@ -15,4 +15,6 @@
#include <StepAP242_GeometricItemSpecificUsage.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepAP242_GeometricItemSpecificUsage,StepAP242_ItemIdentifiedRepresentationUsage)
StepAP242_GeometricItemSpecificUsage::StepAP242_GeometricItemSpecificUsage () { }

View File

@@ -31,7 +31,7 @@ public:
Standard_EXPORT StepAP242_GeometricItemSpecificUsage();
DEFINE_STANDARD_RTTI(StepAP242_GeometricItemSpecificUsage, StepAP242_ItemIdentifiedRepresentationUsage)
DEFINE_STANDARD_RTTIEXT(StepAP242_GeometricItemSpecificUsage,StepAP242_ItemIdentifiedRepresentationUsage)
private:
};

View File

@@ -15,6 +15,8 @@
#include <StepAP242_IdAttribute.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepAP242_IdAttribute,MMgt_TShared)
//=======================================================================
//function : StepAP242_IdAttribute
//purpose :

View File

@@ -61,7 +61,7 @@ public:
return identifiedItem;
}
DEFINE_STANDARD_RTTI(StepAP242_IdAttribute, MMgt_TShared)
DEFINE_STANDARD_RTTIEXT(StepAP242_IdAttribute,MMgt_TShared)
private:
Handle(TCollection_HAsciiString) attributeValue;

View File

@@ -18,6 +18,8 @@
#include <StepAP242_ItemIdentifiedRepresentationUsageDefinition.hxx>
#include <StepRepr_HArray1OfRepresentationItem.hxx>
IMPLEMENT_STANDARD_RTTIEXT(StepAP242_ItemIdentifiedRepresentationUsage,MMgt_TShared)
//=======================================================================
//function : StepAP242_ItemIdentifiedRepresentationUsage
//purpose :

View File

@@ -121,7 +121,7 @@ public:
identifiedItem->SetValue (num, theItem);
}
DEFINE_STANDARD_RTTI(StepAP242_ItemIdentifiedRepresentationUsage, MMgt_TShared)
DEFINE_STANDARD_RTTIEXT(StepAP242_ItemIdentifiedRepresentationUsage,MMgt_TShared)
private:
Handle(TCollection_HAsciiString) name;