OVAL test. More...
#include <oval_definitions.h>
Data Fields | |
| oval_subtype_t | subtype |
| struct oval_collection * | notes |
| char * | comment |
| char * | id |
| int | deprecated |
| int | version |
| oval_existence_t | existence |
| oval_check_t | check |
| struct oval_object * | object |
| struct oval_state * | state |
Related Functions | |
(Note that these are not member functions.) | |
| oval_family_t | oval_test_get_family (struct oval_test *) |
| Get OVAL test family. | |
| oval_subtype_t | oval_test_get_subtype (struct oval_test *) |
| Get OVAL test subtype. | |
| struct oval_string_iterator * | oval_test_get_notes (struct oval_test *) |
| Get OVAL test notes. | |
| char * | oval_test_get_comment (struct oval_test *) |
| Get OVAL test comment. | |
| char * | oval_test_get_id (struct oval_test *) |
| Get OVAL test ID. | |
| int | oval_test_get_deprecated (struct oval_test *) |
| Get OVAL test deprecation status. | |
| int | oval_test_get_version (struct oval_test *) |
| Get OVAL test version. | |
| oval_existence_t | oval_test_get_existence (struct oval_test *) |
| Get OVAL test existence check type. | |
| oval_check_t | oval_test_get_check (struct oval_test *) |
| Get OVAL test check type. | |
| struct oval_object * | oval_test_get_object (struct oval_test *) |
| Get OVAL test tested object. | |
| struct oval_state * | oval_test_get_state (struct oval_test *) |
| Get OVAL test state. | |
OVAL test.
1.6.1