#include <utility>
#include "flatitemsmodeltypedbase.h"
Go to the source code of this file.
|
template<typename T > |
constexpr int | LC::Util::detail::GetFieldsCount () |
|
template<typename T > |
QVariant | LC::Util::detail::GetFieldImpl (const T &item, int idx, FC< 1 >) |
|
template<typename T > |
QVariant | LC::Util::detail::GetFieldImpl (const T &item, int idx, FC< 2 >) |
|
template<typename T > |
QVariant | LC::Util::detail::GetFieldImpl (const T &item, int idx, FC< 3 >) |
|
template<typename T > |
QVariant | LC::Util::detail::GetFieldImpl (const T &item, int idx, FC< 4 >) |
|
template<typename T > |
QVariant | LC::Util::detail::GetFieldImpl (const T &item, int idx, FC< 5 >) |
|
template<typename T > |
QVariant | LC::Util::detail::GetFieldImpl (const T &item, int idx, FC< 6 >) |
|
template<typename T > |
QVariant | LC::Util::detail::GetField (const T &item, int idx) |
|