Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dmlc/dmlc-core
/ ~ThreadedParser
Method
~ThreadedParser
src/data/parser.h:83–88 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
81
}, [base]() {base->BeforeFirst();});
82
}
83
virtual ~ThreadedParser(void) {
84
// stop things before base is deleted
85
iter_.Destroy();
86
delete base_;
87
delete tmp_;
88
}
89
virtual void BeforeFirst() {
90
iter_.BeforeFirst();
91
}
Callers
nothing calls this directly
Calls
1
Destroy
Method · 0.80
Tested by
no test coverage detected