38 std::string& child1, std::string& child2);
45 std::vector<std::string>& childs);
50 void split(std::string &input,
char delim, std::vector<std::string> &elems);
Namespace of the library interface.
void split(std::string &input, char delim, std::vector< std::string > &elems)
Splits the input string with a delimiter to extract elements.
void parseExpresion(std::string input, std::string &parent, std::string &child1, std::string &child2)
Parse expresions of the form Parent(Child1, Child2).