OVAL state. More...
#include <oval_definitions.h>
Data Fields | |
oval_subtype_t | subtype |
char * | comment |
char * | id |
int | deprecated |
int | version |
struct oval_collection * | notes |
struct oval_collection * | contents |
Related Functions | |
(Note that these are not member functions.) | |
oval_family_t | oval_state_get_family (struct oval_state *) |
Get OVAL state family. | |
oval_subtype_t | oval_state_get_subtype (struct oval_state *) |
Get OVAL state subtype. | |
const char * | oval_state_get_name (struct oval_state *) |
Get OVAL state name. | |
char * | oval_state_get_comment (struct oval_state *) |
Get OVAL state comment. | |
char * | oval_state_get_id (struct oval_state *) |
Get OVAL state ID. | |
int | oval_state_get_deprecated (struct oval_state *) |
Get OVAL state deprecation status. | |
int | oval_state_get_version (struct oval_state *) |
Get OVAL state version. | |
struct oval_string_iterator * | oval_state_get_notes (struct oval_state *) |
Get OVAL state notes. | |
struct oval_state_content_iterator * | oval_state_get_contents (struct oval_state *) |
Get OVAL state contents. |
OVAL state.