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

Method ~ParserImpl

src/data/parser.h:28–28  ·  view source on GitHub ↗

virtual destructor

Source from the content-addressed store, hash-verified

26 ParserImpl() : data_ptr_(0), data_end_(0) {}
27 // virtual destructor
28 virtual ~ParserImpl() {}
29 /*! \brief implement next */
30 virtual bool Next(void) {
31 while (true) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected