Structure holding CCE entries. More...
#include <cce.h>
Data Fields | |
| struct oscap_list * | entries |
| struct oscap_htable * | entry |
Related Functions | |
(Note that these are not member functions.) | |
| struct cce * | cce_new (const char *fname) |
| Create a new CCE structure from XML file. | |
| void | cce_free (struct cce *cce) |
| CCE structure destructor. | |
| struct cce_entry_iterator * | cce_get_entries (const struct cce *cce) |
| Get an iterator to the contents of the CCE. | |
| struct cce_entry * | cce_get_entry (const struct cce *cce, const char *id) |
| Get an CCE entry by ID. | |
Structure holding CCE entries.
1.6.1