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

OVAL set object. More...

#include <oval_definitions.h>

Collaboration diagram for oval_setobject:
[legend]

Public Member Functions

OSCAP_API struct oval_setobjectoval_setobject_new (struct oval_definition_model *)
 
OSCAP_API struct oval_setobjectoval_setobject_clone (struct oval_definition_model *new_model, struct oval_setobject *old_setobject)
 
OSCAP_API void oval_setobject_free (struct oval_setobject *)
 
Setters
OSCAP_API void oval_setobject_set_operation (struct oval_setobject *, oval_setobject_operation_t)
 
OSCAP_API void oval_setobject_add_subset (struct oval_setobject *, struct oval_setobject *)
 
OSCAP_API void oval_setobject_add_object (struct oval_setobject *, struct oval_object *)
 
OSCAP_API void oval_setobject_add_filter (struct oval_setobject *, struct oval_filter *)
 
Getters
OSCAP_API oval_setobject_type_t oval_setobject_get_type (struct oval_setobject *)
 Get OVAL set object type.
 
OSCAP_API oval_setobject_operation_t oval_setobject_get_operation (struct oval_setobject *)
 Get OVAL set object operation type.
 
OSCAP_API struct oval_setobject_iterator * oval_setobject_get_subsets (struct oval_setobject *)
 Get OVAL set object subsets.
 
OSCAP_API struct oval_object_iteratoroval_setobject_get_objects (struct oval_setobject *)
 Get OVAL set object referenced objects.
 
OSCAP_API struct oval_filter_iteratoroval_setobject_get_filters (struct oval_setobject *)
 Get OVAL set object filters.
 

Data Fields

struct oval_definition_modelmodel
 
oval_setobject_type_t type
 
oval_setobject_operation_t operation
 
void * extension
 

Detailed Description

OVAL set object.


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