Specify Oval_definition_dependencies. More...
Data Structures | |
| struct | oval_criteria_node |
| Handle: Oval_criteria_node. More... | |
| struct | oval_criteria_node_iterator |
| Handle: Oval_criteria_node_iterator. More... | |
Modules | |
| Setters | |
Oval_criteria_node set methods. | |
| Getters | |
Oval_criteria_node get methods. | |
| Iterators | |
Oval_criteria_node iterator methods. | |
| Evaluators | |
Oval_criteria_node evaluator methods | |
Functions | |
| struct oval_criteria_node * | oval_criteria_node_new (struct oval_definition_model *, oval_criteria_node_type_t type) |
| Construct an instance of Oval_criteria_node. | |
| struct oval_criteria_node * | oval_criteria_node_clone (struct oval_definition_model *new_model, struct oval_criteria_node *old_node) |
| Clone an instance of Oval_criteria_node. | |
| void | oval_criteria_node_free (struct oval_criteria_node *) |
| Free an instance of Oval_criteria_node. | |
Specify Oval_definition_dependencies.
An Oval_criteria_node specifies Oval_definition dependencies as follows:
| struct oval_criteria_node* oval_criteria_node_new | ( | struct oval_definition_model * | , | |
| oval_criteria_node_type_t | type | |||
| ) | [read] |
Construct an instance of Oval_criteria_node.
Initialized attribute values are:
If the type parameter is entered as OVAL_NODETYPE_UNKNOWN, no instance shall be constructed and the method shall return NULL.
| type | - the required node type. |
1.6.1