OCC Main Page | FoundationClasses | Toolkits | Packages | Class Hierarchy | Data Structures | File List | Data Fields | Globals

FoundationClasses
TKernel
Storage


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:
- open the driver in reading mode,
- call the Read function from the schema,
setting the driver as a parameter. This function returns
an instance of the Storage_Data class which contains the data being read,
- close the driver.
The standard procedure for an application in writing a container is the following:
- open the driver in writing mode,
- create an instance of the Storage_Data class, then
add the persistent data to write with the function AddRoot,
- call the function Write from the schema,
setting the driver and the Storage_Data instance as parameters,
- close the driver.
.

#include <Storage.hxx>


Public Member Functions

void * operator new (size_t, void *anAddress)
void * operator new (size_t size)
void operator delete (void *anAddress)

Static Public Member Functions

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


Member Function Documentation

void Storage::operator delete void *  anAddress  )  [inline]
 

void* Storage::operator new size_t  size  )  [inline]
 

void* Storage::operator new size_t  ,
void *  anAddress
[inline]
 

static Standard_EXPORT TCollection_AsciiString Storage::Version  )  [static]
 


The documentation for this class was generated from the following file:
Generated on Mon Aug 25 13:13:27 2008 for OpenCASCADE by  doxygen 1.4.1