Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
|
#include <iterator.h>
Public Types | |
typedef Iterator::difference_type | difference_type |
typedef Iterator::value_type | value_type |
typedef Iterator::pointer | pointer |
typedef Iterator::reference | reference |
typedef Iterator::iterator_category | iterator_category |
typedef Iterator::difference_type std::iterator_traits< Iterator >::difference_type |
typedef Iterator::iterator_category std::iterator_traits< Iterator >::iterator_category |
typedef Iterator::pointer std::iterator_traits< Iterator >::pointer |
typedef Iterator::reference std::iterator_traits< Iterator >::reference |
typedef Iterator::value_type std::iterator_traits< Iterator >::value_type |