SheafSystem  0.0.0.0
postorder_itr.h File Reference

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

Namespaces

 sheaf
 Namespace for the sheaves component of the sheaf system.
 

Typedefs

typedef postorder_itr< zn_to_bool > sheaf::zn_to_bool_postorder_itr
 Postorder_itr<T> using zn_to_bool for _has_visited markers. More...
 
typedef postorder_itr< std::set< pod_index_type > > sheaf::set_postorder_itr
 Postorder_itr<T> using set for _has_visited markers. More...
 
typedef postorder_itr< unordered::unordered_set< pod_index_type > > sheaf::unordered_set_postorder_itr
 Postorder_itr<T> using unordered_set for _has_visited markers. More...
 

Detailed Description

Interface for class postorder_itr.

Definition in file postorder_itr.h.