|
Public Member Functions |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | WOKernel_ImplDepIterator (const Handle(WOKernel_UnitGraph)&aDependencyGraph, const Handle(TCollection_HAsciiString)&anUd) |
Standard_EXPORT Standard_Boolean | More () const |
| Returns TRUE if there are other uds.
.
|
Standard_EXPORT void | Next () |
| Set the iterator to the next ud.
.
|
Standard_EXPORT Handle_TCollection_HAsciiString | Value () |
| Returns the ud value for the current position
of the iterator.
.
|
Standard_EXPORT void | GetSuppliers () |
Private Attributes |
Handle_WOKernel_UnitGraph | myDepGraph |
Standard_Boolean | myMore |
Handle_TCollection_HAsciiString | myCurrentUd |
Handle_TColStd_HSequenceOfHAsciiString | mySuppliers |
Standard_Integer | myIndex |