12 namespace IconSetIdBuilder
14 IconSet::TIdType GetIdForIconSet(
const std::string& iconSetJsonPath)
16 const std::string::size_type extPosition = iconSetJsonPath.find_last_of(
".") + 1;
17 IconSet::TIdType iconSetId = iconSetJsonPath.substr(0, extPosition-1);