Defines QVariantConvert functions that cast a QT QVariant into a templated static type. More...
#include <sstream>
#include <vector>
#include <QVariant>
Go to the source code of this file.
Namespaces | |
namespace | db_planner |
Functions | |
template<class FieldType > | |
static bool | db_planner::QVariantConvert (const QVariant &var, vector< FieldType > *result) |
A QVariantConvert function for arrays written into a string. | |
template<class FieldType > | |
static bool | db_planner::QVariantConvert (const QVariant &var, FieldType *result) |
Convert QVariant data into a static type. |
Defines QVariantConvert functions that cast a QT QVariant into a templated static type.
Definition in file qvariant_convert.h.