Iterator over CVE products. More...
#include <cve.h>
Related Functions | |
(Note that these are not member functions.) | |
Remove functions | |
void | cve_product_iterator_remove (struct cve_product_iterator *it) |
Iterator functions | |
struct cve_product * | cve_product_iterator_next (struct cve_product_iterator *it) |
bool | cve_product_iterator_has_more (struct cve_product_iterator *it) |
void | cve_product_iterator_free (struct cve_product_iterator *it) |
Iterator over CVE products.