Function eccodes_sys::codes_index_select_string[][src]

pub unsafe extern "C" fn codes_index_select_string(
    index: *mut codes_index,
    key: *const c_char,
    value: *const c_char
) -> c_int
Expand description

Select the message subset with key==value. The value is a string. The key must have been created with string type or have string as native type if the type was not explicitly defined in the index creation.

@param index : an index created from a file. The index must have been created with the key in argument. @param key : key to be selected @param value : value of the key to select @return 0 if OK, integer value on error