Data Structures | |
struct | xccdf_profile_note |
XCCDF note for given rule in context of given profile. More... | |
struct | xccdf_profile_note_iterator |
Profile note iterator. More... | |
Functions | |
struct xccdf_profile_note * | xccdf_profile_note_iterator::xccdf_profile_note_iterator_next (struct xccdf_profile_note_iterator *it) |
bool | xccdf_profile_note_iterator::xccdf_profile_note_iterator_has_more (struct xccdf_profile_note_iterator *it) |
void | xccdf_profile_note_iterator::xccdf_profile_note_iterator_free (struct xccdf_profile_note_iterator *it) |
void xccdf_profile_note_iterator_free | ( | struct xccdf_profile_note_iterator * | it | ) | [related, inherited] |
bool xccdf_profile_note_iterator_has_more | ( | struct xccdf_profile_note_iterator * | it | ) | [related, inherited] |
struct xccdf_profile_note * xccdf_profile_note_iterator_next | ( | struct xccdf_profile_note_iterator * | it | ) | [related, inherited] |