#include <OMWriter.hh>
Public Member Functions | |
std::string | get_description () const |
Return short description of the supported file format. | |
std::string | get_extensions () const |
Return file format's extension. | |
bool | write (std::ostream &, BaseExporter &, Options) const |
size_t | binary_size (BaseExporter &_be, Options _opt) const |
Returns expected size of file if binary format is supported else 0. | |
Protected Member Functions | |
bool | write (const std::string &, BaseExporter &, Options) const |
Write to file _filename. Data source specified by BaseExporter _be. | |
bool | write_binary (std::ostream &, BaseExporter &, Options) const |
size_t | store_binary_custom_chunk (std::ostream &, const BaseProperty &, OMFormat::Chunk::Entity, bool) const |
Static Protected Attributes | |
static const OMFormat::uchar | magic_ [3] = "OM" |
static const OMFormat::uint8 | version_ = OMFormat::mk_version(1,2) |