Open SCAP Library
Loading...
Searching...
No Matches
Public Member Functions | Data Fields
oval_state_content Struct Reference

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

#include <oval_definitions.h>

Collaboration diagram for oval_state_content:
[legend]

Public Member Functions

OSCAP_API struct oval_state_contentoval_state_content_new (struct oval_definition_model *)
 
OSCAP_API struct oval_state_contentoval_state_content_clone (struct oval_definition_model *new_model, struct oval_state_content *old_content)
 
OSCAP_API void oval_state_content_free (struct oval_state_content *)
 
Setters
OSCAP_API void oval_state_content_set_entity (struct oval_state_content *, struct oval_entity *)
 
OSCAP_API void oval_state_content_add_record_field (struct oval_state_content *, struct oval_record_field *)
 
OSCAP_API void oval_state_content_set_varcheck (struct oval_state_content *, oval_check_t)
 
OSCAP_API void oval_state_content_set_entcheck (struct oval_state_content *, oval_check_t)
 
OSCAP_API void oval_state_content_set_check_existence (struct oval_state_content *content, oval_existence_t existence)
 Sets the "check_existence" attribute of an OVAL state entity.
 
Getters
OSCAP_API struct oval_entityoval_state_content_get_entity (struct oval_state_content *)
 Get entity of a state content.
 
OSCAP_API struct oval_record_field_iteratoroval_state_content_get_record_fields (struct oval_state_content *)
 
OSCAP_API oval_check_t oval_state_content_get_var_check (struct oval_state_content *)
 Get multipe variable values processing of a state content.
 
OSCAP_API oval_check_t oval_state_content_get_ent_check (struct oval_state_content *)
 Get multipe entities processing of a state content.
 
OSCAP_API oval_existence_t oval_state_content_get_check_existence (struct oval_state_content *content)
 Get "check_existence" attribute of an OVAL state entity.
 

Data Fields

struct oval_definition_modelmodel
 
struct oval_entityentity
 
struct oval_collectionrecord_fields
 
oval_check_t ent_check
 
oval_check_t var_check
 
oval_existence_t check_existence
 

Detailed Description

An Oval_state_content instance specifies an oval_state field.


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