Share

AcRxDynamicLinker::addReactor

C++

virtual void addReactor(
    AcRxDLinkerReactor* newReactor
) = 0;

Description

This function adds the reactor object pointed to by newReactor to the dynamic linker's reactor list. newReactor must point to an object of a class derived from the AcRxDLinkerReactor class.

Parameters

Parameters Description
newReactor Input pointer to reactor object to be added to the reactor list

Links

AcRxDynamicLinker

Was this information helpful?