31 #endif // GUM_NO_INLINE 41 for (
const auto item : code.
codes) {
42 if (!first) out <<
", ";
Inline implementation of the DFSCode class.
std::ostream & operator<<(std::ostream &out, const DFSCode &code)
Print code in out.
Reprensent a Depth First Search coding of a graph.
gum is the global namespace for all aGrUM entities
std::vector< EdgeCode *> codes
The vector containing the EdgeCode composing this DFSCode.