15 #ifndef OPENSCENARIO_INTERPRETER__SYNTAX__FILE_HPP_ 
   16 #define OPENSCENARIO_INTERPRETER__SYNTAX__FILE_HPP_ 
   18 #include <boost/filesystem.hpp> 
   21 #include <pugixml.hpp> 
   25 inline namespace syntax
 
   42   explicit File(
const pugi::xml_node &, 
Scope &);
 
   46   operator boost::filesystem::path() const;
 
Definition: scope.hpp:155
std::string String
Definition: string.hpp:24
std::string string
Definition: junit5.hpp:26
const boost::filesystem::path filepath
Definition: file.hpp:36
File()
Definition: file.cpp:23
auto isDirectory() const -> bool
Definition: file.cpp:32