Root class for drivers. A driver assigns a physical container to data to be stored or retrieved, for instance a file. The FSD package provides two derived concrete classes :
More...
|
| | ~Storage_BaseDriver () override |
| |
| TCollection_AsciiString | Name () const |
| |
| Storage_OpenMode | OpenMode () const |
| |
|
| virtual Storage_Error | Open (const TCollection_AsciiString &aName, const Storage_OpenMode aMode)=0 |
| | returns True if we are at end of the stream
|
| |
| virtual bool | IsEnd ()=0 |
| | returns True if we are at end of the stream
|
| |
| virtual Storage_Position | Tell ()=0 |
| | return position in the file. Return -1 upon error.
|
| |
| virtual Storage_Error | BeginWriteInfoSection ()=0 |
| | returns True if we are at end of the stream
|
| |
| virtual void | WriteInfo (const int nbObj, const TCollection_AsciiString &dbVersion, const TCollection_AsciiString &date, const TCollection_AsciiString &schemaName, const TCollection_AsciiString &schemaVersion, const TCollection_ExtendedString &appName, const TCollection_AsciiString &appVersion, const TCollection_ExtendedString &objectType, const NCollection_Sequence< TCollection_AsciiString > &userInfo)=0 |
| | returns True if we are at end of the stream
|
| |
| virtual Storage_Error | EndWriteInfoSection ()=0 |
| | returns True if we are at end of the stream
|
| |
| virtual Storage_Error | BeginReadInfoSection ()=0 |
| | returns True if we are at end of the stream
|
| |
| virtual void | ReadInfo (int &nbObj, TCollection_AsciiString &dbVersion, TCollection_AsciiString &date, TCollection_AsciiString &schemaName, TCollection_AsciiString &schemaVersion, TCollection_ExtendedString &appName, TCollection_AsciiString &appVersion, TCollection_ExtendedString &objectType, NCollection_Sequence< TCollection_AsciiString > &userInfo)=0 |
| | returns True if we are at end of the stream
|
| |
| virtual void | ReadCompleteInfo (Standard_IStream &theIStream, occ::handle< Storage_Data > &theData)=0 |
| | returns True if we are at end of the stream
|
| |
| virtual Storage_Error | EndReadInfoSection ()=0 |
| | returns True if we are at end of the stream
|
| |
| virtual Storage_Error | BeginWriteCommentSection ()=0 |
| | returns True if we are at end of the stream
|
| |
| virtual void | WriteComment (const NCollection_Sequence< TCollection_ExtendedString > &userComments)=0 |
| | returns True if we are at end of the stream
|
| |
| virtual Storage_Error | EndWriteCommentSection ()=0 |
| | returns True if we are at end of the stream
|
| |
| virtual Storage_Error | BeginReadCommentSection ()=0 |
| | returns True if we are at end of the stream
|
| |
| virtual void | ReadComment (NCollection_Sequence< TCollection_ExtendedString > &userComments)=0 |
| | returns True if we are at end of the stream
|
| |
| virtual Storage_Error | EndReadCommentSection ()=0 |
| | returns True if we are at end of the stream
|
| |
| virtual Storage_Error | BeginWriteTypeSection ()=0 |
| | returns True if we are at end of the stream
|
| |
| virtual void | SetTypeSectionSize (const int aSize)=0 |
| | returns True if we are at end of the stream
|
| |
| virtual void | WriteTypeInformations (const int typeNum, const TCollection_AsciiString &typeName)=0 |
| | returns True if we are at end of the stream
|
| |
| virtual Storage_Error | EndWriteTypeSection ()=0 |
| | returns True if we are at end of the stream
|
| |
| virtual Storage_Error | BeginReadTypeSection ()=0 |
| | returns True if we are at end of the stream
|
| |
| virtual int | TypeSectionSize ()=0 |
| | returns True if we are at end of the stream
|
| |
| virtual void | ReadTypeInformations (int &typeNum, TCollection_AsciiString &typeName)=0 |
| | returns True if we are at end of the stream
|
| |
| virtual Storage_Error | EndReadTypeSection ()=0 |
| | returns True if we are at end of the stream
|
| |
| virtual Storage_Error | BeginWriteRootSection ()=0 |
| | returns True if we are at end of the stream
|
| |
| virtual void | SetRootSectionSize (const int aSize)=0 |
| | returns True if we are at end of the stream
|
| |
| virtual void | WriteRoot (const TCollection_AsciiString &rootName, const int aRef, const TCollection_AsciiString &aType)=0 |
| | returns True if we are at end of the stream
|
| |
| virtual Storage_Error | EndWriteRootSection ()=0 |
| | returns True if we are at end of the stream
|
| |
| virtual Storage_Error | BeginReadRootSection ()=0 |
| | returns True if we are at end of the stream
|
| |
| virtual int | RootSectionSize ()=0 |
| | returns True if we are at end of the stream
|
| |
| virtual void | ReadRoot (TCollection_AsciiString &rootName, int &aRef, TCollection_AsciiString &aType)=0 |
| | returns True if we are at end of the stream
|
| |
| virtual Storage_Error | EndReadRootSection ()=0 |
| | returns True if we are at end of the stream
|
| |
| virtual Storage_Error | BeginWriteRefSection ()=0 |
| | returns True if we are at end of the stream
|
| |
| virtual void | SetRefSectionSize (const int aSize)=0 |
| | returns True if we are at end of the stream
|
| |
| virtual void | WriteReferenceType (const int reference, const int typeNum)=0 |
| | returns True if we are at end of the stream
|
| |
| virtual Storage_Error | EndWriteRefSection ()=0 |
| | returns True if we are at end of the stream
|
| |
| virtual Storage_Error | BeginReadRefSection ()=0 |
| | returns True if we are at end of the stream
|
| |
| virtual int | RefSectionSize ()=0 |
| | returns True if we are at end of the stream
|
| |
| virtual void | ReadReferenceType (int &reference, int &typeNum)=0 |
| | returns True if we are at end of the stream
|
| |
| virtual Storage_Error | EndReadRefSection ()=0 |
| | returns True if we are at end of the stream
|
| |
| virtual Storage_Error | BeginWriteDataSection ()=0 |
| | returns True if we are at end of the stream
|
| |
| virtual void | WritePersistentObjectHeader (const int aRef, const int aType)=0 |
| | returns True if we are at end of the stream
|
| |
| virtual void | BeginWritePersistentObjectData ()=0 |
| | returns True if we are at end of the stream
|
| |
| virtual void | BeginWriteObjectData ()=0 |
| | returns True if we are at end of the stream
|
| |
| virtual void | EndWriteObjectData ()=0 |
| | returns True if we are at end of the stream
|
| |
| virtual void | EndWritePersistentObjectData ()=0 |
| | returns True if we are at end of the stream
|
| |
| virtual Storage_Error | EndWriteDataSection ()=0 |
| | returns True if we are at end of the stream
|
| |
| virtual Storage_Error | BeginReadDataSection ()=0 |
| | returns True if we are at end of the stream
|
| |
| virtual void | ReadPersistentObjectHeader (int &aRef, int &aType)=0 |
| | returns True if we are at end of the stream
|
| |
| virtual void | BeginReadPersistentObjectData ()=0 |
| | returns True if we are at end of the stream
|
| |
| virtual void | BeginReadObjectData ()=0 |
| | returns True if we are at end of the stream
|
| |
| virtual void | EndReadObjectData ()=0 |
| | returns True if we are at end of the stream
|
| |
| virtual void | EndReadPersistentObjectData ()=0 |
| | returns True if we are at end of the stream
|
| |
| virtual Storage_Error | EndReadDataSection ()=0 |
| | returns True if we are at end of the stream
|
| |
| virtual void | SkipObject ()=0 |
| | returns True if we are at end of the stream
|
| |
| virtual Storage_Error | Close ()=0 |
| | returns True if we are at end of the stream
|
| |
|
| virtual Storage_BaseDriver & | PutReference (const int aValue)=0 |
| |
| virtual Storage_BaseDriver & | PutCharacter (const char aValue)=0 |
| |
| Storage_BaseDriver & | operator<< (const char aValue) |
| |
| virtual Storage_BaseDriver & | PutExtCharacter (const char16_t aValue)=0 |
| |
| Storage_BaseDriver & | operator<< (const char16_t aValue) |
| |
| virtual Storage_BaseDriver & | PutInteger (const int aValue)=0 |
| |
| Storage_BaseDriver & | operator<< (const int aValue) |
| |
| virtual Storage_BaseDriver & | PutBoolean (const bool aValue)=0 |
| |
| Storage_BaseDriver & | operator<< (const bool aValue) |
| |
| virtual Storage_BaseDriver & | PutReal (const double aValue)=0 |
| |
| Storage_BaseDriver & | operator<< (const double aValue) |
| |
| virtual Storage_BaseDriver & | PutShortReal (const float aValue)=0 |
| |
| Storage_BaseDriver & | operator<< (const float aValue) |
| |
Public Member Functions inherited from Standard_Transient |
| | Standard_Transient () |
| | Empty constructor.
|
| |
| | Standard_Transient (const Standard_Transient &) |
| | Copy constructor – does nothing.
|
| |
| Standard_Transient & | operator= (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_Transient * | This () 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.
|
| |
Root class for drivers. A driver assigns a physical container to data to be stored or retrieved, for instance a file. The FSD package provides two derived concrete classes :
- FSD_File is a general driver which defines a file as the container of data.