void TCalcDisplay::write( opstream& os ) { TView::write( os ); os.writeBytes(&status, sizeof(status)); os.writeString(number); os.writeByte(sign); os.writeByte(operate); os.writeBytes(&operand, sizeof(operand)); }
void THiddenConstField::write( opstream& os ) { os << stringLength; os << necessary; os.writeBytes( &devOptions, sizeof( devOptions ) ); os << infoLevel; if( infoLevel > 0 ) os << infoIndex; os.writeString( text ); }
void TDataBase::writeItem( void *obj, opstream& os ) { os.writeBytes( obj, sizeof( RecordDescriptor ) ); }
void TDBEntry::write( opstream& os ) { os.writeBytes( &recordDescriptor, sizeof( RecordDescriptor ) ); }