[][src]Function clingo_sys::clingo_statistics_map_subkey_name

pub unsafe extern "C" fn clingo_statistics_map_subkey_name(
    statistics: *const clingo_statistics_t,
    key: u64,
    offset: usize,
    name: *mut *const c_char
) -> bool

Get the name associated with the offset-th subkey.

@pre The @link clingo_statistics_type() type@endlink of the entry must be @ref ::clingo_statistics_type_map. @param[in] statistics the target statistics @param[in] key the key @param[in] offset the offset of the name @param[out] name the resulting name @return whether the call was successful