nn::nex::SelectionIteratorTemplate::SelectionIteratorTemplate Constructor

Syntax

SelectionIteratorTemplate();

SelectionIteratorTemplate(
     Role rSelectionType
);

Overloaded Member Functions

SelectionIteratorTemplate ( ) Instructs the system to repeatedly traverse all instances of duplicated objects of the class specified by the template argument duplicated object and initializes an iterator.
SelectionIteratorTemplate ( Role ) Initializes an iterator and instructs it to repeatedly traverse instances that match the conditions specified by rSelectionType among the duplicated object instances of the class specified by the template argument DO.

Description of SelectionIteratorTemplate ( )

An assertion is generated if a thread cannot be locked in thread-safe mode by executing the SchedulerGetInstance function and then the SystemLock function.

Description of SelectionIteratorTemplate ( Role )

An assertion is generated if a thread cannot be locked in thread-safe mode by executing the SchedulerGetInstance function and then the SystemLock function.


CONFIDENTIAL