Iterator over CPE dictionary items. More...
#include <cpelang.h>
Related Functions | |
(Note that these are not member functions.) | |
Iterator functions | |
struct cpe_platform * | cpe_platform_iterator_next (struct cpe_platform_iterator *it) |
bool | cpe_platform_iterator_has_more (struct cpe_platform_iterator *it) |
void | cpe_platform_iterator_free (struct cpe_platform_iterator *it) |
Remove functions | |
void | cpe_platform_iterator_remove (struct cpe_platform_iterator *it, struct cpe_lang_model *parent) |
Iterator over CPE dictionary items.