| 54 | const Writer::WriterDescription<ObjectWriter> ObjectWriter::g_writerDescription( "cob" ); |
| 55 | |
| 56 | ObjectWriter::ObjectWriter() |
| 57 | : Writer( "Writes instances of a single Object to a file with a .cob extension", ObjectTypeId ) |
| 58 | { |
| 59 | constructParameters(); |
| 60 | } |
| 61 | |
| 62 | ObjectWriter::ObjectWriter( ObjectPtr object, const std::string &fileName ) |
| 63 | : Writer( "Writes instances of a single Object to a file with a .cob extension", ObjectTypeId ) |