oval_value Struct Reference
[OVALDEF]

OVAL object or item entity value. More...

#include <oval_definitions.h>

Public Member Functions

struct oval_valueoval_value_new (oval_datatype_t datatype, char *text_value)
struct oval_valueoval_value_clone (struct oval_value *old_value)
void oval_value_free (struct oval_value *)
Getters



oval_datatype_t oval_value_get_datatype (struct oval_value *)
 Get OVAL value datatype.
char * oval_value_get_text (struct oval_value *)
 Get OVAL value as a text.
unsigned char * oval_value_get_binary (struct oval_value *)
 Get OVAL value as a piece of raw binary data.
bool oval_value_get_boolean (struct oval_value *)
 Get OVAL value as a boolean.
float oval_value_get_float (struct oval_value *)
 Get OVAL value as a floating point number.
long oval_value_get_integer (struct oval_value *)
 Get OVAL value as an integer.
bool oval_value_is_locked (struct oval_value *value)
 return true if the value instance is locked.
Evaluators



bool oval_value_is_valid (struct oval_value *value)
 Return true if the value instance is valid.

Data Fields

oval_datatype_t datatype
char * text

Detailed Description

OVAL object or item entity value.


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

Generated on 14 Jul 2010 for Open SCAP Library by  doxygen 1.6.1