FACT++  1.0
vector< Description > ServiceList::GetDescriptions ( const std::string &  server,
const std::string &  name 
) const

Get the Description vector of a command or service

Parameters
serverthe server name, e.g. SERVER
namethe service name, e.g. EXIT
Returns
a vector of Description objects corresponding to the arguments

Definition at line 423 of file ServiceList.cc.

Referenced by end().

424 {
425  return GetDescriptions(server+'/'+name);
426 }
std::vector< Description > GetDescriptions(const std::string &server, const std::string &name) const
Definition: ServiceList.cc:423

+ Here is the caller graph for this function: