Пример #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
 def set_listener_bf_in_listener_bf(self, listener):
     lib.cw__foo_receiver_set_listener_bf_in_listener_bf(
         self._cpp_impl, FooListenerBfHelper.fromPy(listener))
     CPyException.toPyCheckAndRaise(ffi.NULL)
Пример #4
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
Пример #5
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
Пример #6
0
 def set_listener_bf_in_listener_bf(self, listener):
     lib.cw__foo_receiver_set_listener_bf_in_listener_bf(self._cpp_impl, FooListenerBfHelper.fromPy(listener))
     CPyException.toPyCheckAndRaise(ffi.NULL)