teditor  1.8.0@@fee5e94
Terminal based editor written in C++
teditor::Line Member List

This is the complete list of members for teditor::Line, including all inherited members.

append(char c)teditor::Lineinline
append(const char *c)teditor::Lineinline
append(const std::string &str)teditor::Lineinline
at(int idx) constteditor::Lineinline
clear()teditor::Lineinline
empty() constteditor::Lineinline
erase(int idx, int len=1)teditor::Line
findFirstNotOf(const std::string &str, int pos) constteditor::Line
findLastNotOf(const std::string &str, int pos) constteditor::Line
get() constteditor::Lineinline
indentSize() constteditor::Line
insert(char c, int idx)teditor::Line
insert(const char *c, int idx)teditor::Line
insert(const std::string &str, int idx)teditor::Line
join(const Line &other)teditor::Line
length() constteditor::Lineinline
Line()teditor::Lineinline
numLinesNeeded(int wid) constteditor::Line
prepend(char c)teditor::Lineinline
prepend(const char *c)teditor::Lineinline
prepend(char c, int count)teditor::Line
split(int idx)teditor::Line