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

Definition at line 336 of file FXStream.h.

00337   {
00338     FXushort v=_v;
00339     if(s.swap){fxendianswap(v);}
00340     s.dev->writeBlock((char *) &v,2);
00341     return s;
00342   }


(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