FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
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
}
ServiceList::fServiceList
ServiceMap fServiceList
A map storing server names and a DimInfo for their SERVICE_LIST.
Definition:
ServiceList.h:30
ServiceList::end
ServiceMap::const_iterator end() const
Definition:
ServiceList.h:63
Here is the call graph for this function:
ServiceList
Generated on Sun Sep 18 2016 20:50:57 for FACT++ by
1.8.11