FXStream& operator<< ( FXStream s,
const FXfloat _v 
) [friend]

Definition at line 352 of file FXStream.h.

00353   {
00354     FXuint v=*(FXuint *)&_v;
00355     if(s.swap){fxendianswap(v);}
00356     s.dev->writeBlock((char *) &v,4);
00357     return s;
00358   }


(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