| 400 | } |
| 401 | |
| 402 | uint32_t Classificator::GetTypeByReadableObjectName(std::string const & name) const |
| 403 | { |
| 404 | ASSERT(!name.empty(), ()); |
| 405 | return GetTypeByPathSafe(strings::Tokenize(name, "-")); |
| 406 | } |
| 407 | |
| 408 | void Classificator::ReadTypesMapping(std::istream & s) |
| 409 | { |