class IteratorOverDOs : public nn::nex::RootObject
Iterator class for a subset of duplicated objects on a station.
GotoStart
|
Forcibly returns the iterator to the start of the duplicated object list. | |
---|---|---|
GotoEnd
|
Forcibly returns the iterator to the end of the duplicated object list. | |
Count
|
Gets the number of duplicated objects that the iterator repeats through. | |
operator++
|
Advances the iterator to point to the next duplicated object. | |
GetHandle
|
Gets the duplicated object handle that this iterator is currently pointing to. | |
GetDOPtr
|
Gets a pointer to the duplicated object pointed to by the current iterator. | |
operator-> | Gets a pointer to the duplicated object pointed to by the current iterator. | |
EndReached
|
Gets whether the iterator has arrived at the end of the list. | |
Find
|
Searches within this iterator for the duplicated object to be accessed by the given duplicated object handle. |
nn::nex::RootObject
nn::nex::IteratorOverDOs
CONFIDENTIAL