20 #ifndef STRING_H_FD462039
21 #define STRING_H_FD462039
28 std::string escapeMacro(std::string
const &s);
30 std::string toBinStr(
size_t val,
size_t margin);
32 std::list<std::string> tokenize(
const std::string &line,
const char seperator =
' ',
bool trimWhiteSpace =
true);
34 std::string spaceNormalize(
const std::string &text);
36 bool nameMatch(
const std::string &eventDescs,
const std::string &event);
Definition: Breakpoint.cpp:26