29 map<string, int> vsubs;
30 for (
auto it=ltxt.begin(); it!=ltxt.end(); it++)
34 if (col.size()==2 && col[0].substr(0,
name.size()+1)==
name+
"/")
35 vsubs[col[0]] = atoi(col[1].c_str());
39 for (
auto it=vserv.begin(); it!=vserv.end(); it++)
41 const auto is = vsubs.find(*it);
42 list.insert(make_pair(it->substr(
name.size()+1), is==vsubs.end() ? -2 : is->second));
45 list.erase(
"STATE_LIST");
static const std::set< std::string > & GetServices()
Base class for a state machine implementation.
std::string GetString() const
std::map< const std::string, const int > list