Open SCAP Library
Public Member Functions | Data Fields

oval_directives_model Struct Reference


Detailed Description

This structure holds instance of OVAL Directives.

#include <oval_directives.h>

Public Member Functions

struct oval_directives_modeloval_directives_model_new (void)
void oval_directives_model_free (struct oval_directives_model *)
int oval_directives_model_import_source (struct oval_directives_model *model, struct oscap_source *source)
 Import the data from oscap_source to the directives model.
int oval_directives_model_import (struct oval_directives_model *, char *)
struct oval_generatoroval_directives_model_get_generator (struct oval_directives_model *)
struct oval_result_directivesoval_directives_model_get_defdirs (struct oval_directives_model *)
struct oval_result_directivesoval_directives_model_get_classdir (struct oval_directives_model *, oval_definition_class_t)
struct oval_result_directivesoval_directives_model_get_new_classdir (struct oval_directives_model *, oval_definition_class_t)
int oval_directives_model_export (struct oval_directives_model *, const char *)

Data Fields

struct oval_generatorgenerator
struct oval_result_directivesdef_directives
struct oval_result_directivesclass_directives [NUMBER_OF_CLASSES]

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