Template Class ReadsArray

Inheritance Relationships

Derived Type

Class Documentation

template<typename T>
class sparsebase::io::ReadsArray

Interface for readers that can return an Array instance.

Subclassed by sparsebase::io::BinaryReaderOrderOne< T >

Public Functions

virtual format::Array<T> *ReadArray() const = 0

Reads the file to an Array instance and returns a pointer to it.