Doxygen
Loading...
Searching...
No Matches
dotclassgraph.h File Reference
#include <memory>
#include "classdef.h"
#include "dotnode.h"
#include "dotgraph.h"
+ Include dependency graph for dotclassgraph.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  DotClassGraph
 Representation of a class inheritance or dependency graph. More...
 

Typedefs

using DotClassGraphPtr = std::shared_ptr<DotClassGraph>
 

Typedef Documentation

◆ DotClassGraphPtr

using DotClassGraphPtr = std::shared_ptr<DotClassGraph>

Definition at line 68 of file dotclassgraph.h.