Structure representing single CPE check. More...
#include <cpedict_priv.h>
Public Member Functions | |
void | cpe_check_free (struct cpe_check *check) |
struct cpe_check * | cpe_check_new (void) |
Getters | |
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 | |
Setters | |
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) |
Data Fields | |
struct xml_metadata | xml |
char * | system |
char * | href |
char * | identifier |
Structure representing single CPE check.