Searched defs:nsReadingIterator (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/string/public/
H A DnsStringIterator.h59 class nsReadingIterator class
62 typedef nsReadingIterator<CharT> self_type;
74 // unfortunately, the API for nsReadingIterator requires that the
84 nsReadingIterator() { } function in class:nsReadingIterator
85 // nsReadingIterator( const nsReadingIterator<CharT>& ); // auto-generated copy-constructor OK
86 // nsReadingIterator<CharT>& operator=( const nsReadingIterator<CharT>& ); // auto-generated copy-assignment operator OK
339 operator==( const nsReadingIterator<CharT>& lhs, const nsReadingIterator<Char
[all...]

Completed in 1154 milliseconds