MCPcopy Create free account
hub / github.com/Xtra-Computing/thundersvm / ~Loggable

Method ~Loggable

include/thundersvm/util/log.h:1620–1620  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1618 class Loggable {
1619 public:
1620 virtual ~Loggable(void) {}
1621 virtual void log(el::base::type::ostream_t&) const = 0;
1622 private:
1623 friend inline el::base::type::ostream_t& operator<<(el::base::type::ostream_t& os, const Loggable& loggable) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected