LoadConfiguration

virtual void IController::LoadConfiguration(const std::string &xml, const std::map<std::string, std::string> &variants) = 0

Load configuration from the specified XML string, after processing selected variants.

Parameters
  • xml – String containing XML configuration.

  • variants – Selected variants, use variant name as key and value as value.

Throws