#include <cpedict.h>
Public Attributes | |
| cpe_t * | name |
| CPE name as CPE URI. | |
| char * | title |
| human-readable name of this item | |
| char ** | notes |
| notes as array of strings | |
| size_t | notes_n |
| number of notes | |
| size_t | notes_alloc_ |
| allocated space for notes (internal) | |
| cpe_t * | depracated |
| CPE that depracated this one (or NULL). | |
| char * | depracation_date |
| date of depracation | |
| cpe_dict_reference_t * | references |
| array of references | |
| size_t | references_n |
| number of references. | |
| size_t | references_alloc_ |
| allocated space for references. | |
| cpe_dict_check_t ** | check |
| array of checks to be performed | |
| size_t | check_n |
| number of checks. | |
| size_t | check_alloc_ |
| allocated space for checks. | |
| struct cpe_dict_item * | next |
| pointer to next dictionary item | |
1.5.6