Iterator over CVE summaries. More...
#include <cve.h>
Related Functions | |
(Note that these are not member functions.) | |
Remove functions | |
void | cve_summary_iterator_remove (struct cve_summary_iterator *it) |
Iterator functions | |
struct cve_summary * | cve_summary_iterator_next (struct cve_summary_iterator *it) |
bool | cve_summary_iterator_has_more (struct cve_summary_iterator *it) |
void | cve_summary_iterator_free (struct cve_summary_iterator *it) |
Iterator over CVE summaries.