Searched refs:CppBindingExample (Results 1 – 3 of 3) sorted by relevance
30 CppBindingExample::CppBindingExample() { in CppBindingExample() function in CppBindingExample40 BindProperty("same", &CppBindingExample::same); in CppBindingExample()43 BindMethod("echoValue", &CppBindingExample::echoValue); in CppBindingExample()44 BindMethod("echoType", &CppBindingExample::echoType); in CppBindingExample()45 BindMethod("plus", &CppBindingExample::plus); in CppBindingExample()50 BindFallbackMethod(&CppBindingExample::fallbackMethod); in CppBindingExample()56 void CppBindingExample::echoValue(const CppArgumentList& args, in echoValue()65 void CppBindingExample::echoType(const CppArgumentList& args, in echoType()85 void CppBindingExample::plus(const CppArgumentList& args, in plus()116 void CppBindingExample::same(CppVariant* result) { in same()[all …]
38 class CppBindingExample : public CppBoundClass {42 CppBindingExample();
25 class CppBindingExampleSubObject : public CppBindingExample {36 class CppBindingExampleWithOptionalFallback : public CppBindingExample {