17 if ( url.compare(0,7,
"file://") == 0 ) {
22 return std::unique_ptr<std::istream>(
new std::ifstream{path});
28 static const std::vector<std::string> s_protocols = {{
"file"}};
#define DECLARE_COMPONENT(type)
Definition of the basic interface.
Base class used to extend a class implementing other interfaces.