![]() |
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>
Public Member Functions | |
constexpr | StringRefStorage (const Strings &... strings) noexcept |
constexpr void | writeTo (uint(&offsets)[2 *StringCount], char(&data)[StringSize]) const noexcept |
constexpr auto | create () const noexcept |
Static Public Member Functions | |
static constexpr size_t | stringSizeHelper () noexcept |
Public Attributes | |
const char * | inputs [StringCount] |
Static Public Attributes | |
static constexpr int | StringCount = sizeof...(Strings) |
static constexpr size_t | StringSize = stringSizeHelper() |
Definition at line 57 of file qtmochelpers.h.
|
inlineconstexprnoexcept |
Definition at line 76 of file qtmochelpers.h.
References inputs.
|
inlineconstexprnoexcept |
Definition at line 98 of file qtmochelpers.h.
References StringCount.
|
inlinestaticconstexprnoexcept |
Definition at line 59 of file qtmochelpers.h.
|
inlineconstexprnoexcept |
Definition at line 81 of file qtmochelpers.h.
References inputs.
const char* QtMocHelpers::StringRefStorage< Strings >::inputs[StringCount] |
Definition at line 74 of file qtmochelpers.h.
Referenced by StringRefStorage(), and writeTo().
|
staticconstexpr |
Definition at line 71 of file qtmochelpers.h.
Referenced by create().
|
staticconstexpr |
Definition at line 72 of file qtmochelpers.h.