| 476 | } |
| 477 | |
| 478 | bool VarTable::Write( const wxString &file, size_t maxdim ) |
| 479 | { |
| 480 | wxFFileOutputStream out(file); |
| 481 | if ( !out.IsOk() ) return false; |
| 482 | Write( out, maxdim ); |
| 483 | return true; |
| 484 | } |
| 485 | |
| 486 | void VarTable::Write( wxOutputStream &_O, size_t maxdim ) |
| 487 | { |