struct DOTGraphTraits

Declaration

template <typename Ty>
struct DOTGraphTraits : public DefaultDOTGraphTraits { /* full declaration omitted */ };

Description

DOTGraphTraits - Template class that can be specialized to customize how graphs are converted to 'dot' graphs. When specializing, you may inherit from DefaultDOTGraphTraits if you don't need to override everything.

Declared at: llvm/include/llvm/Support/DOTGraphTraits.h:160

Inherits from: DefaultDOTGraphTraits

Templates

Ty

Method Overview

Inherited from DefaultDOTGraphTraits:

Methods

ΒΆDOTGraphTraits<Ty>(bool simple = false)

Declared at: llvm/include/llvm/Support/DOTGraphTraits.h:161

Parameters

bool simple = false