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

Detailed Description

XCCDF rule ident URI.

#include <xccdf_benchmark.h>

Public Member Functions

struct xccdf_identxccdf_ident_new (void)
 
struct xccdf_identxccdf_ident_new_fill (const char *id, const char *sys)
 
struct xccdf_identxccdf_ident_clone (const struct xccdf_ident *ident)
 
void xccdf_ident_free (struct xccdf_ident *ident)
 
Getters

Return value is pointer to structure's member.

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

const char * xccdf_ident_get_id (const struct xccdf_ident *ident)
 
const char * xccdf_ident_get_system (const struct xccdf_ident *ident)
 

Data Fields

char * id
 
char * system
 

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