Open CASCADE Technology 6.6.0
|
#include <NCollection_BaseList.hxx>
NCollection_BaseList::NCollection_BaseList | ( | void | ) | [inline, protected] |
Standard_Integer NCollection_BaseList::Extent | ( | void | ) | const [inline] |
Standard_Boolean NCollection_BaseList::IsEmpty | ( | void | ) | const [inline] |
void NCollection_BaseList::PAppend | ( | NCollection_BaseList & | theOther | ) | [protected] |
void NCollection_BaseList::PAppend | ( | NCollection_ListNode * | theNode | ) | [protected] |
void NCollection_BaseList::PAppend | ( | NCollection_ListNode * | theNode, |
Iterator & | theIt | ||
) | [inline, protected] |
void NCollection_BaseList::PClear | ( | NCollection_DelListNode | fDel, |
Handle< NCollection_BaseAllocator > & | theAllocator | ||
) | [protected] |
const NCollection_ListNode* NCollection_BaseList::PFirst | ( | void | ) | const [inline, protected] |
void NCollection_BaseList::PInsertAfter | ( | NCollection_BaseList & | theOther, |
Iterator & | theIter | ||
) | [protected] |
void NCollection_BaseList::PInsertAfter | ( | NCollection_ListNode * | theNode, |
Iterator & | theIter | ||
) | [protected] |
void NCollection_BaseList::PInsertBefore | ( | NCollection_BaseList & | theOther, |
Iterator & | theIter | ||
) | [protected] |
void NCollection_BaseList::PInsertBefore | ( | NCollection_ListNode * | theNode, |
Iterator & | theIter | ||
) | [protected] |
const NCollection_ListNode* NCollection_BaseList::PLast | ( | void | ) | const [inline, protected] |
void NCollection_BaseList::PPrepend | ( | NCollection_ListNode * | theNode | ) | [protected] |
void NCollection_BaseList::PPrepend | ( | NCollection_BaseList & | theOther | ) | [protected] |
void NCollection_BaseList::PRemove | ( | Iterator & | theIter, |
NCollection_DelListNode | fDel, | ||
Handle< NCollection_BaseAllocator > & | theAllocator | ||
) | [protected] |
void NCollection_BaseList::PRemoveFirst | ( | NCollection_DelListNode | fDel, |
Handle< NCollection_BaseAllocator > & | theAllocator | ||
) | [protected] |
void NCollection_BaseList::PReverse | ( | ) | [protected] |
NCollection_ListNode* NCollection_BaseList::myFirst [protected] |
NCollection_ListNode* NCollection_BaseList::myLast [protected] |
Standard_Integer NCollection_BaseList::myLength [protected] |