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.CResultVoidFfi.PolarLib. polar_application_error(jnr.ffi.Pointer query_ptr, String message)Ffi.CResultVoidFfi.PolarLib. polar_bind(jnr.ffi.Pointer query_ptr, String name, String value)Ffi.CResultVoidFfi.PolarLib. polar_call_result(jnr.ffi.Pointer query_ptr, long call_id, String value)Ffi.CResultVoidFfi.PolarLib. polar_clear_rules(jnr.ffi.Pointer polar_ptr)Ffi.CResultVoidFfi.PolarLib. polar_debug_command(jnr.ffi.Pointer query_ptr, String value)Ffi.CResultVoidFfi.PolarLib. polar_load(jnr.ffi.Pointer polar_ptr, String sources)Ffi.CResultVoidFfi.PolarLib. polar_question_result(jnr.ffi.Pointer query_ptr, long call_id, int result)Ffi.CResultVoidFfi.PolarLib. polar_register_constant(jnr.ffi.Pointer polar_ptr, String name, String value)Ffi.CResultVoidFfi.PolarLib. polar_register_mro(jnr.ffi.Pointer polar_ptr, String name, String mro) 
 -