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

OVAL behavior. More...

#include <oval_definitions.h>

Collaboration diagram for oval_behavior:
[legend]

Public Member Functions

OSCAP_API struct oval_behavioroval_behavior_new (struct oval_definition_model *)
 
OSCAP_API struct oval_behavioroval_behavior_clone (struct oval_definition_model *new_model, struct oval_behavior *old_behavior)
 
OSCAP_API void oval_behavior_free (struct oval_behavior *)
 
Setters
OSCAP_API void oval_behavior_set_keyval (struct oval_behavior *behavior, const char *key, const char *value)
 
Getters
OSCAP_API char * oval_behavior_get_key (struct oval_behavior *)
 Get OVAL behavior name.
 
OSCAP_API char * oval_behavior_get_value (struct oval_behavior *)
 Get OVAL behavior value.
 

Data Fields

struct oval_definition_modelmodel
 
char * value
 
char * key
 

Detailed Description

OVAL behavior.


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