Uses of Class
com.osohq.oso.Ffi.CResultVoid
-
-
Uses of Ffi.CResultVoid in com.osohq.oso
Methods in com.osohq.oso that return Ffi.CResultVoid Modifier and Type Method Description Ffi.CResultVoid
Ffi.PolarLib. polar_application_error(jnr.ffi.Pointer query_ptr, String message)
Ffi.CResultVoid
Ffi.PolarLib. polar_bind(jnr.ffi.Pointer query_ptr, String name, String value)
Ffi.CResultVoid
Ffi.PolarLib. polar_call_result(jnr.ffi.Pointer query_ptr, long call_id, String value)
Ffi.CResultVoid
Ffi.PolarLib. polar_clear_rules(jnr.ffi.Pointer polar_ptr)
Ffi.CResultVoid
Ffi.PolarLib. polar_debug_command(jnr.ffi.Pointer query_ptr, String value)
Ffi.CResultVoid
Ffi.PolarLib. polar_load(jnr.ffi.Pointer polar_ptr, String sources)
Ffi.CResultVoid
Ffi.PolarLib. polar_question_result(jnr.ffi.Pointer query_ptr, long call_id, int result)
Ffi.CResultVoid
Ffi.PolarLib. polar_register_constant(jnr.ffi.Pointer polar_ptr, String name, String value)
Ffi.CResultVoid
Ffi.PolarLib. polar_register_mro(jnr.ffi.Pointer polar_ptr, String name, String mro)
-