Skip to end of metadata
Go to start of metadata

variant FB::JSAPI::Invoke ( const std::wstring &  methodName,
const std::vector< variant > &  args 
) [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.

Definition at line 489 of file JSAPI.h.

References FB::wstring_to_utf8().

00490         {
00491             return Invoke(wstring_to_utf8(methodName), args);
00492         }

Here is the call graph for this function:


Generated on 22 May 2013 for FireBreath by  doxygen 1.6.1
Labels
  • None