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