Template Class TrxReader#

Class Documentation#

template<typename DT>
class TrxReader#

RAII wrapper for loading TRX files from a path.

Template Parameters:

DT

Public Functions

explicit TrxReader(const std::string &path)#
~TrxReader() = default#
TrxReader(const TrxReader&) = delete#
TrxReader &operator=(const TrxReader&) = delete#
TrxReader(TrxReader &&other) noexcept#
TrxReader &operator=(TrxReader &&other) noexcept#
inline TrxFile<DT> *get() const#
inline TrxFile<DT> &operator*() const#
inline TrxFile<DT> *operator->() const#