Structure representing single CPE check. More...
#include <cpedict_priv.h>
Data Fields | |
struct xml_metadata | xml |
char * | system |
char * | href |
char * | identifier |
Related Functions | |
(Note that these are not member functions.) | |
Get functions | |
const char * | cpe_check_get_system (const struct cpe_check *item) |
cpe_check functions to get system | |
const char * | cpe_check_get_href (const struct cpe_check *item) |
cpe_check functions to get href | |
const char * | cpe_check_get_identifier (const struct cpe_check *item) |
cpe_check functions to get identifier | |
Free functions | |
void | cpe_check_free (struct cpe_check *check) |
New functions | |
struct cpe_check * | cpe_check_new (void) |
Set functions | |
bool | cpe_check_set_system (struct cpe_check *check, const char *new_system) |
bool | cpe_check_set_href (struct cpe_check *check, const char *new_href) |
bool | cpe_check_set_identifier (struct cpe_check *check, const char *new_identifier) |
Structure representing single CPE check.