Data Fields | |
struct oval_object_model * | object_model |
struct oval_collection * | systems |
Related Functions | |
(Note that these are not member functions.) | |
struct oval_results_model * | oval_results_model_new (struct oval_object_model *object_model, struct oval_syschar_model **) |
Create new oval_results_model. | |
void | oval_results_model_free (struct oval_results_model *model) |
free memory allocated to a specified oval results model. | |
struct oval_object_model * | oval_results_model_get_object_model (struct oval_results_model *model) |
oval_results_model_object_model Return bound object model from an oval_results_model. | |
struct oval_result_system_iterator * | oval_results_model_get_systems (struct oval_results_model *) |
Return iterator over reporting systems. | |
struct oval_result_directives * | oval_results_model_load (struct oval_results_model *, struct oval_import_source *, oval_xml_error_handler, void *) |
load oval results from XML file. |