![]() |
PhoenixMock
1.8.7
Tools to split/merge/print mock used in Phoenix
|
#include <string>
Go to the source code of this file.
Functions | |
std::string | path_completion_all (const std::string &basePath) |
Return all path/files which match the basePath. More... | |
std::string | path_completion_dirOnly (const std::string &basePath) |
Return all directories only which match the basePath. More... | |
std::string path_completion_all | ( | const std::string & | basePath | ) |
Return all path/files which match the basePath.
basePath | : incomming path |
Definition at line 41 of file path_completion.cpp.
References completePathDir(), getDirectory(), getFileName(), isDirectoryExist(), isFileExist(), isSameBegining(), and prefixPathDir().
Referenced by OptionValue::bashCompletionValue().
std::string path_completion_dirOnly | ( | const std::string & | basePath | ) |
Return all directories only which match the basePath.
basePath | : incomming path |
Definition at line 87 of file path_completion.cpp.
References getDirectory(), getFileName(), isDirectoryExist(), and isSameBegining().
Referenced by OptionValue::bashCompletionValue().