Go to the source code of this file.
Namespaces | |
| namespace | Moose |
| MOOSE now contains C++17 code, so give a reasonable error message stating what the user can do to address this in their environment if C++17 compatibility isn't found. | |
| namespace | Moose::DataFileUtils |
Functions | |
| Path | Moose::DataFileUtils::getPath (std::string path, const GetPathOptions &options={}) |
| Get the data path for a given path, searching the registered data. | |
| Path | Moose::DataFileUtils::getPathExplicit (const std::string &data_name, const std::string &path, const std::optional< std::string > &base=std::optional< std::string >()) |
| Get the data path for a given path, searching the registered data given an explicit data search path. | |