TestResult Struct Reference

CPP API: mio::abm::TestResult Struct Reference
mio::abm::TestResult Struct Reference

The TestResult of a Person. More...

#include <test_type.h>

Collaboration diagram for mio::abm::TestResult:

Public Member Functions

auto default_serialize ()
 This method is used by the default serialization feature. More...
 

Public Attributes

bool result {false}
 The test result. More...
 
TimePoint time_of_testing {std::numeric_limits<int>::min()}
 The TimePoint when the Person performs the test. More...
 

Detailed Description

The TestResult of a Person.

Member Function Documentation

◆ default_serialize()

auto mio::abm::TestResult::default_serialize ( )
inline

This method is used by the default serialization feature.

Member Data Documentation

◆ result

bool mio::abm::TestResult::result {false}

The test result.

◆ time_of_testing

TimePoint mio::abm::TestResult::time_of_testing {std::numeric_limits<int>::min()}

The TimePoint when the Person performs the test.