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
- public DOTGraphTraits<Ty>(bool simple = false)
Inherited from DefaultDOTGraphTraits:
- public addCustomGraphFeatures
- public edgeTargetsEdgeSource
- public getEdgeAttributes
- public getEdgeDestLabel
- public getEdgeSourceLabel
- public getEdgeTarget
- public getGraphName
- public getGraphProperties
- public getNodeAttributes
- public getNodeDescription
- public getNodeIdentifierLabel
- public getNodeLabel
- public hasEdgeDestLabels
- public isNodeHidden
- protected isSimple
- public numEdgeDestLabels
- public renderGraphFromBottomUp
Methods
ΒΆDOTGraphTraits<Ty>(bool simple = false)
DOTGraphTraits<Ty>(bool simple = false)
Declared at: llvm/include/llvm/Support/DOTGraphTraits.h:161
Parameters
- bool simple = false