Save arrays of items to stream.
Definition at line 386 of file FXStream.h. References FXASSERT, and NULL. Referenced by FX::operator<<(), FX::saveElms(), and FX::QMemArrayImpl::Serialise< true, type, allocator >::Serialise(). 00386 { // inlined as FXString uses it 00387 FXASSERT(n==0 || (n>0 && p!=NULL)); 00388 dev->writeBlock((char *) p,n); 00389 return *this; 00390 }
|