/*! \file \version $Id: TAGmbsIStream.icc,v 1.2 2001/12/02 18:00:53 mueller Exp $ \brief Implementation (inline) of TATOFmbsIStream */ //------------------------------------------+----------------------------------- //! Returns the last return code. inline Int_t TATOFmbsIStream::LastReturnCode() const { return fiRetCode; } //------------------------------------------+----------------------------------- //! Returns \c true when stream is connected to a file or server. inline Bool_t TATOFmbsIStream::Connected() const { return fpChannelDsc != 0; } //------------------------------------------+----------------------------------- //! Returns setting of the kValid status bit. inline Bool_t TATOFmbsIStream::Valid() const { return TestBit(kValid); } //------------------------------------------+----------------------------------- //! Returns setting of the kEof status bit. inline Bool_t TATOFmbsIStream::Eof() const { return TestBit(kEof); }