xccdf_ident Struct Reference
[XCCDF]

XCCDF rule ident URI. More...

#include <xccdf.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

Detailed Description

XCCDF rule ident URI.


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