|
ApraPipes 1.0
|
Classes | |
| struct | PathValidationResult |
Functions | |
| std::string | normalizePath (const std::string &path) |
| std::string | parentPath (const std::string &path) |
| std::string | filename (const std::string &path) |
| bool | pathExists (const std::string &path) |
| bool | isFile (const std::string &path) |
| bool | isDirectory (const std::string &path) |
| bool | isWritable (const std::string &path) |
| bool | createDirectories (const std::string &path) |
| bool | patternHasMatches (const std::string &pattern) |
| size_t | countPatternMatches (const std::string &pattern) |
| std::string | firstPatternMatch (const std::string &pattern) |
| PathValidationResult | validatePath (const std::string &path, PathType type, PathRequirement requirement) |
| std::string | pathTypeToString (PathType type) |
| std::string | pathRequirementToString (PathRequirement requirement) |
| bool | hasWildcards (const std::string &path) |
| std::string | patternDirectory (const std::string &pattern) |
| static bool | matchesPattern (const std::string &filename, const std::string &patternFilename) |
| size_t apra::path_utils::countPatternMatches | ( | const std::string & | pattern | ) |


| bool apra::path_utils::createDirectories | ( | const std::string & | path | ) |

| std::string apra::path_utils::filename | ( | const std::string & | path | ) |

| std::string apra::path_utils::firstPatternMatch | ( | const std::string & | pattern | ) |

| bool apra::path_utils::hasWildcards | ( | const std::string & | path | ) |

| bool apra::path_utils::isDirectory | ( | const std::string & | path | ) |

| bool apra::path_utils::isFile | ( | const std::string & | path | ) |

| bool apra::path_utils::isWritable | ( | const std::string & | path | ) |


|
static |


| std::string apra::path_utils::normalizePath | ( | const std::string & | path | ) |

| std::string apra::path_utils::parentPath | ( | const std::string & | path | ) |

| bool apra::path_utils::pathExists | ( | const std::string & | path | ) |

| std::string apra::path_utils::pathRequirementToString | ( | PathRequirement | requirement | ) |
| std::string apra::path_utils::pathTypeToString | ( | PathType | type | ) |
| std::string apra::path_utils::patternDirectory | ( | const std::string & | pattern | ) |


| bool apra::path_utils::patternHasMatches | ( | const std::string & | pattern | ) |


| PathValidationResult apra::path_utils::validatePath | ( | const std::string & | path, |
| PathType | type, | ||
| PathRequirement | requirement ) |

