Box2D
3.0.0
A Real-Time-Oriented 2-D Physics Engine
|
Iterator. More...
#include <List.hpp>
Public Member Functions | |
iterator ()=default | |
constexpr | iterator (const iterator &it) noexcept |
constexpr | iterator (pointer b) noexcept |
iterator & | operator++ () noexcept |
iterator | operator++ (int) |
iterator & | operator-- () noexcept |
iterator | operator-- (int) |
constexpr bool | operator== (const iterator &rhs) const noexcept |
constexpr bool | operator!= (const iterator &rhs) const noexcept |
reference | operator* () const noexcept |
pointer | operator-> () const noexcept |
Iterator.
Conforming to the bidirectional iterator concept.
|
default |
|
inlinenoexcept |
|
inlineexplicitnoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inline |
|
inlinenoexcept |
|
inline |
|
inlinenoexcept |
|
inlinenoexcept |