Single platform representation in CPE language. More...
#include <cpelang.h>
Data Fields | |
char * | id |
char * | title |
char * | remark |
struct cpe_lang_expr | expr |
Related Functions | |
(Note that these are not member functions.) | |
bool | cpe_platform_match_cpe (struct cpe_name **cpe, size_t n, const struct cpe_platform *platform) |
Match list of CPEs against CPE language platform specification. | |
const char * | cpe_platform_get_id (const struct cpe_platform *platform) |
Get CPE paltform ID. | |
const char * | cpe_platform_get_title (const struct cpe_platform *platform) |
Get CPE paltform title. | |
const char * | cpe_platform_get_remark (const struct cpe_platform *platform) |
Get CPE paltform remark. |
Single platform representation in CPE language.