#include "Package.h"#include "tree_node.h"#include "dot.h"Include dependency graph for cmtshowuses.cxx:
Go to the source code of this file.
Compounds |
|
| class ? | UsesGraphBuilder |
Functions |
|
| bool? | debug () |
|
| ? |
Definition at line 6 of file cmtshowuses.cxx. Referenced by tree_node::check_cycle(), and UsesGraphBuilder::filter(). 00007 {
00008 static bool state = ::getenv ("CMTGRAPHERDEBUG");
00009
00010 return (state);
00011 }
|