Skip to content
Snippets Groups Projects
Commit e74ad988 authored by Jason Hiser's avatar Jason Hiser :tractor:
Browse files

first draft

parent b3aef5c3
No related branches found
No related tags found
No related merge requests found
......@@ -31,6 +31,7 @@ namespace IRDB_SDK
Callgraph_t(const Callgraph_t& copy) = delete;
public:
virtual ~Callgraph_t() { }
virtual void addFile() = 0;
virtual bool edgeExists(const CallGraphEdge_t& edge) const = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment