15 template <
class SymbolType >
19 template <
class SymbolType >
23template <
class SymbolType >
25 unsigned nodeIdCounter = 0;
26 convertRecursive (
tree.getContent ( ), oss, nodeIdCounter );
29template <
class SymbolType >
31 unsigned id = nodeIdCounter ++;
36 size_t childId = convertRecursive ( child, oss, nodeIdCounter );
37 oss <<
id <<
" -> " << childId <<
";" << std::endl;
Definition: DotConverterTreePart.hxx:14
static void convertInternal(ext::ostream &oss, const tree::RankedTree< SymbolType > &tree)
Definition: DotConverterTreePart.hxx:24
Class introducing a tree with interface trying to be close to the interface of standard library conta...
Definition: tree.hpp:52
static std::string toString(const T &data)
Definition: StringDataFactory.hpp:89
Tree structure represented in its natural representation. The representation is so called ranked,...
Definition: RankedTree.h:72
Definition: converterCommon.hpp:8
Definition: BackwardOccurrenceTest.h:17