FACT++  1.0
vector< string > ServiceList::GetServiceList ( const std::string &  server) const

Definition at line 335 of file ServiceList.cc.

References end(), and fServiceList.

336 {
337  const ServiceMap::const_iterator m = fServiceList.find(server);
338  return m==end() ? vector<string>() : m->second;
339 }
ServiceMap fServiceList
A map storing server names and a DimInfo for their SERVICE_LIST.
Definition: ServiceList.h:30
ServiceMap::const_iterator end() const
Definition: ServiceList.h:63

+ Here is the call graph for this function: