ParsePosition
is a simple class used byFormat
and its subclasses to keep track of the current position during parsing
ParsePosition
is a simple class used byFormat
and its subclasses to keep track of the current position during parsing. TheparseObject
method in the variousFormat
classes requires aParsePosition
object as an argument.By design, as you parse through a string with different formats, you can use the same
ParsePosition
, since the index parameter records the current position.
ParsePosition(UTextOffset newIndex)
ParsePosition(const ParsePosition& copy)
~ParsePosition()
ParsePosition& operator=(const ParsePosition& copy)
bool_t operator==(const ParsePosition& that) const
bool_t operator!=(const ParsePosition& that) const
UTextOffset getIndex(void) const
void setIndex(UTextOffset index)
void setErrorIndex(UTextOffset ei)
UTextOffset getErrorIndex(void) const
alphabetic index hierarchy of classes
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de