|
AsmGrader 0.0.0
|
This is the complete list of members for asmgrader::AssignmentFileSearcher, including all inherited members.
| AssignmentFileSearcher(const Assignment &assignment, std::string var_regex=DEFAULT_REGEX) | asmgrader::AssignmentFileSearcher | explicit |
| DEFAULT_REGEX | asmgrader::AssignmentFileSearcher | static |
| DEFAULT_SEARCH_DEPTH | asmgrader::FileSearcher | static |
| FileSearcher(std::string expr, std::map< std::string, std::string > args={}) | asmgrader::FileSearcher | explicit |
| get_expr() const | asmgrader::FileSearcher | protected |
| search(StudentInfo &student, const std::filesystem::path &base) | asmgrader::AssignmentFileSearcher | |
| search(const std::filesystem::path &base) | asmgrader::AssignmentFileSearcher | |
| search_recursive(StudentInfo &student, const std::filesystem::path &base, int max_depth=DEFAULT_SEARCH_DEPTH) | asmgrader::AssignmentFileSearcher | |
| search_recursive(const std::filesystem::path &base, int max_depth=DEFAULT_SEARCH_DEPTH) | asmgrader::AssignmentFileSearcher | |
| set_arg(const std::string &key, std::string_view value) | asmgrader::FileSearcher | protected |