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:
@@ -15,4 +15,6 @@
|
||||
|
||||
#include <StepAP242_GeometricItemSpecificUsage.hxx>
|
||||
|
||||
IMPLEMENT_STANDARD_RTTIEXT(StepAP242_GeometricItemSpecificUsage,StepAP242_ItemIdentifiedRepresentationUsage)
|
||||
|
||||
StepAP242_GeometricItemSpecificUsage::StepAP242_GeometricItemSpecificUsage () { }
|
||||
|
@@ -31,7 +31,7 @@ public:
|
||||
|
||||
Standard_EXPORT StepAP242_GeometricItemSpecificUsage();
|
||||
|
||||
DEFINE_STANDARD_RTTI(StepAP242_GeometricItemSpecificUsage, StepAP242_ItemIdentifiedRepresentationUsage)
|
||||
DEFINE_STANDARD_RTTIEXT(StepAP242_GeometricItemSpecificUsage,StepAP242_ItemIdentifiedRepresentationUsage)
|
||||
|
||||
private:
|
||||
};
|
||||
|
@@ -15,6 +15,8 @@
|
||||
|
||||
#include <StepAP242_IdAttribute.hxx>
|
||||
|
||||
IMPLEMENT_STANDARD_RTTIEXT(StepAP242_IdAttribute,MMgt_TShared)
|
||||
|
||||
//=======================================================================
|
||||
//function : StepAP242_IdAttribute
|
||||
//purpose :
|
||||
|
@@ -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;
|
||||
|
@@ -18,6 +18,8 @@
|
||||
#include <StepAP242_ItemIdentifiedRepresentationUsageDefinition.hxx>
|
||||
#include <StepRepr_HArray1OfRepresentationItem.hxx>
|
||||
|
||||
IMPLEMENT_STANDARD_RTTIEXT(StepAP242_ItemIdentifiedRepresentationUsage,MMgt_TShared)
|
||||
|
||||
//=======================================================================
|
||||
//function : StepAP242_ItemIdentifiedRepresentationUsage
|
||||
//purpose :
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user