XCCDF simple or complex check. More...
#include <xccdf.h>
Data Fields | |
xccdf_bool_operator_t | oper |
struct oscap_list * | children |
struct xccdf_item * | parent |
char * | id |
char * | system |
char * | selector |
char * | content |
struct oscap_list * | imports |
struct oscap_list * | exports |
struct oscap_list * | content_refs |
Related Functions | |
(Note that these are not member functions.) | |
const char * | xccdf_check_get_id (const struct xccdf_check *check) |
Get check ID. | |
bool | xccdf_check_get_complex (const struct xccdf_check *check) |
True if the check is a complex check. | |
xccdf_bool_operator_t | xccdf_check_get_oper (const struct xccdf_check *check) |
Get an operator to be applied no children of the complex check. | |
const char * | xccdf_check_get_system (const struct xccdf_check *check) |
Get check system URI. | |
const char * | xccdf_check_get_selector (const struct xccdf_check *check) |
Get check selector. | |
const char * | xccdf_check_get_content (const struct xccdf_check *check) |
Get check content. | |
struct xccdf_rule * | xccdf_check_get_parent (const struct xccdf_check *check) |
Get rule containing this check. | |
struct xccdf_check_iterator * | xccdf_check_get_children (const struct xccdf_check *check) |
Get an iterator to the check content references. |
XCCDF simple or complex check.