nn::nex::IteratorOverDOs Class

Syntax

class IteratorOverDOs : public nn::nex::RootObject

Description

Iterator class for a subset of duplicated objects on a station.

Member Functions

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.

Class Hierarchy

nn::nex::RootObject
  nn::nex::IteratorOverDOs

Revision History

2011/01/28
Initial version.

CONFIDENTIAL