A range for iteration through the device specifier strings. More...
#include </home/chochlik/devel/oglplus/include/oalplus/device.hpp>
Public Member Functions | |
| bool | Empty (void) const |
| Returns true when the range is empty (at the end of traversal) | |
| const ALchar * | Front (void) const |
| Returns the specifier string at the front of the range. | |
| void | Next (void) |
| Goes to the next specifier in the range. | |
| void | StepFront (void) |
| A synonym for Next. | |
A range for iteration through the device specifier strings.