1#ifndef HYPERISO_IMARTY_PATH_PROXY_H
2#define HYPERISO_IMARTY_PATH_PROXY_H
9namespace fs = std::filesystem;
MartyPath
Enumerates MARTY-related filesystem resources.
MARTY-interface-side proxy port.
virtual std::optional< fs::path > get_optional_path(MartyPath path_name) const =0
virtual fs::path get_path(MartyPath path_name) const =0
virtual ~IMartyPathProxy()=default