AsmGrader 0.0.0
Loading...
Searching...
No Matches
asmgrader::RunMetadata Struct Reference

#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()
 

Member Data Documentation

◆ compiler_info

CompilerInfo asmgrader::RunMetadata::compiler_info = get_compiler_info()

◆ cpp_standard

decltype(__cplusplus) asmgrader::RunMetadata::cpp_standard = __cplusplus

◆ git_hash

std::string_view asmgrader::RunMetadata::git_hash = BOOST_PP_STRINGIZE(ASMGRADER_VERSION_GIT_HASH)

◆ start_time

std::chrono::time_point<std::chrono::system_clock> asmgrader::RunMetadata::start_time = std::chrono::system_clock::now()

◆ version

int asmgrader::RunMetadata::version = get_version()

◆ version_string

std::string_view asmgrader::RunMetadata::version_string = ASMGRADER_VERSION_STRING

The documentation for this struct was generated from the following file: