![]() |
LeechCraft
0.6.70-13729-g7046a9d2a7
Modular cross-platform feature rich live environment.
|
#include "consistencychecker.h"
Inheritance diagram for LC::Util::ConsistencyChecker:
Collaboration diagram for LC::Util::ConsistencyChecker:Classes | |
| struct | DumpError |
| struct | DumpFinished |
| struct | IFailed |
| struct | Succeeded |
Public Types | |
| using | DumpResult_t = std::variant< DumpFinished, DumpError > |
| using | Failed = std::shared_ptr< IFailed > |
| using | CheckResult_t = std::variant< Succeeded, Failed > |
Public Member Functions | |
| QFuture< CheckResult_t > | StartCheck () |
Static Public Member Functions | |
| static std::shared_ptr< ConsistencyChecker > | Create (const QString &dbPath, const QString &dialogContext) |
Friends | |
| class | FailedImpl |
Definition at line 47 of file consistencychecker.h.
| using LC::Util::ConsistencyChecker::CheckResult_t = std::variant<Succeeded, Failed> |
Definition at line 77 of file consistencychecker.h.
| using LC::Util::ConsistencyChecker::DumpResult_t = std::variant<DumpFinished, DumpError> |
Definition at line 68 of file consistencychecker.h.
| using LC::Util::ConsistencyChecker::Failed = std::shared_ptr<IFailed> |
Definition at line 75 of file consistencychecker.h.
|
static |
Definition at line 71 of file consistencychecker.cpp.
| QFuture< ConsistencyChecker::CheckResult_t > LC::Util::ConsistencyChecker::StartCheck | ( | ) |
Definition at line 76 of file consistencychecker.cpp.
|
friend |
Definition at line 53 of file consistencychecker.h.