basic_istream& operator>>( short& value ); basic_istream& operator>>(
Defined in header
char* str();
explicit basic_stringstream( ios_base::openmode mode = ios_base::in|ios_base::out
int_type get(); (1)
virtual int_type underflow();
protected: virtual int_type overflow ( int_type c = Traits::eof()
protected: virtual pos_type seekoff(off_type off,
Page 1 of 29