1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-09-18 14:27:39 +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

@@ -22,6 +22,8 @@
#include <TCollection_ExtendedString.hxx>
#include <TDF_Attribute.hxx>
IMPLEMENT_STANDARD_RTTIEXT(BinMDF_ADriver,MMgt_TShared)
//=======================================================================
//function : BinMDF_ADriver
//purpose : Constructor

View File

@@ -69,7 +69,7 @@ public:
DEFINE_STANDARD_RTTI(BinMDF_ADriver,MMgt_TShared)
DEFINE_STANDARD_RTTIEXT(BinMDF_ADriver,MMgt_TShared)
protected:

View File

@@ -22,6 +22,8 @@
#include <Standard_Type.hxx>
#include <TCollection_HAsciiString.hxx>
IMPLEMENT_STANDARD_RTTIEXT(BinMDF_ADriverTable,MMgt_TShared)
//=======================================================================
//function : BinMDF_ADriverTable
//purpose : Constructor

View File

@@ -70,7 +70,7 @@ public:
DEFINE_STANDARD_RTTI(BinMDF_ADriverTable,MMgt_TShared)
DEFINE_STANDARD_RTTIEXT(BinMDF_ADriverTable,MMgt_TShared)
protected:

View File

@@ -21,6 +21,8 @@
#include <TDF_Attribute.hxx>
#include <TDF_Reference.hxx>
IMPLEMENT_STANDARD_RTTIEXT(BinMDF_ReferenceDriver,BinMDF_ADriver)
//=======================================================================
//function : BinMDF_ReferenceDriver
//purpose : Constructor

View File

@@ -49,7 +49,7 @@ public:
DEFINE_STANDARD_RTTI(BinMDF_ReferenceDriver,BinMDF_ADriver)
DEFINE_STANDARD_RTTIEXT(BinMDF_ReferenceDriver,BinMDF_ADriver)
protected:

View File

@@ -21,6 +21,8 @@
#include <TDF_Attribute.hxx>
#include <TDF_TagSource.hxx>
IMPLEMENT_STANDARD_RTTIEXT(BinMDF_TagSourceDriver,BinMDF_ADriver)
//=======================================================================
//function : BinMDF_TagSourceDriver
//purpose : Constructor

View File

@@ -49,7 +49,7 @@ public:
DEFINE_STANDARD_RTTI(BinMDF_TagSourceDriver,BinMDF_ADriver)
DEFINE_STANDARD_RTTIEXT(BinMDF_TagSourceDriver,BinMDF_ADriver)
protected: