CPE platform specification. More...
#include <cpelang.h>
Data Fields | |
struct oscap_list * | items |
struct oscap_htable * | item |
Related Functions | |
(Note that these are not member functions.) | |
struct cpe_platformspec * | cpe_platformspec_new (const char *fname) |
New platform specification from file. | |
void | cpe_platformspec_free (struct cpe_platformspec *platformspec) |
Free specified platform specification list. | |
struct cpe_platform_iterator * | cpe_platformspec_get_items (const struct cpe_platformspec *platformspec) |
Get an iterator to platforms contained in this specification. | |
struct cpe_platform * | cpe_platformspec_get_item (const struct cpe_platformspec *platformspec, const char *id) |
Get platform with given ID. |
CPE platform specification.