[][src]Function uclicious_libucl_sys::ucl_parser_get_current_stack_object

pub unsafe extern "C" fn ucl_parser_get_current_stack_object(
    parser: *mut ucl_parser,
    depth: c_uint
) -> *mut ucl_object_t

Get the current stack object as stack accessor function for use in macro functions (refcount is increased) @param parser parser object @param depth depth of stack to retrieve (top is 0) @return current stack object or NULL