|
|
template<typename _T_ > |
| class | MetaTypeInformation |
| |
|
template<typename _T_ , bool _has_converter_> |
| struct | Details::RegisterFromListConverter |
| |
|
template<typename _T_ , bool _has_converter_> |
| struct | Details::RegisterToListConverter |
| |
|
template<typename _T_ > |
| void | registerMetaType () |
| |
|
template<typename _TTo_ , typename _TFrom_ > |
| void | registerConverter (TypeCheckingMode _mode, const std::function< _TTo_(const _TFrom_ &)> &_converter) |
| |
|
template<typename _TFrom_ , typename _TTo_ > |
| void | registerConverter () |
| |
|
template<ComparisonOperator _operator_, typename _TLeft_ , typename _TRight_ > |
| void | registerComparator (const std::function< cres_qresult< bool >(const _TLeft_ &, const _TRight_ &)> &_comparator) |
| |
|
void | registerMetaTypeAliases (const QList< Uri > &_aliases, const Uri &_to) |
| |
|
template<typename _T_ > |
| void | registerNumericType () |
| |
|
template<ArithmeticOperator _operator_, typename _TLeft_ , typename _TRight_ > |
| void | registerArithmeticOperator () |
| |
The documentation for this class was generated from the following files:
- knowl/src/knowCore/MetaType.h
- knowl/src/knowCore/MetaType.cpp