OVAL variable. More...
#include <oval_definitions.h>
Data Fields | |
| char * | id |
| char * | comment |
| int | version |
| int | deprecated |
| oval_variable_type_t | type |
| oval_datatype_t | datatype |
| struct oval_string_map * | values |
Related Functions | |
(Note that these are not member functions.) | |
| char * | oval_variable_get_id (struct oval_variable *) |
| Get OVAL variable ID. | |
| char * | oval_variable_get_comment (struct oval_variable *) |
| Get OVAL variable comment. | |
| int | oval_variable_get_version (struct oval_variable *) |
| Get OVAL variable version. | |
| int | oval_variable_get_deprecated (struct oval_variable *) |
| Get OVAL variable deprecation status. | |
| oval_variable_type_t | oval_variable_get_type (struct oval_variable *) |
| Get OVAL variable type. | |
| oval_datatype_t | oval_variable_get_datatype (struct oval_variable *) |
| Get OVAL variable datatype. | |
| struct oval_value_iterator * | oval_variable_get_values (struct oval_variable *) |
| Get OVAL constant variable values. | |
| struct oval_component * | oval_variable_get_component (struct oval_variable *) |
| Get OVAL local variable main component. | |
OVAL variable.
1.6.1