コード例 #1
0
 def in_listener_bf_send_return(self, fl_bf):
     _ret_c = lib.cw__foo_receiver_in_listener_bf_send_return(
         self._cpp_impl, FooListenerBfHelper.fromPy(fl_bf))
     CPyException.toPyCheckAndRaise(_ret_c)
     _ret = FooListenerBfHelper.toPy(_ret_c)
     assert _ret is not None
     return _ret
コード例 #2
0
 def get_listener_bf_in_listener_bf(self):
     _ret_c = lib.cw__foo_receiver_get_listener_bf_in_listener_bf(
         self._cpp_impl)
     CPyException.toPyCheckAndRaise(_ret_c)
     _ret = FooListenerBfHelper.toPy(_ret_c)
     assert _ret is not None
     return _ret
コード例 #3
0
ファイル: foo_receiver.py プロジェクト: trafi/djinni
 def in_listener_bf_send_return(self, fl_bf):
     _ret_c = lib.cw__foo_receiver_in_listener_bf_send_return(self._cpp_impl, FooListenerBfHelper.fromPy(fl_bf))
     CPyException.toPyCheckAndRaise(_ret_c)
     _ret = FooListenerBfHelper.toPy(_ret_c)
     assert _ret is not None
     return _ret
コード例 #4
0
ファイル: foo_receiver.py プロジェクト: trafi/djinni
 def get_listener_bf_in_listener_bf(self):
     _ret_c = lib.cw__foo_receiver_get_listener_bf_in_listener_bf(self._cpp_impl)
     CPyException.toPyCheckAndRaise(_ret_c)
     _ret = FooListenerBfHelper.toPy(_ret_c)
     assert _ret is not None
     return _ret