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

Definition at line 424 of file FXStream.h.

00425   {
00426     if(4!=s.dev->readBlock((char *) &v,4)) s.int_throwPrematureEOF();
00427     if(s.swap){fxendianswap(*(FXuint *)&v);}
00428     return s;
00429   }


(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