13 #ifndef ESYS_LSMRAW2INTERACTIONREADER_H
14 #define ESYS_LSMRAW2INTERACTIONREADER_H
38 return ((
m_pIStream->peek()) != std::istream::traits_type::eof());
Raw2InteractionReader & operator=(const Raw2InteractionReader &reader)
InteractionData next()
Definition: Raw2InteractionReader.h:41
Definition: CheckPointable.cpp:16
Contact InteractionData
Definition: Raw2InteractionReader.h:29
Raw2InteractionReader(std::istream &iStream)
Definition: Raw2InteractionReader.h:31
Definition: Raw2InteractionReader.h:26
bool hasNext() const
Definition: Raw2InteractionReader.h:36
std::istream * m_pIStream
Definition: Raw2InteractionReader.h:53