Method CompilerEnvironment()->CPP()->define_multiple_macros()


Method define_multiple_macros

void define_multiple_macros(mapping(string:string|function(:void)|object|array(string|int))|void predefs)

Description

Define multiple macros in one operation.

Parameter predefs

Macros to define.

Note

The values predefs mapping may get updated by the function in order to improve performance of a second call.

See also

define_macro(), CompilationHandler()->get_predefines(), _take_over_initial_predefines()