nn::ro::Module::EnumerateCallback::operator() Member Function

Syntax

virtual bool operator()(
     Module * p
) = 0;

Parameters

Name Description
in p Pointer to an enumerated instance.

Return Values

Returns true if enumeration continues, or false if it has stopped.

Description

This is a user-defined process function.

This is a pure virtual function so it cannot be called. The intention is for users to implement their own processes in derived classes.

The pointers to the Module instances that are the targets of Enumerate are called one at a time as the argument of this function.

Revision History

2012/04/20
Initial version.

CONFIDENTIAL