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
ParsingResult Struct Reference

#include <qlocale_p.h>

+ Collaboration diagram for ParsingResult:

Public Types

enum  State { Invalid , Intermediate , Acceptable }
 

Public Attributes

State state = Invalid
 
CharBuff buff
 

Detailed Description

Definition at line 230 of file qlocale_p.h.

Member Enumeration Documentation

◆ State

Enumerator
Invalid 
Intermediate 
Acceptable 

Definition at line 232 of file qlocale_p.h.

Member Data Documentation

◆ buff

CharBuff ParsingResult::buff

Definition at line 239 of file qlocale_p.h.

◆ state

State ParsingResult::state = Invalid

Definition at line 238 of file qlocale_p.h.


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