#include <cpeuri.h>
Public Attributes | |
| char * | data_ |
| parsed string, internal use only | |
| char ** | fields_ |
| NULL-terminated array of pointers to individual components of CPE URI, internal. | |
| enum cpe_part_t | part |
| part | |
| const char * | vendor |
| vendor | |
| const char * | product |
| product | |
| const char * | version |
| version | |
| const char * | update |
| update | |
| const char * | edition |
| edition | |
| const char * | language |
| language | |
Empty components are set to NULL.
1.5.6