Open SCAP Library
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Public Member Functions | Data Fields
xccdf_status Struct Reference

Detailed Description

XCCDF item status.

#include <xccdf_benchmark.h>

Public Member Functions

struct xccdf_statusxccdf_status_new (void)
 
struct xccdf_statusxccdf_status_clone (const struct xccdf_status *old_status)
 
struct xccdf_statusxccdf_status_new_fill (const char *status, const char *date)
 
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)
 
const char * xccdf_status_type_to_text (xccdf_status_type_t id)
 
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
 

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