Class Reader

Inheritance Relationships

Derived Types

Class Documentation

class sparsebase::io::Reader

Base class for all readers, has no special functionality on its own.

Subclassed by sparsebase::io::BinaryReaderOrderOne< T >, sparsebase::io::BinaryReaderOrderTwo< IDType, NNZType, ValueType >, sparsebase::io::EdgeListReader< IDType, NNZType, ValueType >, sparsebase::io::MTXReader< IDType, NNZType, ValueType >, sparsebase::io::PigoEdgeListReader< IDType, NNZType, ValueType >, sparsebase::io::PigoMTXReader< IDType, NNZType, ValueType >

Public Functions

virtual ~Reader() = default