XCCDF rule ident URI. More...
#include <xccdf.h>
Public Member Functions | |
struct xccdf_ident * | xccdf_ident_new (void) |
struct xccdf_ident * | xccdf_ident_new_fill (const char *id, const char *sys) |
struct xccdf_ident * | xccdf_ident_clone (const struct xccdf_ident *ident) |
void | xccdf_ident_free (struct xccdf_ident *ident) |
Getters | |
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 |
XCCDF rule ident URI.