Open CASCADE Technology  7.3.0
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Static Public Member Functions

Storage Class Reference

Storage package is used to write and read persistent objects. These objects are read and written by a retrieval or storage algorithm (Storage_Schema object) in a container (disk, memory, network ...). Drivers (FSD_File objects) assign a physical container for data to be stored or retrieved. The standard procedure for an application in reading a container is the following: More...

#include <Storage.hxx>

Static Public Member Functions

static TCollection_AsciiString Version ()
 returns the version of Storage's read/write routines More...
 

Detailed Description

Storage package is used to write and read persistent objects. These objects are read and written by a retrieval or storage algorithm (Storage_Schema object) in a container (disk, memory, network ...). Drivers (FSD_File objects) assign a physical container for data to be stored or retrieved. The standard procedure for an application in reading a container is the following:

Member Function Documentation

◆ Version()

static TCollection_AsciiString Storage::Version ( )
static

returns the version of Storage's read/write routines


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