|
Open CASCADE Technology 6.5.2
|
#include <BOPTools_CommonBlockPool.hxx>
Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| BOPTools_CommonBlockPool (const Standard_Integer Length=0, const Standard_Integer BlockLength=5) | |
| void | Resize (const Standard_Integer theNewLength) |
| void | Destroy () |
| ~BOPTools_CommonBlockPool () | |
| Standard_Integer | Length () const |
| Standard_Integer | Extent () const |
| Standard_Integer | FactLength () const |
| Standard_Integer | Append (const BOPTools_ListOfCommonBlock &Value) |
| void | Remove (const Standard_Integer Index) |
| const BOPTools_ListOfCommonBlock & | Value (const Standard_Integer Index) const |
| const BOPTools_ListOfCommonBlock & | operator() (const Standard_Integer Index) const |
| BOPTools_ListOfCommonBlock & | ChangeValue (const Standard_Integer Index) |
| BOPTools_ListOfCommonBlock & | operator() (const Standard_Integer Index) |
| void | SetBlockLength (const Standard_Integer aBL) |
| Standard_Integer | BlockLength () const |
| BOPTools_CommonBlockPool::BOPTools_CommonBlockPool | ( | const Standard_Integer | Length = 0, |
| const Standard_Integer | BlockLength = 5 |
||
| ) |
| BOPTools_CommonBlockPool::~BOPTools_CommonBlockPool | ( | ) | [inline] |
| Standard_Integer BOPTools_CommonBlockPool::Append | ( | const BOPTools_ListOfCommonBlock & | Value | ) |
| Standard_Integer BOPTools_CommonBlockPool::BlockLength | ( | ) | const |
| BOPTools_ListOfCommonBlock& BOPTools_CommonBlockPool::ChangeValue | ( | const Standard_Integer | Index | ) |
| void BOPTools_CommonBlockPool::Destroy | ( | ) |
| Standard_Integer BOPTools_CommonBlockPool::Extent | ( | ) | const |
| Standard_Integer BOPTools_CommonBlockPool::FactLength | ( | ) | const |
| Standard_Integer BOPTools_CommonBlockPool::Length | ( | ) | const |
| void BOPTools_CommonBlockPool::operator delete | ( | void * | anAddress | ) | [inline] |
| void* BOPTools_CommonBlockPool::operator new | ( | size_t | size | ) | [inline] |
| void* BOPTools_CommonBlockPool::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
| BOPTools_ListOfCommonBlock& BOPTools_CommonBlockPool::operator() | ( | const Standard_Integer | Index | ) | [inline] |
| const BOPTools_ListOfCommonBlock& BOPTools_CommonBlockPool::operator() | ( | const Standard_Integer | Index | ) | const [inline] |
| void BOPTools_CommonBlockPool::Remove | ( | const Standard_Integer | Index | ) |
| void BOPTools_CommonBlockPool::Resize | ( | const Standard_Integer | theNewLength | ) |
| void BOPTools_CommonBlockPool::SetBlockLength | ( | const Standard_Integer | aBL | ) |
| const BOPTools_ListOfCommonBlock& BOPTools_CommonBlockPool::Value | ( | const Standard_Integer | Index | ) | const |
1.7.4