CPE dictionary item reference. More...
#include <cpedict_priv.h>
Public Member Functions | |
void | cpe_reference_free (struct cpe_reference *ref) |
struct cpe_reference * | cpe_reference_new (void) |
Getters | |
const char * | cpe_reference_get_href (const struct cpe_reference *item) |
cpe_reference functions to get href of reference | |
const char * | cpe_reference_get_content (const struct cpe_reference *item) |
cpe_reference functions to get content of reference | |
Setters | |
bool | cpe_reference_set_href (struct cpe_reference *reference, const char *new_href) |
bool | cpe_reference_set_content (struct cpe_reference *reference, const char *new_content) |
Data Fields | |
char * | href |
char * | content |
CPE dictionary item reference.