![]() |
Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
|
#include <binary.h>
Inheritance diagram for JGadget::binary::TValueIterator< Parser, size >:
Collaboration diagram for JGadget::binary::TValueIterator< Parser, size >:Public Types | |
| typedef Parser::ParseType | ValueType |
Public Types inherited from std::iterator< std::random_access_iterator_tag, Parser::ParseType, ptrdiff_t, Parser::ParseType *, Parser::ParseType & > | |
| typedef ptrdiff_t | difference_type |
| typedef Parser::ParseType | value_type |
| typedef Parser::ParseType * | pointer |
| typedef Parser::ParseType & | reference |
| typedef std::random_access_iterator_tag | iterator_category |
Public Member Functions | |
| TValueIterator (const void *begin) | |
| const void * | get () const |
| Parser::ParseType | operator* () const |
| TValueIterator & | operator++ () |
| const TValueIterator | operator++ (int) |
| TValueIterator & | operator+= (s32 n) |
| TValueIterator & | operator-- () |
Public Attributes | |
| char const * | mBegin |
| Parser::ParseType JGadget::binary::TValueIterator< Parser, size >::ValueType |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| char const* JGadget::binary::TValueIterator< Parser, size >::mBegin |