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