Open SCAP Library
Public Member Functions | Data Fields

cce Struct Reference


Detailed Description

Structure holding CCE entries.

#include <cce.h>

Public Member Functions

struct ccecce_new (const char *fname)
 Create a new CCE structure from XML file.
void cce_free (struct cce *cce)
 CCE structure destructor.
Getters

Return value is pointer to structure's member.

Do not free unless you null the pointer in the structure. Use remove function otherwise.

struct cce_entry_iteratorcce_get_entries (const struct cce *cce)
 Get an iterator to the contents of the CCE.
struct cce_entrycce_get_entry (const struct cce *cce, const char *id)
 Get an CCE entry by ID.
Evaluators
const char * cce_supported (void)
 Get supported version of CCE XML.

Data Fields

struct oscap_listentries
struct oscap_htableentry

The documentation for this struct was generated from the following files:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines