General iterator template. Provides iterator over objects of type ObjectIn in some container. Same as previous but allows conversion of output to type ObjectOut.
More...
#include <general_iterator.hh>
template<class ObjectIn, class ObjectOut>
class IterConvert< ObjectIn, ObjectOut >
General iterator template. Provides iterator over objects of type ObjectIn in some container. Same as previous but allows conversion of output to type ObjectOut.
Definition at line 63 of file general_iterator.hh.
◆ IterConvert()
template<class ObjectIn , class ObjectOut >
◆ operator*()
template<class ObjectIn , class ObjectOut >
const ObjectOut & IterConvert< ObjectIn, ObjectOut >::operator* |
|
inline |
◆ operator->()
template<class ObjectIn , class ObjectOut >
const ObjectOut * IterConvert< ObjectIn, ObjectOut >::operator-> |
|
inline |
◆ out_
template<class ObjectIn , class ObjectOut >
The documentation for this class was generated from the following file: