|
AsmGrader 0.0.0
|
#include <grading_session.hpp>
Public Attributes | |
| int | version = get_version() |
| std::string_view | version_string = ASMGRADER_VERSION_STRING |
| std::string_view | git_hash = BOOST_PP_STRINGIZE(ASMGRADER_VERSION_GIT_HASH) |
| std::chrono::time_point< std::chrono::system_clock > | start_time = std::chrono::system_clock::now() |
| decltype(__cplusplus) | cpp_standard = __cplusplus |
| CompilerInfo | compiler_info = get_compiler_info() |
| CompilerInfo asmgrader::RunMetadata::compiler_info = get_compiler_info() |
| decltype(__cplusplus) asmgrader::RunMetadata::cpp_standard = __cplusplus |
| std::string_view asmgrader::RunMetadata::git_hash = BOOST_PP_STRINGIZE(ASMGRADER_VERSION_GIT_HASH) |
| std::chrono::time_point<std::chrono::system_clock> asmgrader::RunMetadata::start_time = std::chrono::system_clock::now() |
| int asmgrader::RunMetadata::version = get_version() |
| std::string_view asmgrader::RunMetadata::version_string = ASMGRADER_VERSION_STRING |