Skip to end of metadata
Go to start of metadata

bool FB::JSAPI::HasMethodObject ( const std::wstring &  methodObjName  )  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.

Definition at line 306 of file JSAPI.h.

References FB::wstring_to_utf8().

00307         {
00308             return HasMethodObject(wstring_to_utf8(methodObjName));
00309         }

Here is the call graph for this function:


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