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

Definition at line 359 of file FXStream.h.

00360   {
00361     FXulong v=*(FXulong *)&_v;
00362     if(s.swap){fxendianswap(v);}
00363     s.dev->writeBlock((char *) &v,8);
00364     return s;
00365   }


(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