Generalize C struct parsing

This commit is contained in:
GriffinR
2022-09-27 18:29:16 -04:00
committed by Marcus Huderle
parent 85a5f07695
commit ebdf22145d
3 changed files with 41 additions and 45 deletions

View File

@@ -69,6 +69,7 @@ public:
static QString removeLineComments(QString text, const QStringList &commentSymbols);
static QStringList splitShellCommand(QStringView command);
static QMap<QString, QMap<QString, QString>> readCStructs(const QString &filePath, const QHash<int, QString> memberMap = { });
private:
QString root;