Oval_affected get methods. More...
Functions | |
bool | oval_affected_is_locked (struct oval_affected *) |
Return true if the instance of oval_affected is locked. | |
struct oval_string_iterator * | oval_affected_get_platforms (struct oval_affected *) |
Get member values Oval_affected platform_names. | |
struct oval_string_iterator * | oval_affected_get_products (struct oval_affected *) |
Get member values Oval_affected product_names. |
Oval_affected get methods.
struct oval_string_iterator* oval_affected_get_platforms | ( | struct oval_affected * | ) | [read] |
Get member values Oval_affected platform_names.
If the returned iterator is empty, then the associated Oval_definition is not constrained to a specific platform choice.
struct oval_string_iterator* oval_affected_get_products | ( | struct oval_affected * | ) | [read] |
Get member values Oval_affected product_names.
If the returned iterator is empty, then the associated Oval_definition is not constrained to a specific product choice.
bool oval_affected_is_locked | ( | struct oval_affected * | ) |
Return true if the instance of oval_affected is locked.
The state of a locked instance cannot be changed.