nn::nex::SelectionIteratorTemplate::SelectionIteratorTemplate Constructor

Syntax

SelectionIteratorTemplate(
     Role rSelectionType
);

Parameters

Name Description
in rSelectionType Specifies the type of duplicated objects to enumerate. If DUPLICATION_MASTER is specified, among all instances, only duplication masters (DuplicatedObject::IsADuplicationMaster) are listed. If DUPLICA is specified, among all instances, only duplicas (DuplicatedObject::IsADuplica) are listed.

Description

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.

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

See Also

Role

Revision History

2012/09/18
An assertion is generated if a thread cannot be locked in thread-safe mode by executing the Scheduler::GetInstance function and then the SystemLock function.
2012/01/27
Initial version.

CONFIDENTIAL