FACT++  1.0
template<class T>
bool RemoteControl< T >::JsHasState ( int  s) const
inlineprotectedvirtual

Reimplemented from InterpreterV8.

Definition at line 179 of file RemoteControl.h.

179 { return fImp && fImp->HasState(s); }
StateMachineDimControl * fImp
Definition: RemoteControl.h:70
bool HasState(int index) const