Box2D
3.0.0
A Real-Time-Oriented 2-D Physics Engine
|
#include <List.hpp>
Public Types | |
using | pointer = const T * |
using | reference = const T & |
Public Member Functions | |
const_iterator ()=default | |
constexpr | const_iterator (const const_iterator &it) noexcept |
constexpr | const_iterator (typename ListNode< T >::const_iterator b) noexcept |
const_iterator & | operator++ () noexcept |
const_iterator | operator++ (int) |
const_iterator & | operator-- () noexcept |
const_iterator | operator-- (int) |
constexpr bool | operator== (const const_iterator &rhs) const noexcept |
constexpr bool | operator!= (const const_iterator &rhs) const noexcept |
reference | operator* () const noexcept |
pointer | operator-> () const noexcept |
using box2d::List< T >::const_iterator::pointer = const T* |
using box2d::List< T >::const_iterator::reference = const T& |
|
default |
|
inlinenoexcept |
|
inlineexplicitnoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inline |
|
inlinenoexcept |
|
inline |
|
inlinenoexcept |
|
inlinenoexcept |