xccdf_status Struct Reference
[XCCDF]

XCCDF item status. More...

#include <xccdf.h>

Public Member Functions

struct xccdf_statusxccdf_status_new (void)
struct xccdf_statusxccdf_status_clone (const struct xccdf_status *old_status)
void xccdf_status_free (struct xccdf_status *status)
Getters

Return value is pointer to structure's member.

Do not free unless you null the pointer in the structure. Use remove function otherwise.



time_t xccdf_status_get_date (const struct xccdf_status *status)
xccdf_status_type_t xccdf_status_get_status (const struct xccdf_status *status)
Setters

For lists use add functions.

Parameters of set functions are duplicated in memory and need to be freed by caller.



bool xccdf_status_set_date (struct xccdf_status *obj, time_t newval)
bool xccdf_status_set_status (struct xccdf_status *obj, xccdf_status_type_t newval)

Data Fields

xccdf_status_type_t status
time_t date

Detailed Description

XCCDF item status.


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