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

Method ~ALGraph

graph_implement.cpp:25–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25ALGraph::~ALGraph(){
26 int i = vexList.size() - 1;
27 while(i >= 0)
28 DelVex(i--);
29 vexList.clear();
30}
31
32void ALGraph::AddVex(MyGraphicsVexItem *gvex){
33 ALVex newVex(gvex);

Callers 1

CreateSettingsMethod · 0.80

Calls 1

clearMethod · 0.80

Tested by

no test coverage detected