Print the stored list of services to the given stream.
- Parameters
-
out | ostream to which the services names stored in fServiceList are dumped |
Definition at line 584 of file ServiceList.cc.
References fServiceList, GetFormat(), i, and kBold.
586 out << endl <<
kBold <<
"ServiceList:" << endl;
590 const string &server =
i->first;
591 const vector<string> &lst =
i->second;
593 out <<
" " << server << endl;
595 for (vector<string>::const_iterator j=lst.begin(); j!=lst.end(); j++)
596 out <<
" " << *j <<
" [" <<
GetFormat(server, *j) <<
"]" << endl;
ServiceMap fServiceList
A map storing server names and a DimInfo for their SERVICE_LIST.
std::string GetFormat(const std::string &server, const std::string &name) const