![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qlocale_p.h>
Public Types | |
| using | Word = qregisteruint |
Public Member Functions | |
| constexpr | QCharacterSetMatch (std::string_view set) noexcept |
| constexpr bool | matches (uchar c) const noexcept |
| constexpr auto | maskLocation (uchar c) const noexcept |
Public Attributes | |
| qregisteruint | mask [Extent] |
Static Public Attributes | |
| static constexpr int | WordBits = std::numeric_limits<Word>::digits |
| static constexpr int | MaxRange = WordBits * Extent |
Definition at line 47 of file qlocale_p.h.
| using QCharacterSetMatch< Extent, Lowest >::Word = qregisteruint |
Definition at line 49 of file qlocale_p.h.
|
inlineconstexprnoexcept |
Definition at line 54 of file qlocale_p.h.
References QCharacterSetMatch().
Referenced by QCharacterSetMatch().
|
inlineconstexprnoexcept |
Definition at line 78 of file qlocale_p.h.
|
inlineconstexprnoexcept |
Definition at line 63 of file qlocale_p.h.
| qregisteruint QCharacterSetMatch< Extent, Lowest >::mask[Extent] |
Definition at line 52 of file qlocale_p.h.
|
staticconstexpr |
Definition at line 51 of file qlocale_p.h.
Referenced by maskLocation().
|
staticconstexpr |
Definition at line 50 of file qlocale_p.h.
Referenced by maskLocation().