Data Structures | |
struct | xccdf_check_export |
XCCDF check export. More... | |
struct | xccdf_check_export_iterator |
Check export iterator. More... | |
Functions | |
struct xccdf_check_export * | xccdf_check_export_iterator::xccdf_check_export_iterator_next (struct xccdf_check_export_iterator *it) |
bool | xccdf_check_export_iterator::xccdf_check_export_iterator_has_more (struct xccdf_check_export_iterator *it) |
void | xccdf_check_export_iterator::xccdf_check_export_iterator_free (struct xccdf_check_export_iterator *it) |
void xccdf_check_export_iterator_free | ( | struct xccdf_check_export_iterator * | it | ) | [related, inherited] |
bool xccdf_check_export_iterator_has_more | ( | struct xccdf_check_export_iterator * | it | ) | [related, inherited] |
struct xccdf_check_export * xccdf_check_export_iterator_next | ( | struct xccdf_check_export_iterator * | it | ) | [related, inherited] |