![]() |
• Interface Manager | ||||||||
|
API Links
Developer Links
|
class MutatorRegDefined in:
The C4Mutators.hMutatorReg class represents a custom mutator type.
Definition
Template Parameters
Constructor
Parameters
Description
The MutatorReg template class is used to advertise the existence of a custom mutator type. The Interface Manager uses a mutator registration to construct a custom mutator. The act of instantiating a MutatorReg object automatically registers the corresponding mutator type. The mutator type is unregistered when the MutatorReg object is destroyed.No more than one mutator registration should be created for each distinct mutator type. Base Classes
See Also
|