FXStream& operator<< ( FXStream s,
const char *  v 
) [friend]

Definition at line 374 of file FXStream.h.

00375   {
00376     s.dev->writeBlock(v, strlen(v));
00377     return s;
00378   }


(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