AsmGrader 0.0.0
|
#include <asm_symbol.hpp>
Public Member Functions | |
AsmSymbol (Program &prog, std::string name, std::uintptr_t address) | |
AsmSymbol (Program &prog, std::string name, ErrorKind resolution_err) | |
std::string_view | get_name () const |
Result< T > | get_value () const override |
Get the value currently present in the asm program. | |
asmgrader::AsmSymbol< T >::AsmSymbol | ( | Program & | prog, |
std::string | name, | ||
std::uintptr_t | address ) |
asmgrader::AsmSymbol< T >::AsmSymbol | ( | Program & | prog, |
std::string | name, | ||
ErrorKind | resolution_err ) |
std::string_view asmgrader::AsmSymbol< T >::get_name | ( | ) | const |
|
overridevirtual |
Get the value currently present in the asm program.
Reimplemented from asmgrader::AsmData< T >.