Structure representing single CPE dictionary item. More...
#include <cpedict.h>
Data Fields | |
| struct cpe_name * | name |
| char * | title |
| struct cpe_name * | deprecated |
| char * | deprecation_date |
| struct oscap_list * | references |
| struct oscap_list * | checks |
| struct oscap_list * | notes |
Related Functions | |
(Note that these are not member functions.) | |
| struct cpe_name * | cpe_dictitem_get_name (const struct cpe_dictitem *item) |
| Get CPE name of the dictionary entry. | |
| const char * | cpe_dictitem_get_title (const struct cpe_dictitem *item) |
| Get title of the dictionary entry. | |
|
struct cpe_dict_reference_iterator * | cpe_dictitem_get_references (const struct cpe_dictitem *item) |
| Get an iterator to the dictionary entry's references. | |
| struct cpe_dict_check_iterator * | cpe_dictitem_get_checks (const struct cpe_dictitem *item) |
| Get an iterator to the dictionary entry's checks. | |
| struct oscap_string_iterator * | cpe_dictitem_get_notes (const struct cpe_dictitem *item) |
| Get an iterator to the dictionary entry's notes. | |
| struct cpe_name * | cpe_dictitem_get_deprecated (const struct cpe_dictitem *item) |
| Get CPE name of item that deprecated this one. | |
| const char * | cpe_dictitem_get_deprecation_date (const struct cpe_dictitem *item) |
| Get date this item was deprecated. | |
Structure representing single CPE dictionary item.
1.6.1