MCPcopy Create free account
hub / github.com/Linloir/GraphBuilder / ~AbstractGraph

Method ~AbstractGraph

graph_implement.h:28–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26
27 AbstractGraph(int _type = DG) : type(_type){}
28 virtual ~AbstractGraph() = 0;
29 /* Insert */
30 virtual void AddVex(MyGraphicsVexItem *gvex) = 0;
31 virtual void AddVex(VexInfo *info) = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected