Main Page ? Class Hierarchy ? Compound List ? File List ? Compound Members ? File Members ?

dot.h

Go to the documentation of this file.
00001 #ifndef __dot_h__
00002 #define __dot_h__
00003 
00004 #include "Package.h"
00005 #include "tree_node.h"
00006 
00007 class DotGenerator
00008 {
00009  public:
00010   void run (tree_node& top_node,
00011             const cmt_string& direction,
00012             bool collapsed = false,
00013             const cmt_string& tags = "");
00014 };
00015 
00016 #endif

Generated at Fri Apr 12 16:18:12 2002 for cmtgrapher by 1.2.3 written by , ??1997-2000