SheafSystem  0.0.0.0
biorder_itr.h File Reference

Interface for class biorder_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::biorder_itr< T >
 Specialization of the filtered depth-first iterator which exposes the PREVISIT_ACTION and the POSTVISIT_ACTION to the client. More...
 

Namespaces

 sheaf
 Namespace for the sheaves component of the sheaf system.
 

Typedefs

typedef biorder_itr< zn_to_bool > sheaf::zn_to_bool_biorder_itr
 Biorder_itr<T> using zn_to_bool for _has_visited markers. More...
 
typedef biorder_itr< std::set< pod_index_type > > sheaf::set_biorder_itr
 Biorder_itr<T> using set for _has_visited markers. More...
 
typedef biorder_itr< unordered::unordered_set< pod_index_type > > sheaf::unordered_set_biorder_itr
 Biorder_itr<T> using unordered_set for _has_visited markers. More...
 

Detailed Description

Interface for class biorder_itr.

Definition in file biorder_itr.h.