Open CASCADE Technology
7.3.0
|
#include <StdStorage_BacketOfPersistent.hxx>
Public Member Functions | |
StdStorage_BucketOfPersistent (const Standard_Integer theBucketSize=300000, const Standard_Integer theBucketNumber=100) | |
Standard_Integer | Length () const |
void | Append (const Handle< StdObjMgt_Persistent > &sp) |
StdObjMgt_Persistent * | Value (const Standard_Integer theIndex) |
void | Clear () |
~StdStorage_BucketOfPersistent () | |
StdStorage_BucketOfPersistent::StdStorage_BucketOfPersistent | ( | const Standard_Integer | theBucketSize = 300000 , |
const Standard_Integer | theBucketNumber = 100 |
||
) |
StdStorage_BucketOfPersistent::~StdStorage_BucketOfPersistent | ( | ) |
void StdStorage_BucketOfPersistent::Append | ( | const Handle< StdObjMgt_Persistent > & | sp | ) |
void StdStorage_BucketOfPersistent::Clear | ( | ) |
|
inline |
StdObjMgt_Persistent* StdStorage_BucketOfPersistent::Value | ( | const Standard_Integer | theIndex | ) |