drmaa2_dict (3) Linux Manual Page
drmaa2_dict_create, drmaa2_dict_free, drmaa2_dict_list, drmaa2_dict_has, drmaa2_dict_get, drmaa2_dict_del, drmaa2_dict_set – DRMAA2 dictionary routines Synopsis#include drmaa.h typedef struct drmaa2_dict_s *drmaa2_dict; typedef void (*drmaa2_dict_entryfree)(char **key, char **val); drmaa2_dict drmaa2_dict_create (const drmaa2_dict_entryfree callback); void drmaa2_dict_free(drmaa2_dict *d); drmaa2_string_list drmaa2_dict_list(const drmaa2_dict d); drmaa2_bool drmaa2_dict_has(const drmaa2_dict d, const char *key); const char *drmaa2_dict_get(const drmaa2_dict d, const char *key); drmaa2_error drmaa2_dict_del(drmaa2_dict d, const char…
