oval_state_content Struct Reference
[OVAL Definitions]

An Oval_state_content instance specifies an oval_state field. More...

#include <oval_definitions.h>

Public Member Functions

struct oval_state_contentoval_state_content_new (struct oval_definition_model *)
struct oval_state_contentoval_state_content_clone (struct oval_definition_model *new_model, struct oval_state_content *old_content)
void oval_state_content_free (struct oval_state_content *)
Setters



void oval_state_content_set_entity (struct oval_state_content *, struct oval_entity *)
void oval_state_content_add_record_field (struct oval_state_content *, struct oval_record_field *)
void oval_state_content_set_varcheck (struct oval_state_content *, oval_check_t)
void oval_state_content_set_entcheck (struct oval_state_content *, oval_check_t)
Getters



struct oval_entityoval_state_content_get_entity (struct oval_state_content *)
 Get entity of a state content.
struct oval_record_field_iteratoroval_state_content_get_record_fields (struct oval_state_content *)
oval_check_t oval_state_content_get_var_check (struct oval_state_content *)
 Get multipe variable values processing of a state content.
oval_check_t oval_state_content_get_ent_check (struct oval_state_content *)
 Get multipe entities processing of a state content.

Data Fields

struct oval_definition_modelmodel
struct oval_entityentity
struct oval_collectionrecord_fields
oval_check_t ent_check
oval_check_t var_check

Detailed Description

An Oval_state_content instance specifies an oval_state field.


The documentation for this struct was generated from the following files:

Generated on 30 Mar 2012 for Open SCAP Library by  doxygen 1.6.1