BasicRopeRange

A wrapper over Range which disables slicing. Some algorithms assume slicing is faster than regular range access, but it's not the case for Rope.

Members

Functions

empty
bool empty()
Undocumented in source. Be warned that the author may not have intended to support it.
front
char front()
Undocumented in source. Be warned that the author may not have intended to support it.
length
size_t length()
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.
save
BasicRopeRange save()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

rope
Rope rope;
Undocumented in source.

Meta