SimpleStrategy

Undocumented in source.

Members

Functions

copy
void copy(Strategy target)
Undocumented in source. Be warned that the author may not have intended to support it.
next
void next(bool success)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

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

Variables

address
size_t[] address;
Undocumented in source.

Inherited Members

From Strategy

root
Entity root;
Undocumented in source.
progressGeneration
uint progressGeneration;
Undocumented in source.
done
bool done;
Undocumented in source.
copy
void copy(Strategy result)
Undocumented in source. Be warned that the author may not have intended to support it.
front
size_t[] front [@property getter]
Undocumented in source.
next
void next(bool success)
Undocumented in source.
reset
void reset()
Undocumented in source.
getIteration
int getIteration()
Undocumented in source. Be warned that the author may not have intended to support it.
getDepth
int getDepth()
Undocumented in source. Be warned that the author may not have intended to support it.
dup
Strategy dup()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta