SystemPaths Member List
This is the complete list of members for SystemPaths, including all inherited members.
| AddFilePaths(const std::string &_path) | SystemPaths | |
| AddFindFileCallback(std::function< std::string(const std::string &)> _cb) | SystemPaths | |
| AddFindFileURICallback(std::function< std::string(const ignition::common::URI &)> _cb) | SystemPaths | |
| AddPluginPaths(const std::string &_path) | SystemPaths | |
| AddSearchPathSuffix(const std::string &_suffix) | SystemPaths | |
| ClearFilePaths() | SystemPaths | |
| ClearPluginPaths() | SystemPaths | |
| Delimiter() | SystemPaths | static |
| FilePathEnv() const | SystemPaths | |
| FilePaths() | SystemPaths | |
| FindFile(const std::string &_filename, const bool _searchLocalPath=true) const | SystemPaths | |
| FindFileURI(const std::string &_uri) const | SystemPaths | |
| FindFileURI(const ignition::common::URI &_uri) const | SystemPaths | |
| FindSharedLibrary(const std::string &_libName) | SystemPaths | |
| LocateLocalFile(const std::string &_filename, const std::vector< std::string > &_paths) | SystemPaths | static |
| LogPath() const | SystemPaths | |
| NormalizeDirectoryPath(const std::string &_path) | SystemPaths | static |
| PathsFromEnv(const std::string &_env) | SystemPaths | static |
| PluginPaths() | SystemPaths | |
| SetFilePathEnv(const std::string &_env) | SystemPaths | |
| SetFindFileCallback(std::function< std::string(const std::string &)> _cb) | SystemPaths | |
| SetFindFileURICallback(std::function< std::string(const std::string &)> _cb) | SystemPaths | |
| SetPluginPathEnv(const std::string &_env) | SystemPaths | |
| SystemPaths() | SystemPaths | |
| ~SystemPaths() | SystemPaths | virtual |