|
Open CASCADE Technology 6.5.2
|
#include <TDF_DeltaList.hxx>
| TDF_DeltaList::TDF_DeltaList | ( | ) |
| TDF_DeltaList::~TDF_DeltaList | ( | ) | [inline] |
| void TDF_DeltaList::Append | ( | const Handle< TDF_Delta > & | I | ) |
| void TDF_DeltaList::Append | ( | const Handle< TDF_Delta > & | I, |
| TDF_ListIteratorOfDeltaList & | theIt | ||
| ) |
| void TDF_DeltaList::Append | ( | TDF_DeltaList & | Other | ) |
| void TDF_DeltaList::Assign | ( | const TDF_DeltaList & | Other | ) |
| void TDF_DeltaList::Clear | ( | ) |
| Standard_Integer TDF_DeltaList::Extent | ( | ) | const |
| Handle_TDF_Delta& TDF_DeltaList::First | ( | ) | const |
| void TDF_DeltaList::InsertAfter | ( | const Handle< TDF_Delta > & | I, |
| TDF_ListIteratorOfDeltaList & | It | ||
| ) |
| void TDF_DeltaList::InsertAfter | ( | TDF_DeltaList & | Other, |
| TDF_ListIteratorOfDeltaList & | It | ||
| ) |
| void TDF_DeltaList::InsertBefore | ( | TDF_DeltaList & | Other, |
| TDF_ListIteratorOfDeltaList & | It | ||
| ) |
| void TDF_DeltaList::InsertBefore | ( | const Handle< TDF_Delta > & | I, |
| TDF_ListIteratorOfDeltaList & | It | ||
| ) |
| Standard_Boolean TDF_DeltaList::IsEmpty | ( | ) | const |
| Handle_TDF_Delta& TDF_DeltaList::Last | ( | ) | const |
| void TDF_DeltaList::operator delete | ( | void * | anAddress | ) | [inline] |
| void* TDF_DeltaList::operator new | ( | size_t | size | ) | [inline] |
| void* TDF_DeltaList::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
| void TDF_DeltaList::operator= | ( | const TDF_DeltaList & | Other | ) | [inline] |
| void TDF_DeltaList::Prepend | ( | const Handle< TDF_Delta > & | I | ) |
| void TDF_DeltaList::Prepend | ( | const Handle< TDF_Delta > & | I, |
| TDF_ListIteratorOfDeltaList & | theIt | ||
| ) |
| void TDF_DeltaList::Prepend | ( | TDF_DeltaList & | Other | ) |
| void TDF_DeltaList::Remove | ( | TDF_ListIteratorOfDeltaList & | It | ) |
| void TDF_DeltaList::RemoveFirst | ( | ) |
1.7.4