FACT++  1.0
vector< string > ServiceList::GetServerList ( ) const
Returns
the list of servers as a vector of strings.

Definition at line 326 of file ServiceList.cc.

References fServerList, and i.

Referenced by SetHandler().

327 {
328  vector<string> v;
329  for (ServerMap::const_iterator i=fServerList.begin(); i!=fServerList.end(); i++)
330  v.push_back(i->first);
331 
332  return v;
333 }
ServerMap fServerList
A filter for the type of the services to be collected, e.g. CMD.
Definition: ServiceList.h:29
int i
Definition: db_dim_client.c:21

+ Here is the caller graph for this function: