LLVM API Documentation

Public Member Functions
llvm::DOTGraphTraits< Ty > Struct Template Reference

#include <DOTGraphTraits.h>

Inheritance diagram for llvm::DOTGraphTraits< Ty >:
Inheritance graph
[legend]
Collaboration diagram for llvm::DOTGraphTraits< Ty >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 DOTGraphTraits (bool simple=false)

Detailed Description

template<typename Ty>
struct llvm::DOTGraphTraits< Ty >

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.

Definition at line 160 of file DOTGraphTraits.h.


Constructor & Destructor Documentation

template<typename Ty>
llvm::DOTGraphTraits< Ty >::DOTGraphTraits ( bool  simple = false) [inline]

Definition at line 161 of file DOTGraphTraits.h.


The documentation for this struct was generated from the following file: