![]() |
GDevelop Core
Core library for developing platforms and tools compatible with GDevelop.
|
Inherits std::iterator< std::bidirectional_iterator_tag, uint32_t >.
Public Member Functions | |
| iterator (const octet_iterator &octet_it, const octet_iterator &range_start, const octet_iterator &range_end) | |
| octet_iterator | base () const |
| uint32_t | operator* () const |
| bool | operator== (const iterator &rhs) const |
| bool | operator!= (const iterator &rhs) const |
| iterator & | operator++ () |
| iterator | operator++ (int) |
| iterator & | operator-- () |
| iterator | operator-- (int) |