Data Structures | |
struct | xccdf_check_import |
XCCDF check import. More... | |
struct | xccdf_check_import_iterator |
Check import iterator. More... | |
Functions | |
struct xccdf_check_import * | xccdf_check_import_iterator::xccdf_check_import_iterator_next (struct xccdf_check_import_iterator *it) |
bool | xccdf_check_import_iterator::xccdf_check_import_iterator_has_more (struct xccdf_check_import_iterator *it) |
void | xccdf_check_import_iterator::xccdf_check_import_iterator_free (struct xccdf_check_import_iterator *it) |
void xccdf_check_import_iterator_free | ( | struct xccdf_check_import_iterator * | it | ) | [related, inherited] |
bool xccdf_check_import_iterator_has_more | ( | struct xccdf_check_import_iterator * | it | ) | [related, inherited] |
struct xccdf_check_import * xccdf_check_import_iterator_next | ( | struct xccdf_check_import_iterator * | it | ) | [related, inherited] |