// SharedBreakIterator encapsulates a shared BreakIterator. Because // BreakIterator has mutable semantics, clients must ensure that all uses // of a particular shared BreakIterator is protected by the same mutex // ensuring that only one thread at a time gets access to that shared // BreakIterator. Clients can accomplish this by creating a mutex for all // uses of break iterator within a particular class. Then objects of that // class may then freely share break iterators among themselves. However, // these shared break iterators must never be exposed outside of that class. class U_I18N_API SharedBreakIterator : public SharedObject { public:
SharedBreakIterator(BreakIterator *biToAdopt); virtual ~SharedBreakIterator();
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.