xccdf_group Struct Reference
[Xccdf_group]

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_groupxccdf_group_get_extends (const struct xccdf_group *group)
 Return group's parent in the inheritance hierarchy.
struct xccdf_itemxccdf_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_iteratorxccdf_group_get_platforms (const struct xccdf_group *group)
 Get an iterator to group platforms.
struct xccdf_status_iteratorxccdf_group_get_statuses (const struct xccdf_group *group)
 Get an iterator to group statuses.
struct xccdf_reference_iteratorxccdf_group_get_references (const struct xccdf_group *group)
 Get an iterator to the XCCDF references of the group.
struct xccdf_item_iteratorxccdf_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.

Detailed Description

XCCDF Group.


The documentation for this struct was generated from the following file:

Generated on 4 Jan 2010 for Open SCAP Library by  doxygen 1.6.1