Open CASCADE Technology
7.3.0
|
Retrieval relocation table is modeled as a child class of TColStd_DataMapOfIntegerTransient that stores a handle to the file header section. With that attribute drivers have access to the file header section. More...
#include <BinObjMgt_RRelocationTable.hxx>
Public Member Functions | |
const Handle< Storage_HeaderData > & | GetHeaderData () const |
Returns a handle to the header data of the file that is begin read. More... | |
void | SetHeaderData (const Handle< Storage_HeaderData > &theHeaderData) |
Sets the storage header data. More... | |
void | Clear (const Standard_Boolean doReleaseMemory=Standard_True) |
Public Member Functions inherited from NCollection_DataMap< Standard_Integer, Handle< Standard_Transient >, TColStd_MapIntegerHasher > | |
iterator | begin () const |
Returns an iterator pointing to the first element in the map. More... | |
iterator | end () const |
Returns an iterator referring to the past-the-end element in the map. More... | |
const_iterator | cbegin () const |
Returns a const iterator pointing to the first element in the map. More... | |
const_iterator | cend () const |
Returns a const iterator referring to the past-the-end element in the map. More... | |
NCollection_DataMap () | |
Empty Constructor. More... | |
NCollection_DataMap (const Standard_Integer theNbBuckets, const Handle< NCollection_BaseAllocator > &theAllocator=0L) | |
Constructor. More... | |
NCollection_DataMap (const NCollection_DataMap &theOther) | |
Copy constructor. More... | |
void | Exchange (NCollection_DataMap &theOther) |
Exchange the content of two maps without re-allocations. Notice that allocators will be swapped as well! More... | |
NCollection_DataMap & | Assign (const NCollection_DataMap &theOther) |
Assignment. This method does not change the internal allocator. More... | |
NCollection_DataMap & | operator= (const NCollection_DataMap &theOther) |
Assignment operator. More... | |
void | ReSize (const Standard_Integer N) |
ReSize. More... | |
Standard_Boolean | Bind (const Standard_Integer &theKey, const Handle< Standard_Transient > &theItem) |
Bind binds Item to Key in map. More... | |
Handle< Standard_Transient > * | Bound (const Standard_Integer &theKey, const Handle< Standard_Transient > &theItem) |
Bound binds Item to Key in map. Returns modifiable Item. More... | |
Standard_Boolean | IsBound (const Standard_Integer &theKey) const |
IsBound. More... | |
Standard_Boolean | UnBind (const Standard_Integer &theKey) |
UnBind removes Item Key pair from map. More... | |
const Handle< Standard_Transient > * | Seek (const Standard_Integer &theKey) const |
Seek returns pointer to Item by Key. Returns NULL is Key was not bound. More... | |
const Handle< Standard_Transient > & | Find (const Standard_Integer &theKey) const |
Find returns the Item for Key. Raises if Key was not bound. More... | |
Standard_Boolean | Find (const Standard_Integer &theKey, Handle< Standard_Transient > &theValue) const |
Find Item for key with copying. More... | |
const Handle< Standard_Transient > & | operator() (const Standard_Integer &theKey) const |
operator () More... | |
Handle< Standard_Transient > & | operator() (const Standard_Integer &theKey) |
operator () More... | |
Handle< Standard_Transient > * | ChangeSeek (const Standard_Integer &theKey) |
ChangeSeek returns modifiable pointer to Item by Key. Returns NULL is Key was not bound. More... | |
Handle< Standard_Transient > & | ChangeFind (const Standard_Integer &theKey) |
ChangeFind returns mofifiable Item by Key. Raises if Key was not bound. More... | |
void | Clear (const Standard_Boolean doReleaseMemory=Standard_True) |
Clear data. If doReleaseMemory is false then the table of buckets is not released and will be reused. More... | |
void | Clear (const Handle< NCollection_BaseAllocator > &theAllocator) |
Clear data and reset allocator. More... | |
virtual | ~NCollection_DataMap (void) |
Destructor. More... | |
Standard_Integer | Size (void) const |
Size. More... | |
Public Member Functions inherited from NCollection_BaseMap | |
Standard_Integer | NbBuckets () const |
NbBuckets. More... | |
Standard_Integer | Extent () const |
Extent. More... | |
Standard_Boolean | IsEmpty () const |
IsEmpty. More... | |
void | Statistics (Standard_OStream &S) const |
Statistics. More... | |
const Handle< NCollection_BaseAllocator > & | Allocator () const |
Returns attached allocator. More... | |
Retrieval relocation table is modeled as a child class of TColStd_DataMapOfIntegerTransient that stores a handle to the file header section. With that attribute drivers have access to the file header section.
void BinObjMgt_RRelocationTable::Clear | ( | const Standard_Boolean | doReleaseMemory = Standard_True | ) |
const Handle< Storage_HeaderData >& BinObjMgt_RRelocationTable::GetHeaderData | ( | ) | const |
Returns a handle to the header data of the file that is begin read.
void BinObjMgt_RRelocationTable::SetHeaderData | ( | const Handle< Storage_HeaderData > & | theHeaderData | ) |
Sets the storage header data.
theHeaderData | header data of the file that is begin read |