#include <PhosphorFsLoader/DirectoryLoader.h>#include <QtCore/QFile>#include <QtCore/QFileInfo>#include <QtCore/QJsonDocument>#include <QtCore/QJsonObject>#include <QtCore/QLatin1String>#include <QtCore/QLoggingCategory>#include <QtCore/QString>#include <optional>#include <utility>Go to the source code of this file.
Classes | |
| struct | PhosphorFsLoader::JsonEnvelope |
| Result of a successful envelope validation. More... | |
Namespaces | |
| namespace | PhosphorFsLoader |
Functions | |
| std::optional< JsonEnvelope > | PhosphorFsLoader::validateJsonEnvelope (const QString &filePath, const QLoggingCategory &category) |
Validate the default envelope used by DirectoryLoader sinks. | |