/*
 * TYPEDEF: SE_ITERATOR
 *
 *   Pointer to an iterator.  The definition of an iterator is hidden by the
 *   implementation of this API.  The user of this API simply passes in and
 *   receives back an SE_ITERATOR for functions that deal with iterators.
 */
typedef struct SE_Iterator *SE_ITERATOR;
Prev: SE_INCLUSION_CHOICE_ENUM. Next: SE_ITR_TRAVERSAL_ENUM. Up:Index