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