/home/pvrabec/tmp/openscap/openscap-0.3.3/src/OVAL/oval_collection_impl.h File Reference
Open Vulnerability and Assessment Language.
More...
Go to the source code of this file.
|
Typedefs |
|
typedef void(* | oval_item_free_func )(void *) |
Functions |
|
struct oval_collection * | oval_collection_new () |
|
void | oval_collection_free (struct oval_collection *) |
|
void | oval_collection_free_items (struct oval_collection *, oval_item_free_func) |
|
void | oval_collection_add (struct oval_collection *, void *) |
|
struct oval_iterator * | oval_collection_iterator (struct oval_collection *) |
|
struct oval_iterator * | oval_collection_iterator_new () |
|
void | oval_collection_iterator_add (struct oval_iterator *, void *) |
|
int | oval_collection_iterator_has_more (struct oval_iterator *) |
|
void * | oval_collection_iterator_next (struct oval_iterator *) |
Detailed Description
Open Vulnerability and Assessment Language.
See more details at http://oval.mitre.org/