ACF $AcfVersion:0$
CJsonFileReadArchive.h
Go to the documentation of this file.
1// SPDX-License-Identifier: LGPL-2.1-or-later OR GPL-2.0-or-later OR GPL-3.0-or-later OR LicenseRef-ACF-Commercial
2#pragma once
3
4
5// Qt inclides
6#include <QtCore/QFile>
7
8// ACF includes
10
11
12namespace ifile
13{
14
15
17{
18public:
20
21 CJsonFileReadArchive(const QString& filePath = "", bool serializeHeader = true);
22
23 bool OpenFile(const QString& filePath);
24
25private:
26 QFile m_file;
27};
28
29
30} // namespace ifile
CJsonFileReadArchive(const QString &filePath="", bool serializeHeader=true)
bool OpenFile(const QString &filePath)
iser::CJsonReadArchiveBase BaseClass
Implementation of an ACF archive deserializing from a JSON string.
Contains interfaces and implementations of file system related components.