![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qtmochelpers.h>
Classes | |
| struct | EnumEntry |
Public Member Functions | |
| constexpr | EnumData (uint nameOffset, uint aliasOffset, uint flags) |
| template<int Added> | |
| constexpr auto | add (const EnumEntry(&entries)[Added]) const |
Static Public Member Functions | |
| static constexpr auto | metaTypes () |
| static constexpr void | adjustOffsets (uint *ptr, uint dataoffset, uint payloadoffset, uint metatypeoffset) noexcept |
| Static Public Member Functions inherited from QtMocHelpers::detail::UintDataBlock< 5, 0 *detail::payloadSizeForEnum< Enum >()> | |
| static constexpr uint | headerSize () |
| static constexpr uint | payloadSize () |
Additional Inherited Members | |
| Public Attributes inherited from QtMocHelpers::detail::UintDataBlock< 5, 0 *detail::payloadSizeForEnum< Enum >()> | |
| uint | header [H ? H :1] |
| uint | payload [P ? P :1] |
Definition at line 309 of file qtmochelpers.h.
|
inlineconstexpr |
Definition at line 321 of file qtmochelpers.h.
|
inlineconstexpr |
Definition at line 335 of file qtmochelpers.h.
|
inlinestaticconstexprnoexcept |
Definition at line 362 of file qtmochelpers.h.
|
inlinestaticconstexpr |
Definition at line 358 of file qtmochelpers.h.
References QtMocHelpers::detail::TypeMustBeComplete.