GetControllers

virtual std::map<std::string, PSubController> IController::GetControllers() = 0

Gets the collection of sub-controllers.

Returns

std::map<std::string, PSubController> – Collection of sub-controllers.

Throws