#include <Law_Laws.hxx>
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | Law_Laws () |
Standard_EXPORT void | Assign (const Law_Laws &Other) |
void | operator= (const Law_Laws &Other) |
Standard_EXPORT Standard_Integer | Extent () const |
Standard_EXPORT void | Clear () |
~Law_Laws () | |
Standard_Boolean | IsEmpty () const |
Standard_EXPORT void | Prepend (const Handle(Law_Function)&I) |
Standard_EXPORT void | Prepend (const Handle(Law_Function)&I, Law_ListIteratorOfLaws &theIt) |
Standard_EXPORT void | Prepend (Law_Laws &Other) |
Standard_EXPORT void | Append (const Handle(Law_Function)&I) |
Standard_EXPORT void | Append (const Handle(Law_Function)&I, Law_ListIteratorOfLaws &theIt) |
Standard_EXPORT void | Append (Law_Laws &Other) |
Standard_EXPORT Handle_Law_Function & | First () const |
Standard_EXPORT Handle_Law_Function & | Last () const |
Standard_EXPORT void | RemoveFirst () |
Standard_EXPORT void | Remove (Law_ListIteratorOfLaws &It) |
Standard_EXPORT void | InsertBefore (const Handle(Law_Function)&I, Law_ListIteratorOfLaws &It) |
Standard_EXPORT void | InsertBefore (Law_Laws &Other, Law_ListIteratorOfLaws &It) |
Standard_EXPORT void | InsertAfter (const Handle(Law_Function)&I, Law_ListIteratorOfLaws &It) |
Standard_EXPORT void | InsertAfter (Law_Laws &Other, Law_ListIteratorOfLaws &It) |
Private Member Functions | |
Standard_EXPORT | Law_Laws (const Law_Laws &Other) |
Private Attributes | |
Standard_Address | myFirst |
Standard_Address | myLast |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|