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
ArgEscapeData Struct Reference
+ Collaboration diagram for ArgEscapeData:

Public Attributes

int min_escape
 
qsizetype occurrences
 
qsizetype locale_occurrences
 
qsizetype escape_len
 

Detailed Description

Definition at line 8511 of file qstring.cpp.

Member Data Documentation

◆ escape_len

qsizetype ArgEscapeData::escape_len

Definition at line 8517 of file qstring.cpp.

◆ locale_occurrences

qsizetype ArgEscapeData::locale_occurrences

Definition at line 8515 of file qstring.cpp.

◆ min_escape

int ArgEscapeData::min_escape

Definition at line 8513 of file qstring.cpp.

Referenced by findArgEscapes().

◆ occurrences

qsizetype ArgEscapeData::occurrences

Definition at line 8514 of file qstring.cpp.


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