MCPcopy Create free account
hub / github.com/Parchive/par2cmdline / ~DiskFileMap

Method ~DiskFileMap

src/diskfile.cpp:1149–1158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1147}
1148
1149DiskFileMap::~DiskFileMap(void)
1150{
1151 std::map<std::string, DiskFile*>::iterator fi = diskfilemap.begin();
1152 while (fi != diskfilemap.end())
1153 {
1154 delete (*fi).second;
1155
1156 ++fi;
1157 }
1158}
1159
1160bool DiskFileMap::Insert(DiskFile *diskfile)
1161{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected