Iterators
[Oval_component]

Oval_component iterator methods. More...

Functions

bool oval_component_iterator_has_more (struct oval_component_iterator *)
 Return true if the iterator is not exhausted.
struct oval_componentoval_component_iterator_next (struct oval_component_iterator *)
 return the next instance of Oval_component.
void oval_component_iterator_free (struct oval_component_iterator *)
 Free the iterator.
int oval_component_iterator_remaining (struct oval_component_iterator *)
 How many remains.

Detailed Description

Oval_component iterator methods.


Function Documentation

struct oval_component* oval_component_iterator_next ( struct oval_component_iterator *   )  [read]

return the next instance of Oval_component.

If the iterator is exhausted this method shall return NULL.


Generated on 4 Jan 2010 for Open SCAP Library by  doxygen 1.6.1