Interpolation Functions
Last updated March 2020
Name | Description |
---|---|
ec_interpolate_add_job | Adds work for an interpolator running in async or non-blocking mode |
ec_interpolate_add_reqs | Add a set of requirements to an interpolation context |
ec_interpolate_calc_deps | Determine the requirements for a macro expansion |
ec_interpolate_crack_macro | Return the name and argument portions of a macro string |
ec_interpolate_register_constant | Register a macro that expands to a constant string |
ec_interpolate_register_func | Register a macro expansion function |
ec_interpolate_string | Performs string interpolation |
Was this page helpful?