#include <Viostream.h>
Public Member Functions | |
virtual int | getpos ()=0 |
virtual void | setpos (int)=0 |
virtual Vistream & | operator>> (bool &b) |
virtual Vistream & | operator>> (int &i)=0 |
virtual Vistream & | operator>> (size_t &i)=0 |
virtual Vistream & | operator>> (float &f)=0 |
virtual Vistream & | operator>> (double &d)=0 |
virtual Vistream & | operator>> (string &str)=0 |
virtual Vistream & | operator>> (char *c) |
virtual Vistream & | operator>> (double_complex &c) |
template<class T > | |
Vistream & | operator>> (T *&ptr) |
template<class Key , class T > | |
Vistream & | operator>> (std::multimap< Key, T > &m) |
template<class Key , class T > | |
Vistream & | operator>> (std::map< Key, T > &m) |
template<class T > | |
Vistream & | operator>> (vector< T > &v) |
template<class T > | |
Vistream & | operator>> (valarray< T > &v) |
virtual Vistream & | operator>> (gslice &g) |
virtual int QDOS::Vistream::getpos | ( | ) | [pure virtual] |
Implemented in QDOS::VBistream, and QDOS::VXDRistream.
virtual Vistream& QDOS::Vistream::operator>> | ( | gslice & | g | ) | [inline, virtual] |
Vistream& QDOS::Vistream::operator>> | ( | valarray< T > & | v | ) | [inline] |
Vistream& QDOS::Vistream::operator>> | ( | std::map< Key, T > & | m | ) | [inline] |
Vistream& QDOS::Vistream::operator>> | ( | std::multimap< Key, T > & | m | ) | [inline] |
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] |
Implemented in QDOS::VBistream, QDOS::VEistream, and QDOS::VXDRistream.
virtual Vistream& QDOS::Vistream::operator>> | ( | float & | f | ) | [pure virtual] |
Implemented in QDOS::VBistream, QDOS::VEistream, and QDOS::VXDRistream.
virtual Vistream& QDOS::Vistream::operator>> | ( | size_t & | i | ) | [pure virtual] |
Implemented in QDOS::VBistream, QDOS::VEistream, and QDOS::VXDRistream.
virtual Vistream& QDOS::Vistream::operator>> | ( | int & | i | ) | [pure virtual] |
Implemented in QDOS::VBistream, QDOS::VEistream, and QDOS::VXDRistream.
virtual Vistream& QDOS::Vistream::operator>> | ( | bool & | b | ) | [inline, virtual] |
virtual void QDOS::Vistream::setpos | ( | int | ) | [pure virtual] |
Implemented in QDOS::VBistream, and QDOS::VXDRistream.