XCCDF Group. More...
#include <xccdf.h>
Related Functions | |
(Note that these are not member functions.) | |
| const char * | xccdf_group_get_id (const struct xccdf_group *group) |
| Get group ID. | |
| const char * | xccdf_group_get_title (const struct xccdf_group *group) |
| Get group title. | |
| const char * | xccdf_group_get_description (const struct xccdf_group *group) |
| Get group description. | |
| const char * | xccdf_group_get_version (const struct xccdf_group *group) |
| Get group version. | |
| const char * | xccdf_group_get_question (const struct xccdf_group *group) |
| Get group question. | |
| const char * | xccdf_group_get_rationale (const struct xccdf_group *group) |
| Get group rationale. | |
| const char * | xccdf_group_get_cluster_id (const struct xccdf_group *group) |
| Get group cluster ID. | |
| float | xccdf_group_get_weight (const struct xccdf_group *group) |
| Get group scoring weight. | |
| struct xccdf_group * | xccdf_group_get_extends (const struct xccdf_group *group) |
| Return group's parent in the inheritance hierarchy. | |
| struct xccdf_item * | xccdf_group_get_parent (const struct xccdf_group *group) |
| Return group's parent in the grouping hierarchy. | |
| bool | xccdf_group_get_abstract (const struct xccdf_group *group) |
| Return whether the group is abstract. | |
| bool | xccdf_group_get_prohibit_changes (const struct xccdf_group *group) |
| Return whether the group has the prohibit changes flag set to true. | |
| bool | xccdf_group_get_hidden (const struct xccdf_group *group) |
| Return whether the group has the hidden flag set to true. | |
| bool | xccdf_group_get_selected (const struct xccdf_group *group) |
| Return whether the group is selected. | |
| struct oscap_string_iterator * | xccdf_group_get_platforms (const struct xccdf_group *group) |
| Get an iterator to group platforms. | |
| struct xccdf_status_iterator * | xccdf_group_get_statuses (const struct xccdf_group *group) |
| Get an iterator to group statuses. | |
| struct xccdf_reference_iterator * | xccdf_group_get_references (const struct xccdf_group *group) |
| Get an iterator to the XCCDF references of the group. | |
| struct xccdf_item_iterator * | xccdf_group_get_content (const struct xccdf_group *benchmark) |
| Get an iterator to the group content. | |
| xccdf_status_type_t | xccdf_group_get_status_current (const struct xccdf_group *group) |
| Get group current status. | |
XCCDF Group.
1.6.1