Panda3D
|
This is an iterator adaptor that explicitly typecasts each value returned by the base iterator to the indicated type. More...
#include "iterator_types.h"
Public Types | |
typedef new_type | value_type |
Public Member Functions | |
typecast_iterator (const base_iterator &init) | |
value_type | operator* () |
This is an iterator adaptor that explicitly typecasts each value returned by the base iterator to the indicated type.
Definition at line 60 of file iterator_types.h.
typedef new_type typecast_iterator< base_iterator, new_type >::value_type |
Definition at line 62 of file iterator_types.h.
|
inline |
Definition at line 65 of file iterator_types.h.
|
inline |
Definition at line 67 of file iterator_types.h.