FXStream& operator>> ( FXStream s,
FXdouble v 
) [friend]

Definition at line 430 of file FXStream.h.

00431   {
00432     if(8!=s.dev->readBlock((char *) &v,8)) s.int_throwPrematureEOF();
00433     if(s.swap){fxendianswap(*(FXulong *)&v);}
00434     return s;
00435   }


(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