#include <graph_writer.h>
Public Member Functions | |
| NodeWriter (Map &g_, std::string current_state_) | |
| template<class Vertex > | |
| void | operator() (std::ostream &out, Vertex v) |
Public Attributes | |
| std::string | current_state |
| Map | g |
Definition at line 8 of file graph_writer.h.
|
inline |
Definition at line 10 of file graph_writer.h.
|
inline |
Definition at line 13 of file graph_writer.h.
| std::string NodeWriter< Map >::current_state |
Definition at line 26 of file graph_writer.h.
| Map NodeWriter< Map >::g |
Definition at line 24 of file graph_writer.h.