tbx
0.7.3
|
Iterator class for iterating through UserSprites in a sprite area. More...
#include <sprite.h>
Public Member Functions | |
iterator | operator++ () |
Move to next sprite in the area. More... | |
iterator | operator++ (int) |
Move to next sprite in the area. More... | |
UserSprite | operator* () |
Get the sprite the iterator is pointing at. | |
bool | operator== (const iterator &other) const |
See if iterators are equal. More... | |
bool | operator!= (const iterator &other) const |
See if iterators are not equal. More... | |
Friends | |
class | SpriteArea |
Iterator class for iterating through UserSprites in a sprite area.
|
inline |
See if iterators are not equal.
other | iterator to compare to |
|
inline |
Move to next sprite in the area.
|
inline |
Move to next sprite in the area.
|
inline |
See if iterators are equal.
other | iterator to compare to |