oscap_export_target Struct Reference
[IMPORTEXPORT]

Public Member Functions

struct oscap_export_targetoscap_export_target_new_file (const char *filename, const char *encoding)
 Function returns new export target structure, or NULL if an error occurred.
struct oscap_export_targetoscap_export_target_new_URL (const char *url, const char *encoding)
 Function returns new export target structure, or NULL if an error occurred.
void oscap_export_target_free (struct oscap_export_target *target)
 Destroy this export target structure.
Getters

If return value is a pointer to structure's member, do not free it unless you null the pointer in the structure.



oscap_stream_type_t oscap_export_target_get_type (const struct oscap_export_target *item)
 Get type of this export target.
const char * oscap_export_target_get_name (const struct oscap_export_target *item)
 Get name of this export target.
const char * oscap_export_target_get_encoding (const struct oscap_export_target *item)
 Get encoding for this export target.
int oscap_export_target_get_indent (const struct oscap_export_target *item)
 Get indentation for this export target.
const char * oscap_export_target_get_indent_string (const struct oscap_export_target *item)
 Get indentation string for this export target.

Data Fields

oscap_stream_type_t type
char * name
char * encoding
int indent
char * indent_string

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

Generated on 26 May 2010 for Open SCAP Library by  doxygen 1.6.1