|
Public Member Functions |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | WOKernel_ClientIterator (const Handle(WOKernel_UnitGraph)&aClientGraph, 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 | GetClients () |
Private Attributes |
Handle_WOKernel_UnitGraph | myClientGraph |
Standard_Boolean | myMore |
Handle_TCollection_HAsciiString | myCurrentUd |
Handle_TColStd_HSequenceOfHAsciiString | myClients |
Standard_Integer | myIndex |