XCCDF Value. More...
#include <xccdf.h>
Public Member Functions | |
const char * | xccdf_value_get_id (const struct xccdf_value *value) |
Get value ID. | |
struct oscap_text_iterator * | xccdf_value_get_title (const struct xccdf_value *value) |
Get value title. | |
struct oscap_text_iterator * | xccdf_value_get_description (const struct xccdf_value *value) |
Get value description. | |
struct xccdf_value * | xccdf_value_get_extends (const struct xccdf_value *value) |
Return value's parent in the inheritance hierarchy. | |
struct xccdf_item * | xccdf_value_get_parent (const struct xccdf_value *value) |
Return value's parent in the grouping hierarchy. | |
bool | xccdf_value_get_abstract (const struct xccdf_value *value) |
Return whether the value is abstract. | |
bool | xccdf_value_get_prohibit_changes (const struct xccdf_value *value) |
Return whether the value has the prohibit changes flag set to true. | |
bool | xccdf_value_get_hidden (const struct xccdf_value *value) |
Return whether the value has the hidden flag set to true. | |
struct xccdf_status_iterator * | xccdf_value_get_statuses (const struct xccdf_value *value) |
Get an iterator to value statuses. | |
struct xccdf_reference_iterator * | xccdf_value_get_references (const struct xccdf_value *value) |
Get an iterator to the XCCDF references of the value. | |
xccdf_status_type_t | xccdf_value_get_status_current (const struct xccdf_value *value) |
Get value current status. | |
xccdf_value_type_t | xccdf_value_get_type (const struct xccdf_value *value) |
Return type of the value. | |
xccdf_interface_hint_t | xccdf_value_get_interface_hint (const struct xccdf_value *value) |
Return an interface hint for the value. | |
xccdf_operator_t | xccdf_value_get_oper (const struct xccdf_value *value) |
Return an operator to be applied on the value. | |
const char * | xccdf_value_get_selector (const struct xccdf_value *value) |
Return currently active selector of the value. | |
bool | xccdf_value_get_set_selector (struct xccdf_item *value, const char *selector) |
Apply a selector on the value. | |
const char * | xccdf_value_get_value_string (const struct xccdf_value *value) |
Return the item's value as a string. | |
xccdf_numeric | xccdf_value_get_value_number (const struct xccdf_value *value) |
Return the item's value as a number. | |
bool | xccdf_value_get_value_boolean (const struct xccdf_value *value) |
Return the item's value as a boolean value. | |
const char * | xccdf_value_get_defval_string (const struct xccdf_value *value) |
Return the item's default value as a string. | |
xccdf_numeric | xccdf_value_get_defval_number (const struct xccdf_value *value) |
Return the item's default value as a number. | |
bool | xccdf_value_get_defval_boolean (const struct xccdf_value *value) |
Return the item's default value as a boolean value. | |
xccdf_numeric | xccdf_value_get_lower_bound (const struct xccdf_value *value) |
Return upper limit for the numeric value. | |
xccdf_numeric | xccdf_value_get_upper_bound (const struct xccdf_value *value) |
Return lower limit for the numeric value. | |
const char * | xccdf_value_get_match (const struct xccdf_value *value) |
Regex the values should match. | |
bool | xccdf_value_get_must_match (const struct xccdf_value *value) |
Return mustMatch property. | |
const char * | xccdf_value_get_version (const struct xccdf_value *value) |
struct oscap_text_iterator * | xccdf_value_get_question (const struct xccdf_value *value) |
struct xccdf_warning_iterator * | xccdf_value_get_warnings (const struct xccdf_value *value) |
struct oscap_text_iterator * | xccdf_value_get_rationale (const struct xccdf_value *value) |
const char * | xccdf_value_get_cluster_id (const struct xccdf_value *value) |
const char * | xccdf_value_get_version_update (const struct xccdf_value *value) |
time_t | xccdf_value_get_version_time (const struct xccdf_value *value) |
float | xccdf_value_get_weight (const struct xccdf_value *value) |
struct xccdf_benchmark * | xccdf_value_get_benchmark (const struct xccdf_value *value) |
struct oscap_string_iterator * | xccdf_value_get_platforms (const struct xccdf_value *value) |
struct oscap_string_iterator * | xccdf_value_get_sources (const struct xccdf_value *value) |
bool | xccdf_value_get_resolved (const struct xccdf_value *value) |
bool | xccdf_value_get_selected (const struct xccdf_value *value) |
bool | xccdf_value_get_multiple (const struct xccdf_value *value) |
bool | xccdf_value_get_interactive (const struct xccdf_value *value) |
XCCDF Value.
bool xccdf_value_get_abstract | ( | const struct xccdf_value * | value | ) |
Return whether the value is abstract.
struct xccdf_benchmark * xccdf_value_get_benchmark | ( | const struct xccdf_value * | value | ) | [read] |
const char * xccdf_value_get_cluster_id | ( | const struct xccdf_value * | value | ) |
bool xccdf_value_get_defval_boolean | ( | const struct xccdf_value * | value | ) |
Return the item's default value as a boolean value.
Implicit conversion is performed on non-boolean types: value is true for nonempty strings and nonzero numbers.
xccdf_numeric xccdf_value_get_defval_number | ( | const struct xccdf_value * | value | ) |
Return the item's default value as a number.
NAN | if value is not a number or is not set. |
const char * xccdf_value_get_defval_string | ( | const struct xccdf_value * | value | ) |
Return the item's default value as a string.
NULL | if value is not a string or is not set |
bool xccdf_value_get_hidden | ( | const struct xccdf_value * | value | ) |
Return whether the value has the hidden flag set to true.
const char * xccdf_value_get_id | ( | const struct xccdf_value * | value | ) |
Get value ID.
bool xccdf_value_get_interactive | ( | const struct xccdf_value * | value | ) |
xccdf_numeric xccdf_value_get_lower_bound | ( | const struct xccdf_value * | value | ) |
Return upper limit for the numeric value.
NAN | if value is not a number or lower limit is not set. |
const char * xccdf_value_get_match | ( | const struct xccdf_value * | value | ) |
Regex the values should match.
NULL | if regex was not set or the value is not a string. |
bool xccdf_value_get_multiple | ( | const struct xccdf_value * | value | ) |
bool xccdf_value_get_must_match | ( | const struct xccdf_value * | value | ) |
Return mustMatch property.
Returns whether value must match conditions given by choices, or these are just hints.
struct xccdf_item * xccdf_value_get_parent | ( | const struct xccdf_value * | value | ) | [read] |
Return value's parent in the grouping hierarchy.
Returned item will be either a value or a benchmark.
struct oscap_string_iterator * xccdf_value_get_platforms | ( | const struct xccdf_value * | value | ) | [read] |
bool xccdf_value_get_prohibit_changes | ( | const struct xccdf_value * | value | ) |
Return whether the value has the prohibit changes flag set to true.
struct oscap_text_iterator * xccdf_value_get_question | ( | const struct xccdf_value * | value | ) | [read] |
struct oscap_text_iterator * xccdf_value_get_rationale | ( | const struct xccdf_value * | value | ) | [read] |
bool xccdf_value_get_resolved | ( | const struct xccdf_value * | value | ) |
bool xccdf_value_get_selected | ( | const struct xccdf_value * | value | ) |
bool xccdf_value_get_set_selector | ( | struct xccdf_item * | value, | |
const char * | selector | |||
) |
Apply a selector on the value.
The | selector character string. |
struct oscap_string_iterator * xccdf_value_get_sources | ( | const struct xccdf_value * | value | ) | [read] |
xccdf_numeric xccdf_value_get_upper_bound | ( | const struct xccdf_value * | value | ) |
Return lower limit for the numeric value.
NAN | if value is not a number or upper limit is not set. |
bool xccdf_value_get_value_boolean | ( | const struct xccdf_value * | value | ) |
Return the item's value as a boolean value.
Implicit conversion is performed on non-boolean types: value is true for nonempty strings and nonzero numbers.
xccdf_numeric xccdf_value_get_value_number | ( | const struct xccdf_value * | value | ) |
Return the item's value as a number.
NAN | if value is not a number or is not set. |
const char * xccdf_value_get_value_string | ( | const struct xccdf_value * | value | ) |
Return the item's value as a string.
NULL | if value is not a string or is not set |
const char * xccdf_value_get_version | ( | const struct xccdf_value * | value | ) |
time_t xccdf_value_get_version_time | ( | const struct xccdf_value * | value | ) |
const char * xccdf_value_get_version_update | ( | const struct xccdf_value * | value | ) |
struct xccdf_warning_iterator * xccdf_value_get_warnings | ( | const struct xccdf_value * | value | ) | [read] |
float xccdf_value_get_weight | ( | const struct xccdf_value * | value | ) |