xccdf_instance Struct Reference

Public Member Functions

struct xccdf_instancexccdf_instance_new (void)
void xccdf_instance_free (struct xccdf_instance *inst)
const char * xccdf_instance_get_context (const struct xccdf_instance *item)
bool xccdf_instance_set_context (struct xccdf_instance *obj, const char *newval)
const char * xccdf_instance_get_parent_context (const struct xccdf_instance *item)
bool xccdf_instance_set_parent_context (struct xccdf_instance *obj, const char *newval)
const char * xccdf_instance_get_content (const struct xccdf_instance *item)
bool xccdf_instance_set_content (struct xccdf_instance *obj, const char *newval)

Data Fields

char * context
char * parent_context
char * content

Member Function Documentation

void xccdf_instance_free ( struct xccdf_instance inst  ) 
const char * xccdf_instance_get_content ( const struct xccdf_instance item  ) 
const char * xccdf_instance_get_context ( const struct xccdf_instance item  ) 
const char * xccdf_instance_get_parent_context ( const struct xccdf_instance item  ) 
struct xccdf_instance * xccdf_instance_new ( void   )  [read]
bool xccdf_instance_set_content ( struct xccdf_instance obj,
const char *  newval 
)
bool xccdf_instance_set_context ( struct xccdf_instance obj,
const char *  newval 
)
bool xccdf_instance_set_parent_context ( struct xccdf_instance obj,
const char *  newval 
)

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

Generated on 24 Mar 2010 for Open SCAP Library by  doxygen 1.6.1