14 #ifndef RANGEITERATOR_H 15 #define RANGEITERATOR_H 32 INLINE
bool eof()
const;
36 RangeDescription::RangeList::const_iterator _it;
40 Codes _codes_generated;
Walks through all the Unicode characters described by a RangeDescription class.
RangeIterator(const RangeDescription &desc)
Constructs an iterator to walk through the codes on the descriptor.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
bool next()
Advances the iterator to the next code.
bool eof() const
Returns true if all the code have been retrieved, false otherwise.
This describes a sparse range of Unicode character codes for conversion that may be specified on the ...
int get_code() const
Returns the current Unicode value represented by the iterator, or -1 if the iterator has reached the ...