Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QLocaleData::ParsingResult Struct Reference

#include <qlocale_p.h>

Collaboration diagram for QLocaleData::ParsingResult:

Public Types

enum  State { Invalid , Intermediate , Acceptable }

Public Attributes

State state = Invalid
CharBuff buff

Detailed Description

Definition at line 293 of file qlocale_p.h.

Member Enumeration Documentation

◆ State

Enumerator
Invalid 
Intermediate 
Acceptable 

Definition at line 295 of file qlocale_p.h.

Member Data Documentation

◆ buff

CharBuff QLocaleData::ParsingResult::buff

Definition at line 302 of file qlocale_p.h.

◆ state

State QLocaleData::ParsingResult::state = Invalid

Definition at line 301 of file qlocale_p.h.

Referenced by QLocaleData::validateChars().


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