#include <Storage_BucketOfPersistent.hxx>
Public Member Functions | |
| Storage_BucketOfPersistent (const Standard_Integer theBucketSize=300000, const Standard_Integer theBucketNumber=100) | |
| Standard_Integer | Length () const |
| void | Append (const Handle(Standard_Persistent)&sp) |
| Standard_Persistent * | Value (const Standard_Integer theIndex) |
| void | Clear () |
| ~Storage_BucketOfPersistent () | |
Private Attributes | |
| Storage_Bucket ** | myBuckets |
| Standard_Integer | myNumberOfBucket |
| Standard_Integer | myNumberOfBucketAllocated |
| Storage_Bucket * | myCurrentBucket |
| Standard_Integer | myCurrentBucketNumber |
| Standard_Integer | myLength |
| Standard_Integer | myBucketSize |
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.1