Open CASCADE Technology Reference Manual 8.0.0
Loading...
Searching...
No Matches
Public Member Functions
PCDM_ReadWriter_1 Class Reference

#include <PCDM_ReadWriter_1.hxx>

Inheritance diagram for PCDM_ReadWriter_1:
Inheritance graph
[legend]

Public Member Functions

 PCDM_ReadWriter_1 ()
 
TCollection_AsciiString Version () const override
 returns PCDM_ReadWriter_1.
 
void WriteReferenceCounter (const occ::handle< Storage_Data > &aData, const occ::handle< CDM_Document > &aDocument) const override
 
void WriteReferences (const occ::handle< Storage_Data > &aData, const occ::handle< CDM_Document > &aDocument, const TCollection_ExtendedString &theReferencerFileName) const override
 
void WriteExtensions (const occ::handle< Storage_Data > &aData, const occ::handle< CDM_Document > &aDocument) const override
 
void WriteVersion (const occ::handle< Storage_Data > &aData, const occ::handle< CDM_Document > &aDocument) const override
 
int ReadReferenceCounter (const TCollection_ExtendedString &aFileName, const occ::handle< Message_Messenger > &theMsgDriver) const override
 
void ReadReferences (const TCollection_ExtendedString &aFileName, NCollection_Sequence< PCDM_Reference > &theReferences, const occ::handle< Message_Messenger > &theMsgDriver) const override
 
void ReadExtensions (const TCollection_ExtendedString &aFileName, NCollection_Sequence< TCollection_ExtendedString > &theExtensions, const occ::handle< Message_Messenger > &theMsgDriver) const override
 
int ReadDocumentVersion (const TCollection_ExtendedString &aFileName, const occ::handle< Message_Messenger > &theMsgDriver) const override
 
- Public Member Functions inherited from Standard_Transient
 Standard_Transient ()
 Empty constructor.
 
 Standard_Transient (const Standard_Transient &)
 Copy constructor – does nothing.
 
Standard_Transientoperator= (const Standard_Transient &)
 Assignment operator, needed to avoid copying reference counter.
 
virtual ~Standard_Transient ()=default
 Destructor must be virtual.
 
virtual const opencascade::handle< Standard_Type > & DynamicType () const
 Returns a type descriptor about this object.
 
bool IsInstance (const opencascade::handle< Standard_Type > &theType) const
 Returns a true value if this is an instance of Type.
 
bool IsInstance (const char *const theTypeName) const
 Returns a true value if this is an instance of TypeName.
 
bool IsKind (const opencascade::handle< Standard_Type > &theType) const
 Returns true if this is an instance of Type or an instance of any class that inherits from Type. Note that multiple inheritance is not supported by OCCT RTTI mechanism.
 
bool IsKind (const char *const theTypeName) const
 Returns true if this is an instance of TypeName or an instance of any class that inherits from TypeName. Note that multiple inheritance is not supported by OCCT RTTI mechanism.
 
Standard_TransientThis () const
 Returns non-const pointer to this object (like const_cast). For protection against creating handle to objects allocated in stack or call from constructor, it will raise exception Standard_ProgramError if reference counter is zero.
 
int GetRefCount () const noexcept
 Get the reference counter of this object.
 
void IncrementRefCounter () noexcept
 Increments the reference counter of this object. Uses relaxed memory ordering since incrementing only requires atomicity, not synchronization with other memory operations.
 
int DecrementRefCounter () noexcept
 Decrements the reference counter of this object; returns the decremented value. Uses release ordering for the decrement to ensure all writes to the object are visible before the count reaches zero. An acquire fence is added only when the count reaches zero, ensuring proper synchronization before deletion. This is more efficient than using acq_rel for every decrement.
 
virtual void Delete () const
 Memory deallocator for transient classes.
 

Additional Inherited Members

- Public Types inherited from Standard_Transient
typedef void base_type
 Returns a type descriptor about this object.
 
