Home | History | Annotate | Download | only in unicode

Lines Matching full:subclasses

56  * Many of the concrete subclasses of Format employ the notion of
65 * Even though many subclasses use patterns, the notion of a pattern
90 * <em>User subclasses are not supported.</em> While clients may write
91 * subclasses, such code will not necessarily work and will not be
104 * Objects of different subclasses are considered unequal.
107 * Objects of different subclasses are considered unequal.
145 * subclasses must implement. This method allows polymorphic formatting
164 * Format an object to produce a string. Subclasses should override this
186 * method which subclasses must implement. This method allows
205 * Subclasses will typically supply specific parse methods that
273 Format(const Format&); // Does nothing; for subclasses only
278 Format& operator=(const Format&); // Does nothing; for subclasses