RTree.QueryIterator

Query iterator to parse queries.

class RTree(DATA_T, TYPE, size_t MAX, size_t MIN, FEATURES features = FEATURES.NON)
final
class QueryIterator {}

Constructors

this
this(_Node* root, TYPE range)
Undocumented in source.

Members

Functions

front
DATA_T front()
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(DATA_T) func)
Undocumented in source. Be warned that the author may not have intended to support it.
popFront
void popFront()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

empty
bool empty [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta