FXStream& operator>> ( FXStream store,
FXString s 
) [friend]

Load from a stream.

Definition at line 492 of file FXStream.h.

00493 {
00494     FXint len;
00495     store >> len;
00496     s.length(len);
00497     store.load(s.str,len);
00498     return store;
00499 }


(C) 2002-2009 Niall Douglas. Some parts (C) to assorted authors.
Generated on Fri Nov 20 18:36:34 2009 for TnFOX by doxygen v1.4.7