Data Structures | |
struct | xccdf_model |
XCCDF scoring model. More... | |
struct | xccdf_model_iterator |
Model iterator. More... | |
Functions | |
struct xccdf_model * | xccdf_model_iterator::xccdf_model_iterator_next (struct xccdf_model_iterator *it) |
bool | xccdf_model_iterator::xccdf_model_iterator_has_more (struct xccdf_model_iterator *it) |
void | xccdf_model_iterator::xccdf_model_iterator_free (struct xccdf_model_iterator *it) |
void xccdf_model_iterator_free | ( | struct xccdf_model_iterator * | it | ) | [related, inherited] |
bool xccdf_model_iterator_has_more | ( | struct xccdf_model_iterator * | it | ) | [related, inherited] |
struct xccdf_model * xccdf_model_iterator_next | ( | struct xccdf_model_iterator * | it | ) | [related, inherited] |