20 #ifndef SET_PARAM_VALUE_H 21 #define SET_PARAM_VALUE_H int PARAM_VAL_getElement(PARAM_VAL *rootValue, const char *source, int priority, int at, PARAM_VAL **val)
int PARAM_VAL_insert(PARAM_VAL *target, const char *source, int priority, int at, PARAM_VAL *obj)
Definition: param_value.h:68
Definition: param_value.h:59
Definition: param_value.h:65
struct PARAM_VAL_st PARAM_VAL
Definition: param_value.h:34
int PARAM_VAL_getPriority(PARAM_VAL *rootValue, int current, int *nextPrio)
int PARAM_VAL_getElementCount(PARAM_VAL *rootValue, const char *source, int prio, int *count)
Definition: param_value.h:41
int PARAM_VAL_new(const char *value, const char *source, int priority, PARAM_VAL **newObj)
Definition: param_value.h:50
void PARAM_VAL_free(PARAM_VAL *rootValue)
Definition: param_value.h:79
PST_INDEX_enum
Definition: param_value.h:74
Definition: param_value.h:44
int PARAM_VAL_extract(PARAM_VAL *rootValue, const char **value, const char **source, int *priority)
int PARAM_VAL_getInvalidCount(PARAM_VAL *rootValue, const char *source, int prio, int *count)
Definition: param_value.h:53
int PARAM_VAL_getInvalid(PARAM_VAL *rootValue, const char *source, int priority, int at, PARAM_VAL **val)
char * PARAM_VAL_toString(const PARAM_VAL *value, char *buf, size_t buf_len)
Definition: param_value.h:62
Definition: param_value.h:47
int PARAM_VAL_getErrors(PARAM_VAL *rootValue, int *format, int *content)
PST_PRIORITY_enum
Definition: param_value.h:39
Definition: param_value.h:76
Definition: param_value.h:56
int PARAM_VAL_popElement(PARAM_VAL **rootValue, const char *source, int priority, int at, PARAM_VAL **val)