14 typedef char_separator<char> separator;
15 const tokenizer<separator> tok(
msg, separator(
"|"));
17 for (
auto it=tok.begin(); it!=tok.end(); it++)
19 const size_t p = it->find_first_of(
'@');
24 string server = it->substr(0, p);
38 server = server.substr(1);
virtual void CallbackServerRemove(const std::string &str)
std::string GetString() const
virtual void CallbackServerAdd(const std::string &str)
virtual Time GetTime() const
std::set< std::string > fServerList
virtual size_t GetSize() const