Structure holding single CCE entry data. More...
#include <cce.h>
Data Fields | |
char * | id |
char * | description |
struct oscap_list * | params |
struct oscap_list * | tech_mechs |
struct oscap_list * | references |
Related Functions | |
(Note that these are not member functions.) | |
const char * | cce_entry_get_id (const struct cce_entry *cce) |
Get CCE entry ID. | |
const char * | cce_entry_get_description (const struct cce_entry *cce) |
Get CCE entry desription. | |
struct oscap_string_iterator * | cce_entry_get_params (const struct cce_entry *cce) |
Get an iterator to CCE entry's parameters. | |
struct oscap_string_iterator * | cce_entry_get_tech_mechs (const struct cce_entry *cce) |
Get an iterator to CCE entry's technical mechanisms. | |
struct cce_reference_iterator * | cce_entry_get_references (const struct cce_entry *cce) |
Get an iterator to CCE entry's references. |
Structure holding single CCE entry data.