- Static Public Member Functions inherited from PCDM_ReadWriter
static void Open (const occ::handle< Storage_BaseDriver > &aDriver, const TCollection_ExtendedString &aFileName, const Storage_OpenMode anOpenMode)
 
static occ::handle< PCDM_ReadWriterReader (const TCollection_ExtendedString &aFileName)
 returns the convenient Reader for a File.
 
static occ::handle< PCDM_ReadWriterWriter ()
 
static void WriteFileFormat (const occ::handle< Storage_Data > &aData, const occ::handle< CDM_Document > &aDocument)
 
static TCollection_ExtendedString FileFormat (const TCollection_ExtendedString &aFileName)
 tries to get a format in the file. returns an empty string if the file could not be read or does not have a FileFormat information.
 
static TCollection_ExtendedString FileFormat (Standard_IStream &theIStream, occ::handle< Storage_Data > &theData)
 tries to get a format from the stream. returns an empty string if the file could not be read or does not have a FileFormat information.
 
- Static Public Member Functions inherited from Standard_Transient
static constexpr const charget_type_name ()
 Returns a type descriptor about this object.
 
static const opencascade::handle< Standard_Type > & get_type_descriptor ()
 Returns type descriptor of Standard_Transient class.
 

Constructor & Destructor Documentation

◆ PCDM_ReadWriter_1()

PCDM_ReadWriter_1::PCDM_ReadWriter_1 ( )

Member Function Documentation

◆ ReadDocumentVersion()

int PCDM_ReadWriter_1::ReadDocumentVersion ( const TCollection_ExtendedString & aFileName,
const occ::handle< Message_Messenger > & theMsgDriver ) const
overridevirtual

Implements PCDM_ReadWriter.

◆ ReadExtensions()

void PCDM_ReadWriter_1::ReadExtensions ( const TCollection_ExtendedString & aFileName,
NCollection_Sequence< TCollection_ExtendedString > & theExtensions,
const occ::handle< Message_Messenger > & theMsgDriver ) const
overridevirtual

Implements PCDM_ReadWriter.

◆ ReadReferenceCounter()

int PCDM_ReadWriter_1::ReadReferenceCounter ( const TCollection_ExtendedString & aFileName,
const occ::handle< Message_Messenger > & theMsgDriver ) const
overridevirtual

Implements PCDM_ReadWriter.

◆ ReadReferences()

void PCDM_ReadWriter_1::ReadReferences ( const TCollection_ExtendedString & aFileName,
NCollection_Sequence< PCDM_Reference > & theReferences,
const occ::handle< Message_Messenger > & theMsgDriver ) const
overridevirtual

Implements PCDM_ReadWriter.

◆ Version()

TCollection_AsciiString PCDM_ReadWriter_1::Version ( ) const
overridevirtual

returns PCDM_ReadWriter_1.

Implements PCDM_ReadWriter.

◆ WriteExtensions()

void PCDM_ReadWriter_1::WriteExtensions ( const occ::handle< Storage_Data > & aData,
const occ::handle< CDM_Document > & aDocument ) const
overridevirtual

Implements PCDM_ReadWriter.

◆ WriteReferenceCounter()

void PCDM_ReadWriter_1::WriteReferenceCounter ( const occ::handle< Storage_Data > & aData,
const occ::handle< CDM_Document > & aDocument ) const
overridevirtual

Implements PCDM_ReadWriter.

◆ WriteReferences()

void PCDM_ReadWriter_1::WriteReferences ( const occ::handle< Storage_Data > & aData,
const occ::handle< CDM_Document > & aDocument,
const TCollection_ExtendedString & theReferencerFileName ) const
overridevirtual

Implements PCDM_ReadWriter.

◆ WriteVersion()

void PCDM_ReadWriter_1::WriteVersion ( const occ::handle< Storage_Data > & aData,
const occ::handle< CDM_Document > & aDocument ) const
overridevirtual

Implements PCDM_ReadWriter.


The documentation for this class was generated from the following file: