Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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 47 of file qtmochelpers.h.

Constructor & Destructor Documentation

◆ StringData()

template<int Count, size_t StringSize>
constexpr 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 50 of file qtmochelpers.h.

◆ stringdata0

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

Definition at line 51 of file qtmochelpers.h.


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