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

@@ -17,3 +17,5 @@
#include <PCDM_Document.hxx>
#include <Standard_Type.hxx>
IMPLEMENT_STANDARD_RTTIEXT(PCDM_Document,Standard_Persistent)

View File

@@ -36,7 +36,7 @@ public:
DEFINE_STANDARD_RTTI(PCDM_Document,Standard_Persistent)
DEFINE_STANDARD_RTTIEXT(PCDM_Document,Standard_Persistent)
protected:

View File

@@ -33,6 +33,8 @@
#include <TColStd_HSequenceOfAsciiString.hxx>
#include <UTL.hxx>
IMPLEMENT_STANDARD_RTTIEXT(PCDM_ReadWriter,Standard_Transient)
#define FILE_FORMAT "FILE_FORMAT: "
static TCollection_ExtendedString TryXmlDriverType

View File

@@ -79,7 +79,7 @@ public:
DEFINE_STANDARD_RTTI(PCDM_ReadWriter,Standard_Transient)
DEFINE_STANDARD_RTTIEXT(PCDM_ReadWriter,Standard_Transient)
protected:

View File

@@ -36,6 +36,8 @@
#include <TColStd_SequenceOfExtendedString.hxx>
#include <UTL.hxx>
IMPLEMENT_STANDARD_RTTIEXT(PCDM_ReadWriter_1,PCDM_ReadWriter)
#define START_REF "START_REF"
#define END_REF "END_REF"
#define START_EXT "START_EXT"

View File

@@ -65,7 +65,7 @@ public:
DEFINE_STANDARD_RTTI(PCDM_ReadWriter_1,PCDM_ReadWriter)
DEFINE_STANDARD_RTTIEXT(PCDM_ReadWriter_1,PCDM_ReadWriter)
protected:

View File

@@ -21,3 +21,5 @@
#include <PCDM_Reader.hxx>
#include <Standard_Type.hxx>
#include <TCollection_ExtendedString.hxx>
IMPLEMENT_STANDARD_RTTIEXT(PCDM_Reader,Standard_Transient)

View File

@@ -49,7 +49,7 @@ public:
DEFINE_STANDARD_RTTI(PCDM_Reader,Standard_Transient)
DEFINE_STANDARD_RTTIEXT(PCDM_Reader,Standard_Transient)
protected:

View File

@@ -27,6 +27,8 @@
#include <Storage_Data.hxx>
#include <UTL.hxx>
IMPLEMENT_STANDARD_RTTIEXT(PCDM_ReferenceIterator,Standard_Transient)
#ifdef _MSC_VER
# include <tchar.h>
#endif // _MSC_VER

View File

@@ -50,7 +50,7 @@ public:
DEFINE_STANDARD_RTTI(PCDM_ReferenceIterator,Standard_Transient)
DEFINE_STANDARD_RTTIEXT(PCDM_ReferenceIterator,Standard_Transient)
protected:

View File

@@ -41,6 +41,8 @@
#include <TColStd_SequenceOfAsciiString.hxx>
#include <locale.h>
IMPLEMENT_STANDARD_RTTIEXT(PCDM_RetrievalDriver,PCDM_Reader)
void PCDM_RetrievalDriver::RaiseIfUnknownTypes(const Handle(Storage_Schema)& aSchema, const TCollection_ExtendedString& aFileName) {
PCDM_BaseDriverPointer theFileDriver;

View File

@@ -78,7 +78,7 @@ friend
Standard_EXPORT void PCDM_ReferenceIterator::Init (const Handle(CDM_MetaData)& aMetaData);
DEFINE_STANDARD_RTTI(PCDM_RetrievalDriver,PCDM_Reader)
DEFINE_STANDARD_RTTIEXT(PCDM_RetrievalDriver,PCDM_Reader)
protected:

View File

@@ -36,6 +36,8 @@
#include <TColStd_SequenceOfExtendedString.hxx>
#include <locale.h>
IMPLEMENT_STANDARD_RTTIEXT(PCDM_StorageDriver,PCDM_Writer)
#define STORAGE_VERSION "STORAGE_VERSION:"

View File

@@ -91,7 +91,7 @@ public:
DEFINE_STANDARD_RTTI(PCDM_StorageDriver,PCDM_Writer)
DEFINE_STANDARD_RTTIEXT(PCDM_StorageDriver,PCDM_Writer)
protected:

View File

@@ -20,3 +20,5 @@
#include <PCDM_Writer.hxx>
#include <Standard_Type.hxx>
#include <TCollection_ExtendedString.hxx>
IMPLEMENT_STANDARD_RTTIEXT(PCDM_Writer,Standard_Transient)

View File

@@ -41,7 +41,7 @@ public:
DEFINE_STANDARD_RTTI(PCDM_Writer,Standard_Transient)
DEFINE_STANDARD_RTTIEXT(PCDM_Writer,Standard_Transient)
protected: