![]() |
LeechCraft
0.6.70-15082-g543737046d
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 (QString dbPath, QString dialogContext) |
Friends | |
| class | FailedImpl |
Definition at line 24 of file consistencychecker.h.
| using LC::Util::ConsistencyChecker::CheckResult_t = std::variant<Succeeded, Failed> |
Definition at line 58 of file consistencychecker.h.
| using LC::Util::ConsistencyChecker::DumpResult_t = std::variant<DumpFinished, DumpError> |
Definition at line 45 of file consistencychecker.h.
| using LC::Util::ConsistencyChecker::Failed = std::shared_ptr<IFailed> |
Definition at line 56 of file consistencychecker.h.
|
static |
Definition at line 52 of file consistencychecker.cpp.
| QFuture< ConsistencyChecker::CheckResult_t > LC::Util::ConsistencyChecker::StartCheck | ( | ) |
Definition at line 57 of file consistencychecker.cpp.
References LC::Util::GenConnectionName().
Here is the call graph for this function:
|
friend |
Definition at line 30 of file consistencychecker.h.