#include <filterset.h>
A filter set is implemented as a linked list of RDD_FSET_NODE
nodes. This structure defines the list structure that gives access to the list nodes.
Definition at line 61 of file filterset.h.
Data Fields | |
RDD_FSET_NODE * | head |
RDD_FSET_NODE ** | tail |
head of the filter list
Definition at line 62 of file filterset.h.
tail of the filter list
Definition at line 63 of file filterset.h.