Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QtMocHelpers::detail::UintDataBlock< H, P > Struct Template Reference

#include <qtmochelpers.h>

Collaboration diagram for QtMocHelpers::detail::UintDataBlock< H, P >:

Static Public Member Functions

static constexpr uint headerSize ()
static constexpr uint payloadSize ()

Public Attributes

uint header [H ? H :1] = {}
uint payload [P ? P :1] = {}

Detailed Description

template<uint H, uint P>
struct QtMocHelpers::detail::UintDataBlock< H, P >

Definition at line 142 of file qtmochelpers.h.

Member Function Documentation

◆ headerSize()

template<uint H, uint P>
constexpr uint QtMocHelpers::detail::UintDataBlock< H, P >::headerSize ( )
inlinestaticconstexpr

Definition at line 144 of file qtmochelpers.h.

◆ payloadSize()

template<uint H, uint P>
constexpr uint QtMocHelpers::detail::UintDataBlock< H, P >::payloadSize ( )
inlinestaticconstexpr

Definition at line 145 of file qtmochelpers.h.

Member Data Documentation

◆ header

template<uint H, uint P>
uint QtMocHelpers::detail::UintDataBlock< H, P >::header[H ? H :1] = {}

Definition at line 146 of file qtmochelpers.h.

◆ payload

template<uint H, uint P>
uint QtMocHelpers::detail::UintDataBlock< H, P >::payload[P ? P :1] = {}

Definition at line 147 of file qtmochelpers.h.


The documentation for this struct was generated from the following file: