FACT++  1.0
vector< string > StateMachineDimControl::GetServerList ( )

Definition at line 434 of file StateMachineDimControl.cc.

Referenced by RemoteControl< Shell >::GetServerList().

435 {
436  vector<string> rc;
437 
438  const lock_guard<mutex> guard(fMutex);
439 
440  rc.reserve(fServerList.size());
441  for (auto it=fServerList.begin(); it!=fServerList.end(); it++)
442  rc.push_back(*it);
443 
444  return rc;
445 }
std::set< std::string > fServerList

+ Here is the caller graph for this function: