cpe_platform Struct Reference
[CPE Language]

Single platform representation in CPE language. More...

#include <cpelang_priv.h>

Data Fields

struct xml_metadata xml
struct oscap_listtitles
char * id
char * remark
struct cpe_testexpr expr

Related Functions

(Note that these are not member functions.)



struct cpe_platformcpe_platform_parse (xmlTextReaderPtr reader)
 Parse CPE platform structure.
void cpe_platform_export (const struct cpe_platform *platform, xmlTextWriterPtr writer)
 Function for export CPE platform element.
const char * cpe_platform_get_id (const struct cpe_platform *item)
 cpe_platform functions to get variable members
const char * cpe_platform_get_remark (const struct cpe_platform *item)
struct oscap_title_iteratorcpe_platform_get_titles (const struct cpe_platform *item)
struct cpe_testexprcpe_platform_get_expr (const struct cpe_platform *item)
struct cpe_platformcpe_platform_new (void)
 Constructor of CPE Platform.
void cpe_platform_free (struct cpe_platform *platform)
 Free function of CPE Platform.
bool cpe_platform_set_id (struct cpe_platform *platform, const char *new_id)
bool cpe_platform_add_title (struct cpe_platform *platform, struct oscap_title *title)

Detailed Description

Single platform representation in CPE language.


The documentation for this struct was generated from the following files:

Generated on 12 Nov 2009 for Open SCAP Library by  doxygen 1.6.1