SheafSystem  0.0.0.0
preorder_itr.h File Reference

Interface for class preorder_itr. More...

#include "SheafSystem/sheaf_dll_spec.h"
#include "SheafSystem/filtered_depth_first_itr.h"

Go to the source code of this file.

Classes

class  sheaf::preorder_itr< T >
 Specialization of the filtered depth-first iterator which exposes the PREVISIT_ACTION to the client. More...
 

Namespaces

 sheaf
 Namespace for the sheaves component of the sheaf system.
 

Typedefs

typedef preorder_itr< zn_to_bool > sheaf::zn_to_bool_preorder_itr
 Preorder_itr<T> using zn_to_bool for _has_visited markers. More...
 
typedef preorder_itr< std::set< pod_index_type > > sheaf::set_preorder_itr
 Preorder_itr<T> using set for _has_visited markers. More...
 
typedef preorder_itr< unordered::unordered_set< pod_index_type > > sheaf::unordered_set_preorder_itr
 Preorder_itr<T> using unordered_set for _has_visited markers. More...
 

Detailed Description

Interface for class preorder_itr.

Definition in file preorder_itr.h.