Open SCAP Library
|
Public Member Functions | |
struct oval_variable_possible_value * | oval_variable_possible_value_new (const char *hint, const char *value) |
Construct new instance of possible_value element. More... | |
void | oval_variable_possible_value_free (struct oval_variable_possible_value *pv) |
Free instance of possible_value. | |
char * | oval_variable_possible_value_get_hint (struct oval_variable_possible_value *pv) |
Get the hint of the possible_value. | |
char * | oval_variable_possible_value_get_value (struct oval_variable_possible_value *pv) |
Get the value of the possible value. | |
Data Fields | |
char * | hint |
char * | value |