AsmGrader 0.0.0
|
#include <asmgrader/api/assignment.hpp>
#include <asmgrader/api/metadata.hpp>
#include <asmgrader/api/test_base.hpp>
#include <range/v3/algorithm/find.hpp>
#include <range/v3/algorithm/find_if.hpp>
#include <range/v3/view/transform.hpp>
#include <cstddef>
#include <functional>
#include <memory>
#include <optional>
#include <string_view>
#include <type_traits>
#include <vector>
Go to the source code of this file.
Classes | |
class | asmgrader::GlobalRegistrar |
A global singleton registrar. Used with Assignment s for now. More... | |
Namespaces | |
namespace | asmgrader |