andres::graph
|
#include <dfs.hxx>
Public Types | |
typedef S | size_type |
Public Member Functions | |
DepthFirstSearchData (const size_type size) | |
template<typename GRAPH > | |
DepthFirstSearchData (const GRAPH &graph) | |
size_type | add (const size_type v) |
void | clearStack () |
bool | empty () const |
void | markAllNotvisited () |
size_type | next () |
unsigned char & | visited (const size_type v) |
unsigned char | visited (const size_type v) const |
typedef S andres::graph::DepthFirstSearchData< S >::size_type |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |