Searched refs:superstring (Results 1 – 2 of 2) sorted by relevance
1094 class superstring class1097 superstring() : in superstring() function in superstring1101 superstring( const string& str ) : in superstring() function in superstring1105 superstring operator / (const string& str ) in operator /()1106 { return superstring( s + "/" + str ); } in operator /()1108 superstring operator / (const char* str ) in operator /()1109 { return superstring( s + "/" + str ); } in operator /()1119 superstring s; in te_tmp()1123 superstring r = s / (more + less); in te_tmp()