Binding of an value to an OVAL variable. More...
#include <oval_system_characteristics.h>
Public Member Functions | |
Evaluators | |
struct oval_variable_binding * | oval_variable_binding_new (struct oval_variable *, char *) |
struct oval_variable_binding * | oval_variable_binding_clone (struct oval_variable_binding *, struct oval_definition_model *) |
void | oval_variable_binding_free (struct oval_variable_binding *) |
Setters | |
void | oval_variable_binding_set_variable (struct oval_variable_binding *, struct oval_variable *) |
void | oval_variable_binding_set_value (struct oval_variable_binding *, char *) |
Getters | |
struct oval_variable * | oval_variable_binding_get_variable (struct oval_variable_binding *) |
Get variable for this binding. | |
char * | oval_variable_binding_get_value (struct oval_variable_binding *) |
Get value of this binding. | |
Data Fields | |
struct oval_variable * | variable |
char * | value |
Binding of an value to an OVAL variable.