![]() |
LeechCraft
0.6.70-10870-g558588d6ec
Modular cross-platform feature rich live environment.
|
#include "consistencychecker.h"
Classes | |
struct | DumpError |
struct | DumpFinished |
struct | IFailed |
struct | Succeeded |
Public Types | |
using | DumpResult_t = boost::variant< DumpFinished, DumpError > |
using | Failed = std::shared_ptr< IFailed > |
using | CheckResult_t = boost::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 LeechCraft::Util::ConsistencyChecker::CheckResult_t = boost::variant<Succeeded, Failed> |
Definition at line 77 of file consistencychecker.h.
using LeechCraft::Util::ConsistencyChecker::DumpResult_t = boost::variant<DumpFinished, DumpError> |
Definition at line 68 of file consistencychecker.h.
using LeechCraft::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 > LeechCraft::Util::ConsistencyChecker::StartCheck | ( | ) |
Definition at line 76 of file consistencychecker.cpp.
|
friend |
Definition at line 53 of file consistencychecker.h.