FXStream& operator>> ( FXStream s,
FXushort v 
) [friend]

Definition at line 410 of file FXStream.h.

00411   {
00412     if(2!=s.dev->readBlock((char *) &v,2)) s.int_throwPrematureEOF();
00413     if(s.swap){fxendianswap(v);}
00414     return s;
00415   }


(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