Used by the xml system to pass around iterable ranges. More...
#include <objectrange.h>
Public Types | |
| typedef It | const_iterator |
| Used to get the template type. | |
Public Member Functions | |
| ObjectRange (It InitBegin, It InitEnd) | |
| Initializing constructor. More... | |
| It | begin () const |
| The Beginning of an iterable range. More... | |
| It | end () const |
| The end of an iterable range. More... | |
Used by the xml system to pass around iterable ranges.
Definition at line 72 of file objectrange.h.
|
inline |
Initializing constructor.
| InitBegin | Default beginning of the range. |
| InitEnd | Default end of the range. |
Definition at line 89 of file objectrange.h.
|
inline |
|
inline |
1.8.9.1. Thanks to the
Open Icon Library
for help with some of the icons.