registerPathAlias#
Fully qualified name: carb::extras::registerPathAlias
Defined in carb/extras/Tokens.h
- inline void carb::extras::registerPathAlias(
 - const char *alias,
 - const char *value,
 Registers a new path string alias for replacement with resolvePathAliases().
- Parameters:
 alias – [in] The alias string to be replaced. This should not contain the replacement marker around the name “${}”.
value – [in] The value to replace the alias string with.
- Returns:
 No return value.