CopperSpice API  1.9.1
QTextCodec::ConverterState Class Reference

Stores the current state of the Unicode parser. More...

Public Methods

 ConverterState (ConversionFlags flags=DefaultConversion)
 
 ~ConverterState ()
 

Detailed Description

Stores the current state of the Unicode parser when parsing portions of a string.

Constructor & Destructor Documentation

QTextCodec::ConverterState::ConverterState ( ConversionFlags  flags = DefaultConversion)
inline

Constructs a ConverterState object initialized with the given flags.

QTextCodec::ConverterState::~ConverterState ( )

Destroys the ConverterState object.