Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
25
ALGraph::~ALGraph(){
26
int i = vexList.size() - 1;
27
while(i >= 0)
28
DelVex(i--);
29
vexList.clear();
30
}
31
32
void ALGraph::AddVex(MyGraphicsVexItem *gvex){
33
ALVex newVex(gvex);
Callers
1
CreateSettings
Method · 0.80
Calls
1
clear
Method · 0.80
Tested by
no test coverage detected