FACT++  1.0
template<class T>
vector<Description> RemoteControl< T >::JsDescription ( const string &  service)
inlineprotectedvirtual

Reimplemented from InterpreterV8.

Definition at line 257 of file RemoteControl.h.

258  {
259  return fImp ? fImp->GetDescription(service) : vector<Description>();
260  }
StateMachineDimControl * fImp
Definition: RemoteControl.h:70
std::vector< Description > GetDescription(const std::string &service)