AsmGrader 0.0.0
|
#include <run_result.hpp>
Public Types | |
enum class | Kind { Exited , Killed , SignalCaught } |
Public Member Functions | |
Kind | get_kind () const |
int | get_code () const |
Static Public Member Functions | |
static RunResult | make_exited (int code) |
static RunResult | make_killed (int code) |
static RunResult | make_signal_caught (int code) |
|
strong |
int asmgrader::RunResult::get_code | ( | ) | const |
RunResult::Kind asmgrader::RunResult::get_kind | ( | ) | const |
|
static |
|
static |
|
static |