#include "common/query/defs-registry.hpp"
template<class TAR>
class lumiera::query::impl::DefsRegistry::Iter< TAR >
used for enumerating solutions
Definition at line 203 of file defs-registry.hpp.
|
bool | hasNext () |
|
P< TAR > | operator* () |
|
Iter & | operator++ () |
|
|
typedef Slot< TAR >::Registry::iterator | II |
|
|
| Iter (II from, II to) |
|
| Iter (II match, II from, II to) |
|
P< TAR > | findNext () |
|
|
II | e |
|
II | i |
|
P< TAR > | next |
|
II | p |
|
P< TAR > | ptr |
|
◆ Iter() [1/2]
◆ Iter() [2/2]
Iter |
( |
II |
match, |
|
|
II |
from, |
|
|
II |
to |
|
) |
| |
|
inlineprivate |
- Parameters
-
to | returns direct match first, then enumerates |
Definition at line 218 of file defs-registry.hpp.
The documentation for this class was generated from the following file: