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

Definition at line 437 of file FXStream.h.

00438   {
00439     if(8!=s.dev->readBlock((char *) &v,8)) s.int_throwPrematureEOF();
00440     if(s.swap){fxendianswap(v);}
00441     return s;
00442   }


(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