#include <Results.h>
|
| | ResultsBase ()=default |
| |
| virtual | ~ResultsBase ()=default |
| |
| virtual std::string | key () const =0 |
| |
| virtual nlohmann::json | to_json () const =0 |
| | serialize the results to a JSON object
|
| |
◆ ResultsBase()
| madness::ResultsBase::ResultsBase |
( |
| ) |
|
|
default |
◆ ~ResultsBase()
| virtual madness::ResultsBase::~ResultsBase |
( |
| ) |
|
|
virtualdefault |
◆ key()
| virtual std::string madness::ResultsBase::key |
( |
| ) |
const |
|
pure virtual |
◆ to_json()
| virtual nlohmann::json madness::ResultsBase::to_json |
( |
| ) |
const |
|
pure virtual |
The documentation for this class was generated from the following file: