#include <NMTDS_ListOfPassKey.hxx>
Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| Standard_EXPORT | NMTDS_ListOfPassKey () |
| Standard_EXPORT void | Assign (const NMTDS_ListOfPassKey &Other) |
| void | operator= (const NMTDS_ListOfPassKey &Other) |
| Standard_EXPORT Standard_Integer | Extent () const |
| Standard_EXPORT void | Clear () |
| ~NMTDS_ListOfPassKey () | |
| Standard_Boolean | IsEmpty () const |
| Standard_EXPORT void | Prepend (const NMTDS_PassKey &I) |
| Standard_EXPORT void | Prepend (const NMTDS_PassKey &I, NMTDS_ListIteratorOfListOfPassKey &theIt) |
| Standard_EXPORT void | Prepend (NMTDS_ListOfPassKey &Other) |
| Standard_EXPORT void | Append (const NMTDS_PassKey &I) |
| Standard_EXPORT void | Append (const NMTDS_PassKey &I, NMTDS_ListIteratorOfListOfPassKey &theIt) |
| Standard_EXPORT void | Append (NMTDS_ListOfPassKey &Other) |
| Standard_EXPORT NMTDS_PassKey & | First () const |
| Standard_EXPORT NMTDS_PassKey & | Last () const |
| Standard_EXPORT void | RemoveFirst () |
| Standard_EXPORT void | Remove (NMTDS_ListIteratorOfListOfPassKey &It) |
| Standard_EXPORT void | InsertBefore (const NMTDS_PassKey &I, NMTDS_ListIteratorOfListOfPassKey &It) |
| Standard_EXPORT void | InsertBefore (NMTDS_ListOfPassKey &Other, NMTDS_ListIteratorOfListOfPassKey &It) |
| Standard_EXPORT void | InsertAfter (const NMTDS_PassKey &I, NMTDS_ListIteratorOfListOfPassKey &It) |
| Standard_EXPORT void | InsertAfter (NMTDS_ListOfPassKey &Other, NMTDS_ListIteratorOfListOfPassKey &It) |
Private Member Functions | |
| Standard_EXPORT | NMTDS_ListOfPassKey (const NMTDS_ListOfPassKey &Other) |
Private Attributes | |
| Standard_Address | myFirst |
| Standard_Address | myLast |
Friends | |
| class | NMTDS_ListIteratorOfListOfPassKey |
| Standard_EXPORT NMTDS_ListOfPassKey.NMTDS_ListOfPassKey | ( | ) |
| NMTDS_ListOfPassKey.~NMTDS_ListOfPassKey | ( | ) |
References Clear().
| Standard_EXPORT NMTDS_ListOfPassKey.NMTDS_ListOfPassKey | ( | const NMTDS_ListOfPassKey & | Other | ) | [private] |
| void* NMTDS_ListOfPassKey.operator new | ( | size_t | , |
| void * | anAddress | ||
| ) |
| void* NMTDS_ListOfPassKey.operator new | ( | size_t | size | ) |
| void NMTDS_ListOfPassKey.operator delete | ( | void * | anAddress | ) |
| Standard_EXPORT void NMTDS_ListOfPassKey.Assign | ( | const NMTDS_ListOfPassKey & | Other | ) |
| void NMTDS_ListOfPassKey.operator= | ( | const NMTDS_ListOfPassKey & | Other | ) |
References Assign().
| Standard_EXPORT Standard_Integer NMTDS_ListOfPassKey.Extent | ( | ) | const |
| Standard_EXPORT void NMTDS_ListOfPassKey.Clear | ( | ) |
| Standard_Boolean NMTDS_ListOfPassKey.IsEmpty | ( | ) | const |
| Standard_EXPORT void NMTDS_ListOfPassKey.Prepend | ( | const NMTDS_PassKey & | I | ) |
| Standard_EXPORT void NMTDS_ListOfPassKey.Prepend | ( | const NMTDS_PassKey & | I, |
| NMTDS_ListIteratorOfListOfPassKey & | theIt | ||
| ) |
| Standard_EXPORT void NMTDS_ListOfPassKey.Prepend | ( | NMTDS_ListOfPassKey & | Other | ) |
| Standard_EXPORT void NMTDS_ListOfPassKey.Append | ( | const NMTDS_PassKey & | I | ) |
| Standard_EXPORT void NMTDS_ListOfPassKey.Append | ( | const NMTDS_PassKey & | I, |
| NMTDS_ListIteratorOfListOfPassKey & | theIt | ||
| ) |
| Standard_EXPORT void NMTDS_ListOfPassKey.Append | ( | NMTDS_ListOfPassKey & | Other | ) |
| Standard_EXPORT NMTDS_PassKey& NMTDS_ListOfPassKey.First | ( | ) | const |
| Standard_EXPORT NMTDS_PassKey& NMTDS_ListOfPassKey.Last | ( | ) | const |
| Standard_EXPORT void NMTDS_ListOfPassKey.RemoveFirst | ( | ) |
| Standard_EXPORT void NMTDS_ListOfPassKey.Remove | ( | NMTDS_ListIteratorOfListOfPassKey & | It | ) |
| Standard_EXPORT void NMTDS_ListOfPassKey.InsertBefore | ( | const NMTDS_PassKey & | I, |
| NMTDS_ListIteratorOfListOfPassKey & | It | ||
| ) |
| Standard_EXPORT void NMTDS_ListOfPassKey.InsertBefore | ( | NMTDS_ListOfPassKey & | Other, |
| NMTDS_ListIteratorOfListOfPassKey & | It | ||
| ) |
| Standard_EXPORT void NMTDS_ListOfPassKey.InsertAfter | ( | const NMTDS_PassKey & | I, |
| NMTDS_ListIteratorOfListOfPassKey & | It | ||
| ) |
| Standard_EXPORT void NMTDS_ListOfPassKey.InsertAfter | ( | NMTDS_ListOfPassKey & | Other, |
| NMTDS_ListIteratorOfListOfPassKey & | It | ||
| ) |
friend class NMTDS_ListIteratorOfListOfPassKey [friend] |
Standard_Address NMTDS_ListOfPassKey.myFirst [private] |
Standard_Address NMTDS_ListOfPassKey.myLast [private] |