SheafSystem
0.0.0.0
|
Interface for class triorder_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::triorder_itr< T > |
Specialization of the filtered depth-first iterator which exposes all three actions to the client; the PREVISIT_ACTION, the POSTVISIT_ACTION and the LINK_ACTION. More... | |
Namespaces | |
sheaf | |
Namespace for the sheaves component of the sheaf system. | |
Typedefs | |
typedef triorder_itr< zn_to_bool > | sheaf::zn_to_bool_triorder_itr |
Triorder_itr<T> using zn_to_bool for _has_visited markers. More... | |
typedef triorder_itr< std::set< pod_index_type > > | sheaf::set_triorder_itr |
Triorder_itr<T> using set for _has_visited markers. More... | |
typedef triorder_itr< unordered::unordered_set< pod_index_type > > | sheaf::unordered_set_triorder_itr |
Triorder_itr<T> using unordered_set for _has_visited markers. More... | |
Interface for class triorder_itr.
Definition in file triorder_itr.h.