Iterator over CVE summaries. More...
#include <cve.h>
Public Member Functions | |
void | cve_summary_iterator_remove (struct cve_summary_iterator *it) |
Iterators | |
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.
void cve_summary_iterator_remove | ( | struct cve_summary_iterator * | it | ) |