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
5namespace asmgrader {
6
7class StudentApp final : public App
8{
9public:
10 using App::App;
11
12private:
13 int run_impl() override;
14};
15
16} // namespace asmgrader
Definition app.hpp:13
App(ProgramOptions opts)
Definition app.hpp:15
Definition student_app.hpp:8
Definition asm_buffer.hpp:19