MCPcopy Create free account
hub / github.com/dmlc/dmlc-core / ~ThreadedInputSplit

Method ~ThreadedInputSplit

src/io/threaded_input_split.h:44–48  ·  view source on GitHub ↗

destructor

Source from the content-addressed store, hash-verified

42 }
43 // destructor
44 virtual ~ThreadedInputSplit(void) {
45 iter_.Destroy();
46 delete tmp_chunk_;
47 delete base_;
48 }
49 virtual void BeforeFirst() {
50 iter_.BeforeFirst();
51 if (tmp_chunk_ != NULL) {

Callers

nothing calls this directly

Calls 1

DestroyMethod · 0.80

Tested by

no test coverage detected