8 #ifndef METACLASSPARSER_H 9 #define METACLASSPARSER_H 18 #include <QMetaMethod> 19 #include <QMetaProperty> 20 #include "cppwebframework_global.h" 29 QMap<std::tuple<QString, QString>, QMetaMethod> methods;
30 QMap<QString, QMetaProperty> properties;
41 QString getReturnType(
const QString &methodName);
47 QString getParameterType(
const QString &methodName);
53 static void *instantiateClassByName(
const QByteArray &name);
58 #endif // METACLASSPARSER_H