|
Example function for testing fireEvent.
Definition at line 34 of file JSAPISimple.cpp. References FB::JSAPIImpl::FireEvent(). 00035 { 00036 std::vector<FB::variant> args(args_in); 00037 00038 try { 00039 std::string event = args[0].convert_cast<std::string>(); 00040 args.erase(args.begin()); 00041 this->FireEvent(event, args); 00042 return event; 00043 } catch (...) { 00044 throw invalid_arguments(); 00045 } 00046 }
Here is the call graph for this function:
![]() |
Generated on 18 Jun 2013 for FireBreath by
1.6.1
Labels

