1
0
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:
abv
2015-12-04 14:15:06 +03:00
parent f5f4ebd07b
commit 92efcf78a6
4556 changed files with 7149 additions and 2882 deletions

View File

@@ -21,6 +21,8 @@
#include <TFunction_Driver.hxx>
#include <TFunction_Logbook.hxx>
IMPLEMENT_STANDARD_RTTIEXT(TFunction_Driver,MMgt_TShared)
//=======================================================================
//function : TFunction_Driver
//purpose : Constructor

View File

@@ -86,7 +86,7 @@ public:
DEFINE_STANDARD_RTTI(TFunction_Driver,MMgt_TShared)
DEFINE_STANDARD_RTTIEXT(TFunction_Driver,MMgt_TShared)
protected:

View File

@@ -24,6 +24,8 @@
#include <TFunction_Driver.hxx>
#include <TFunction_DriverTable.hxx>
IMPLEMENT_STANDARD_RTTIEXT(TFunction_DriverTable,MMgt_TShared)
static Handle(TFunction_DriverTable) DT;
//=======================================================================

View File

@@ -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:

View File

@@ -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

View File

@@ -99,7 +99,7 @@ public:
DEFINE_STANDARD_RTTI(TFunction_Function,TDF_Attribute)
DEFINE_STANDARD_RTTIEXT(TFunction_Function,TDF_Attribute)
protected:

View File

@@ -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

View File

@@ -115,7 +115,7 @@ public:
DEFINE_STANDARD_RTTI(TFunction_GraphNode,TDF_Attribute)
DEFINE_STANDARD_RTTIEXT(TFunction_GraphNode,TDF_Attribute)
protected:

View File

@@ -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

View File

@@ -109,7 +109,7 @@ public:
DEFINE_STANDARD_RTTI(TFunction_Scope,TDF_Attribute)
DEFINE_STANDARD_RTTIEXT(TFunction_Scope,TDF_Attribute)
protected: