FACT++  1.0
std::vector< Description > StateMachineDimControl::GetDescription ( const std::string &  service)

Definition at line 386 of file StateMachineDimControl.cc.

Referenced by RemoteControl< Shell >::JsDescription(), and RemoteControl< Shell >::JsGetDescription().

387 {
388  const lock_guard<mutex> guard(fMutex);
389 
390  const auto it = fServiceDescriptionList.find(service);
391  return it==fServiceDescriptionList.end() ? vector<Description>() : it->second;
392 }
std::map< std::string, std::vector< Description > > fServiceDescriptionList

+ Here is the caller graph for this function: