| 496 | } |
| 497 | |
| 498 | DataStorage::SetOfObjects::Pointer IOUtil::Load(const std::string &path, DataStorage &storage, const ReaderOptionsFunctorBase *optionsCallback) |
| 499 | { |
| 500 | std::vector<std::string> paths; |
| 501 | paths.push_back(path); |
| 502 | return Load(paths, storage, optionsCallback); |
| 503 | } |
| 504 | |
| 505 | DataStorage::SetOfObjects::Pointer IOUtil::Load(const std::string &path, |
| 506 | const IFileReader::Options &options, |
no test coverage detected