Implementation of CallGraph. More...
#include <cstdlib>#include <cstring>#include <cassert>#include <iostream>#include "CallGraph.hpp"
Go to the source code of this file.
Namespaces | |
| namespace | OA |
Namespace for the whole OpenAnalysis Toolkit. | |
| namespace | OA::CallGraph |
Variables | |
| static bool | OA::CallGraph::debug = false |
| static const char * | OA::CallGraph::sEdgeTypeToString [] |
Implementation of CallGraph.
Implements the CallGraph::Interface for viewing the contents and structure of a CallGraph.
Also implements methods useful for constructing a CallGraph.
Copyright (c) 2002-2005, Rice University
Copyright (c) 2004-2005, University of Chicago
Copyright (c) 2006, Contributors
All rights reserved.
See ../../../Copyright.txt for details.
Definition in file CallGraph.cpp.
1.6.1