Skip to end of metadata
Go to start of metadata

bool FB::JSAPI::HasMethod ( const std::wstring &  methodName  )  const [inline, virtual]

This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.

Reimplemented in FB::JSAPIProxy, and FB::ActiveX::IDispatchAPI.

Definition at line 287 of file JSAPI.h.

References FB::wstring_to_utf8().

00288         {
00289             return HasMethod(wstring_to_utf8(methodName));
00290         }

Here is the call graph for this function:


Generated on 20 Jun 2013 for FireBreath by  doxygen 1.6.1
Labels
  • None