SheafSystem  0.0.0.0
linkorder_itr.h File Reference

Interface for class linkorder_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::linkorder_itr< T >
 Specialization of the general depth-first iterator which exposes the LINK_ACTION to the client. More...
 

Namespaces

 sheaf
 Namespace for the sheaves component of the sheaf system.
 

Typedefs

typedef linkorder_itr< zn_to_bool > sheaf::zn_to_bool_linkorder_itr
 Linkorder_itr<T> using zn_to_bool for _has_visited markers. More...
 
typedef linkorder_itr< std::set< pod_index_type > > sheaf::set_linkorder_itr
 Linkorder_itr<T> using set for _has_visited markers. More...
 
typedef linkorder_itr< unordered::unordered_set< pod_index_type > > sheaf::unordered_set_linkorder_itr
 Linkorder_itr<T> using unordered_set for _has_visited markers. More...
 

Detailed Description

Interface for class linkorder_itr.

Definition in file linkorder_itr.h.