[friend]
Definition at line 443 of file FXStream.h.
00444 { 00445 int _v=s.dev->getch(); 00446 v=(_v!=0); 00447 if(-1==_v) s.int_throwPrematureEOF(); 00448 return s; 00449 }