AsmGrader
0.0.0
Loading...
Searching...
No Matches
student_app.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include "
app/app.hpp
"
// IWYU pragma: export
4
5
namespace
asmgrader
{
6
7
class
StudentApp
final :
public
App
8
{
9
public
:
10
using
App::App
;
11
12
private
:
13
int
run_impl()
override
;
14
};
15
16
}
// namespace asmgrader
app.hpp
asmgrader::App
Definition
app.hpp:13
asmgrader::App::App
App(ProgramOptions opts)
Definition
app.hpp:15
asmgrader::StudentApp
Definition
student_app.hpp:8
asmgrader
Definition
asm_buffer.hpp:19
src
app
student_app.hpp
Generated by
1.12.0