FACT++  1.0
bool DimServerListImp::HasServer ( const std::string &  server) const
inline
Returns
whether the given server is in the list or not
Parameters
serverstring with the server which availability should be checked

Definition at line 52 of file DimServerList.h.

References DimServerList::HasServer().

52 { return fList.HasServer(server); }
bool HasServer(const std::string &server) const
DimServerList fList
Definition: DimServerList.h:37

+ Here is the call graph for this function: