QDOS::Vistream Class Reference

#include <Viostream.h>

Inheritance diagram for QDOS::Vistream:

QDOS::VBistream QDOS::VXDRistream QDOS::VEistream

List of all members.

Public Member Functions

virtual int getpos ()=0
virtual void setpos (int)=0
virtual Vistreamoperator>> (bool &b)
virtual Vistreamoperator>> (int &i)=0
virtual Vistreamoperator>> (size_t &i)=0
virtual Vistreamoperator>> (float &f)=0
virtual Vistreamoperator>> (double &d)=0
virtual Vistreamoperator>> (string &str)=0
virtual Vistreamoperator>> (char *c)
virtual Vistreamoperator>> (double_complex &c)
template<class T >
Vistreamoperator>> (T *&ptr)
template<class Key , class T >
Vistreamoperator>> (std::multimap< Key, T > &m)
template<class Key , class T >
Vistreamoperator>> (std::map< Key, T > &m)
template<class T >
Vistreamoperator>> (vector< T > &v)
template<class T >
Vistreamoperator>> (valarray< T > &v)
virtual Vistreamoperator>> (gslice &g)


Member Function Documentation

virtual int QDOS::Vistream::getpos (  )  [pure virtual]

Implemented in QDOS::VBistream, and QDOS::VXDRistream.

virtual Vistream& QDOS::Vistream::operator>> ( gslice &  g  )  [inline, virtual]

template<class T >
Vistream& QDOS::Vistream::operator>> ( valarray< T > &  v  )  [inline]

template<class T >
Vistream& QDOS::Vistream::operator>> ( vector< T > &  v  )  [inline]

template<class Key , class T >
Vistream& QDOS::Vistream::operator>> ( std::map< Key, T > &  m  )  [inline]

template<class Key , class T >
Vistream& QDOS::Vistream::operator>> ( std::multimap< Key, T > &  m  )  [inline]

template<class T >
Vistream& QDOS::Vistream::operator>> ( T *&  ptr  )  [inline]

virtual Vistream& QDOS::Vistream::operator>> ( double_complex c  )  [inline, virtual]

virtual Vistream& QDOS::Vistream::operator>> ( char *  c  )  [inline, virtual]

virtual Vistream& QDOS::Vistream::operator>> ( string &  str  )  [pure virtual]

Implemented in QDOS::VBistream, and QDOS::VXDRistream.

virtual Vistream& QDOS::Vistream::operator>> ( double &  d  )  [pure virtual]

virtual Vistream& QDOS::Vistream::operator>> ( float &  f  )  [pure virtual]

virtual Vistream& QDOS::Vistream::operator>> ( size_t &  i  )  [pure virtual]

virtual Vistream& QDOS::Vistream::operator>> ( int &  i  )  [pure virtual]

virtual Vistream& QDOS::Vistream::operator>> ( bool &  b  )  [inline, virtual]

virtual void QDOS::Vistream::setpos ( int   )  [pure virtual]

Implemented in QDOS::VBistream, and QDOS::VXDRistream.


The documentation for this class was generated from the following file:

Generated on Fri Jan 8 12:51:32 2010 for QSAS by  doxygen 1.5.7