ds_sds_index Struct Reference
[DS]

Represents <data-stream-collection> element - the root element of each source datastream. More...

#include <scap_ds.h>

Public Member Functions

struct ds_sds_indexds_sds_index_new (void)
void ds_sds_index_free (struct ds_sds_index *s)
struct ds_stream_indexds_sds_index_get_stream (struct ds_sds_index *s, const char *stream_id)
 retrieves a stream index by data-stream ID
struct ds_stream_index_iteratords_sds_index_get_streams (struct ds_sds_index *s)
 retrieves all streams indexed inside this structure
struct ds_sds_indexds_sds_index_import (const char *file)
 imports given source datastream and indexes it

Data Fields

struct oscap_liststreams

Detailed Description

Represents <data-stream-collection> element - the root element of each source datastream.

Its purpose is to provide IDs and other metadata.

Contains a list of ds_stream_index structures, each representing one data-stream inside the collection.

See also:
ds_stream_index

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

Generated on 19 Nov 2012 for Open SCAP Library by  doxygen 1.6.1