|
FifeGUI 0.2.0
A C++ GUI library designed for games.
|
Public Types | |
| using | difference_type = std::ptrdiff_t |
| using | iterator_category = std::bidirectional_iterator_tag |
| using | pointer = uint32_t* |
| using | reference = uint32_t& |
| using | value_type = uint32_t |
Public Member Functions | |
| octet_iterator | base () const |
| iterator (octet_iterator const &octet_it) | |
| bool | operator!= (iterator const &rhs) const |
| uint32_t | operator* () const |
| iterator & | operator++ () |
| iterator | operator++ (int) |
| iterator & | operator-- () |
| iterator | operator-- (int) |
| bool | operator== (iterator const &rhs) const |
Definition at line 179 of file unchecked.hpp.
| using utf8::unchecked::iterator< octet_iterator >::difference_type = std::ptrdiff_t |
Definition at line 186 of file unchecked.hpp.
| using utf8::unchecked::iterator< octet_iterator >::iterator_category = std::bidirectional_iterator_tag |
Definition at line 184 of file unchecked.hpp.
| using utf8::unchecked::iterator< octet_iterator >::pointer = uint32_t* |
Definition at line 187 of file unchecked.hpp.
| using utf8::unchecked::iterator< octet_iterator >::reference = uint32_t& |
Definition at line 188 of file unchecked.hpp.
| using utf8::unchecked::iterator< octet_iterator >::value_type = uint32_t |
Definition at line 185 of file unchecked.hpp.
|
inlineexplicit |
Definition at line 191 of file unchecked.hpp.
|
inline |
Definition at line 193 of file unchecked.hpp.
|
inline |
Definition at line 209 of file unchecked.hpp.
|
inline |
Definition at line 198 of file unchecked.hpp.
|
inline |
Definition at line 214 of file unchecked.hpp.
|
inline |
Definition at line 220 of file unchecked.hpp.
|
inline |
Definition at line 227 of file unchecked.hpp.
|
inline |
Definition at line 233 of file unchecked.hpp.
|
inline |
Definition at line 204 of file unchecked.hpp.