FXStream& operator>> ( FXStream s,
bool &  v 
) [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   }


(C) 2002-2009 Niall Douglas. Some parts (C) to assorted authors.
Generated on Fri Nov 20 18:36:31 2009 for TnFOX by doxygen v1.4.7