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

Definition at line 367 of file FXStream.h.

00368   {
00369     FXulong v=_v;
00370     if(s.swap){fxendianswap(v);}
00371     s.dev->writeBlock((char *) &v,8);
00372     return s;
00373   }


(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