11 for (
unsigned int i = 0; i <
TotalWidth - 1; i++)
20 for (
unsigned int i = 0; i <
ColumnTitle.size(); i++)
32 length = title.length();
49 std::string::size_type pos2 = src.find_last_not_of(chr, src.length());
50 if (pos2 + 1 < src.length())
51 src.erase(pos2 + 1, src.length());