#include <box.h>
Public Member Functions | |
| iterator & | operator++ () |
| increment | |
| iterator | operator++ (int) |
| increment | |
| iterator & | operator-- () |
| decrement | |
| iterator | operator-- (int) |
| decrement | |
| operator ScreenArea * () | |
| dereference | |
| operator ScreenArea * () const | |
| dereference | |
| ScreenArea & | operator * () const |
| dereference | |
| ScreenArea * | operator-> () const |
| dereference | |
Friends | |
| class | Box |
This document is licensed under the terms of the GNU Free Documentation License and may be freely distributed under the conditions given by this license.