Public Methods | |
Subformat & | operator= (const Subformat &that) |
Clone that.format and assign it to this.format Do NOT delete this.format. More... | |
UBool | operator== (const Subformat &that) const |
UBool | operator!= (const Subformat &that) const |
Public Attributes | |
Format * | format |
int32_t | offset |
int32_t | arg |
Each subformat has a Format object, an offset into the plain pattern text fPattern, and an argument number. The argument number corresponds to the array of arguments to be formatted.
Definition at line 634 of file msgfmt.h.
|
|
|
Clone that.format and assign it to this.format Do NOT delete this.format.
|
|
|
|
|
|
|
|
|