= {
attr_maps,
}
struct maps * maps_new(struct attr *parent, struct attr **attrs)
Definition maps.c:31
struct attr_iter *(* object_func_iter_new)(void *)
Definition xmlconfig.h:60
void(* object_func_iter_destroy)(struct attr_iter *)
Definition xmlconfig.h:61
int(* object_func_remove_attr)(void *, struct attr *attr)
Definition xmlconfig.h:64
int(* object_func_init)(void *)
Definition xmlconfig.h:65
void *(* object_func_dup)(void *)
Definition xmlconfig.h:67
int(* object_func_add_attr)(void *, struct attr *attr)
Definition xmlconfig.h:63
void *(* object_func_unref)(void *)
Definition xmlconfig.h:69
void *(* object_func_new)(struct attr *parent, struct attr **attrs)
Definition xmlconfig.h:58
void(* object_func_destroy)(void *)
Definition xmlconfig.h:66
void *(* object_func_ref)(void *)
Definition xmlconfig.h:68
int(* object_func_set_attr)(void *, struct attr *attr)
Definition xmlconfig.h:62
int(* object_func_get_attr)(void *, enum attr_type type, struct attr *attr, struct attr_iter *iter)
Definition xmlconfig.h:59