mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +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:
@@ -21,6 +21,8 @@
|
||||
#include <TFunction_Driver.hxx>
|
||||
#include <TFunction_Logbook.hxx>
|
||||
|
||||
IMPLEMENT_STANDARD_RTTIEXT(TFunction_Driver,MMgt_TShared)
|
||||
|
||||
//=======================================================================
|
||||
//function : TFunction_Driver
|
||||
//purpose : Constructor
|
||||
|
@@ -86,7 +86,7 @@ public:
|
||||
|
||||
|
||||
|
||||
DEFINE_STANDARD_RTTI(TFunction_Driver,MMgt_TShared)
|
||||
DEFINE_STANDARD_RTTIEXT(TFunction_Driver,MMgt_TShared)
|
||||
|
||||
protected:
|
||||
|
||||
|
@@ -24,6 +24,8 @@
|
||||
#include <TFunction_Driver.hxx>
|
||||
#include <TFunction_DriverTable.hxx>
|
||||
|
||||
IMPLEMENT_STANDARD_RTTIEXT(TFunction_DriverTable,MMgt_TShared)
|
||||
|
||||
static Handle(TFunction_DriverTable) DT;
|
||||
|
||||
//=======================================================================
|
||||
|
@@ -73,7 +73,7 @@ Standard_OStream& operator << (Standard_OStream& anOS) const
|
||||
|
||||
|
||||
|
||||
DEFINE_STANDARD_RTTI(TFunction_DriverTable,MMgt_TShared)
|
||||
DEFINE_STANDARD_RTTIEXT(TFunction_DriverTable,MMgt_TShared)
|
||||
|
||||
protected:
|
||||
|
||||
|
@@ -26,6 +26,8 @@
|
||||
#include <TFunction_GraphNode.hxx>
|
||||
#include <TFunction_Scope.hxx>
|
||||
|
||||
IMPLEMENT_STANDARD_RTTIEXT(TFunction_Function,TDF_Attribute)
|
||||
|
||||
//=======================================================================
|
||||
//function : GetID
|
||||
//purpose : Static method to get an ID
|
||||
|
@@ -99,7 +99,7 @@ public:
|
||||
|
||||
|
||||
|
||||
DEFINE_STANDARD_RTTI(TFunction_Function,TDF_Attribute)
|
||||
DEFINE_STANDARD_RTTIEXT(TFunction_Function,TDF_Attribute)
|
||||
|
||||
protected:
|
||||
|
||||
|
@@ -23,6 +23,8 @@
|
||||
#include <TFunction_GraphNode.hxx>
|
||||
#include <TFunction_Scope.hxx>
|
||||
|
||||
IMPLEMENT_STANDARD_RTTIEXT(TFunction_GraphNode,TDF_Attribute)
|
||||
|
||||
//=======================================================================
|
||||
//function : GetID
|
||||
//purpose : Static method to get an ID
|
||||
|
@@ -115,7 +115,7 @@ public:
|
||||
|
||||
|
||||
|
||||
DEFINE_STANDARD_RTTI(TFunction_GraphNode,TDF_Attribute)
|
||||
DEFINE_STANDARD_RTTIEXT(TFunction_GraphNode,TDF_Attribute)
|
||||
|
||||
protected:
|
||||
|
||||
|
@@ -22,6 +22,8 @@
|
||||
#include <TDF_RelocationTable.hxx>
|
||||
#include <TFunction_Scope.hxx>
|
||||
|
||||
IMPLEMENT_STANDARD_RTTIEXT(TFunction_Scope,TDF_Attribute)
|
||||
|
||||
//=======================================================================
|
||||
//function : GetID
|
||||
//purpose : Static method to get an ID
|
||||
|
@@ -109,7 +109,7 @@ public:
|
||||
|
||||
|
||||
|
||||
DEFINE_STANDARD_RTTI(TFunction_Scope,TDF_Attribute)
|
||||
DEFINE_STANDARD_RTTIEXT(TFunction_Scope,TDF_Attribute)
|
||||
|
||||
protected:
|
||||
|
||||
|
Reference in New Issue
Block a user