Go to the documentation of this file.
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.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
RangeIterator(const RangeDescription &desc)
Constructs an iterator to walk through the codes on the descriptor.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
int get_code() const
Returns the current Unicode value represented by the iterator, or -1 if the iterator has reached the ...
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
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 ...
bool next()
Advances the iterator to the next code.