|
Developer Documentation
|
Range adapter for ObjectIterator. More...
#include <OpenFlipper/BasePlugin/PluginFunctions.hh>
Public Member Functions | |
| ObjectRange (IteratorRestriction _restriction=ALL_OBJECTS, DataType _dataType=DATA_ALL) | |
| ObjectIterator | begin () const |
| ObjectIterator | end () const |
Private Attributes | |
| IteratorRestriction | restriction_ |
| DataType | dataType_ |
Range adapter for ObjectIterator.
An iterator range suitable for iterating over objects using a C++11 range-based for loop.
Definition at line 604 of file PluginFunctions.hh.
|
inlineexplicit |
Definition at line 606 of file PluginFunctions.hh.
|
inline |
Definition at line 612 of file PluginFunctions.hh.
|
inline |
Definition at line 616 of file PluginFunctions.hh.
|
private |
Definition at line 622 of file PluginFunctions.hh.
|
private |
Definition at line 621 of file PluginFunctions.hh.