|
template<uint... Nx> |
constexpr auto | QtMocHelpers::stringData (const char(&...strings)[Nx]) |
template<typename FuncType> |
bool | QtMocHelpers::indexOfMethod (void **_a, FuncType f, int index) noexcept |
template<typename Prop, typename Value> |
bool | QtMocHelpers::setProperty (Prop &property, Value &&value) |
template<typename Enum> |
constexpr int | QtMocHelpers::detail::payloadSizeForEnum () |
template<typename ObjectType, typename Unique, typename Strings, typename Methods, typename Properties, typename Enums, typename Constructors = UintData<>, typename ClassInfo = detail::UintDataBlock<0, 0>> |
constexpr auto | QtMocHelpers::metaObjectData (uint flags, const Strings &strings, const Methods &methods, const Properties &properties, const Enums &enums, const Constructors &constructors={}, const ClassInfo &classInfo={}) |
template<typename T> |
std::enable_if_t< std::is_enum_v< T > > | QtMocHelpers::assignFlags (void *v, T t) noexcept |
template<typename T> |
std::enable_if_t< QtPrivate::IsQFlags< T >::value > | QtMocHelpers::assignFlags (void *v, T t) noexcept |