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::StringData< Count, StringSize > Struct Template Reference

#include <qtmochelpers.h>

Collaboration diagram for QtMocHelpers::StringData< Count, StringSize >:

Public Member Functions

constexpr StringData ()=default

Public Attributes

uint offsetsAndSizes [Count] = {}
char stringdata0 [StringSize] = {}

Detailed Description

template<int Count, size_t StringSize>
struct QtMocHelpers::StringData< Count, StringSize >

Definition at line 49 of file qtmochelpers.h.

Constructor & Destructor Documentation

◆ StringData()

template<int Count, size_t StringSize>
QtMocHelpers::StringData< Count, StringSize >::StringData ( )
constexprdefault

Member Data Documentation

◆ offsetsAndSizes

template<int Count, size_t StringSize>
uint QtMocHelpers::StringData< Count, StringSize >::offsetsAndSizes[Count] = {}

Definition at line 52 of file qtmochelpers.h.

◆ stringdata0

template<int Count, size_t StringSize>
char QtMocHelpers::StringData< Count, StringSize >::stringdata0[StringSize] = {}

Definition at line 53 of file qtmochelpers.h.


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