Home
last modified time | relevance | path

Searched refs:UCLObjectHandle (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/libucl/haskell/
H A Dhucl.hs16 type UCLObjectHandle = Ptr () type
30 foreign import ccall "ucl_object_type" ucl_object_type :: UCLObjectHandle -> CUInt
31 foreign import ccall "ucl_object_key" ucl_object_key :: UCLObjectHandle -> CString
32 foreign import ccall "ucl_object_toint" ucl_object_toint :: UCLObjectHandle -> CInt
33 foreign import ccall "ucl_object_todouble" ucl_object_todouble :: UCLObjectHandle -> CDouble
35 foreign import ccall "ucl_object_toboolean" ucl_object_toboolean :: UCLObjectHandle -> Bool
67 ucl_parser_parse_string_pure :: String -> Either UCLObjectHandle ErrorString
76 ucl_parser_add_file_pure :: String -> Either UCLObjectHandle ErrorString
92 ucl_to_msgpack_object :: UCLObjectHandle -> MSG.Object
107 uclObjectToVector :: UCLObjectHandle -> V.Vector (MSG.Object,MSG.Object)
[all …]