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

Definition at line 417 of file FXStream.h.

00418   {
00419     if(4!=s.dev->readBlock((char *) &v,4)) s.int_throwPrematureEOF();
00420     if(s.swap){fxendianswap(v);}
00421     return s;
00422   }


(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