template<class C>
class PyDumper::PySTLAdaptor< C >
Helper for iterating over STL map classes.
It's difficult to generate proper reflex dictionaries for iterators over STL map classes, as (as least with libstdc++) one also needs dictionaries for bases of the iterators that have internal libstdc++ names. This adaptor class provides simple iterators for which it is easy to generate dictionaries.
While the principal use of this is expected to be map classes, it should work for any STL-compliant container type.
Definition at line 36 of file PySTLAdaptor.h.