AsmGrader 0.0.0
|
This is the complete list of members for asmgrader::Program, including all inherited members.
alloc_mem(std::size_t amt) | asmgrader::Program | |
call_function(std::string_view name, Args &&... args) | asmgrader::Program | |
call_function(std::uintptr_t addr, Args &&... args) | asmgrader::Program | |
check_is_elf(const std::filesystem::path &path) | asmgrader::Program | static |
get_args() const | asmgrader::Program | |
get_path() const | asmgrader::Program | |
get_subproc() | asmgrader::Program | |
get_subproc() const | asmgrader::Program | |
get_symtab() | asmgrader::Program | |
get_symtab() const | asmgrader::Program | |
operator=(Program &&rhs)=default | asmgrader::Program | |
asmgrader::NonCopyable::operator=(const NonCopyable &)=delete | asmgrader::NonCopyable | private |
asmgrader::NonCopyable::operator=(NonCopyable &&)=default | asmgrader::NonCopyable | private |
Program(std::filesystem::path path, std::vector< std::string > args={}) | asmgrader::Program | explicit |
Program(Program &&other)=default | asmgrader::Program | |
run() | asmgrader::Program | |
~Program()=default | asmgrader::Program |