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

Definition at line 344 of file FXStream.h.

00345   {
00346     FXuint v=_v;
00347     if(s.swap){fxendianswap(v);}
00348     s.dev->writeBlock((char *) &v,4);
00349     return s;
00350   }


(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